Bug 162465 - [PATCH] Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
Summary: [PATCH] Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-11 08:50 UTC by lichray
Modified: 2011-11-11 15:40 UTC (History)
0 users

See Also:


Attachments
sunpinyin-2.0.3_1.patch (6.89 KB, patch)
2011-11-11 08:50 UTC, lichray
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lichray 2011-11-11 08:50:07 UTC
	
	1. patch-2.0.4-compatible
	sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several changes from the newer version. This patch is enough.

	2. patch-xdg
	Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we have no front-ends in ports tree, so no one has these configured :)

	3. patch-src...
	Remove the unneeded and repeated message on terminal.
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-11 09:15:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-11-11 15:39:04 UTC
clsung      2011-11-11 15:38:55 UTC

  FreeBSD ports repository

  Modified files:
    chinese/sunpinyin    Makefile 
  Added files:
    chinese/sunpinyin/files patch-2.0.4-compatible 
                            patch-src_ime-core_imi__winHandler.cpp 
                            patch-xdg 
  Log:
  - bump PORTREVISION
  - Make chinese/sunpinyin 2.0.4-compatible, XDG-compatible, etc.
  1. patch-2.0.4-compatible
  sunpinyin-2.0.4 is not released, but I'm porting a front-end which uses several changes from the newer version. This patch is enough.
  
  2. patch-xdg
  Change the config dir from .sunpinyin to .config/sunpinyin. It's safe because we have no front-ends in ports tree, so no one has these configured :)
  
  3. patch-src...
  Remove the unneeded and repeated message on terminal.
  
  PR:             ports/162465
  Submitted by:   maintainer (Zhihao Yuan)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.2       +1 -0      ports/chinese/sunpinyin/Makefile
  1.1       +88 -0     ports/chinese/sunpinyin/files/patch-2.0.4-compatible (new)
  1.1       +16 -0     ports/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp (new)
  1.1       +29 -0     ports/chinese/sunpinyin/files/patch-xdg (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-11 15:39:11 UTC
State Changed
From-To: open->closed

Committed. Thank You.