Bug 162423

Summary: [UPDATE] chinese/fcitx to 4.1.2
Product: Ports & Packages Reporter: lichray
Component: Individual Port(s)Assignee: Cheng-Lung Sung <clsung>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
zh-fcitx-4.1.2.patch none

Description lichray 2011-11-10 03:40:06 UTC
	
	Fcitx's development has been totally moved to http://code.google.com/p/fcitx/ , and the new 4.1.x version is moved to CMake.

	Since the build architecture is changed, and I'm going to port more IM modules which depends on fcitx, I want to ask for the maintainership of this port.

Fix: 1. The 3 front-ends, which provides Gtk2/3/Qt4 IM module=fcitx, are not required to build.
	2. getline(3) can not be replaced with fgets(3) inplace! I wrote an implementation for stable/7 and tested it.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-10 03:40:16 UTC
Maintainer of chinese/fcitx,

Please note that PR ports/162423 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/162423

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-10 03:40:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-10 10:30:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 4 darcsis 2011-11-10 11:18:50 UTC
Hi
  I am happy and grateful to have a new maintainer for this port. I
  haven't had much time recently to take care of it. I hope the new
  maintainer would get things done!

Thanks, guys!

Regards.

-- 
History proves nothing.
Comment 5 Xin LI freebsd_committer freebsd_triage 2011-11-10 23:36:41 UTC
State Changed
From-To: feedback->open

Maintainer feedback received.
Comment 6 dfilter service freebsd_committer freebsd_triage 2011-11-11 05:18:36 UTC
clsung      2011-11-11 05:18:26 UTC

  FreeBSD ports repository

  Modified files:
    chinese/fcitx        Makefile distinfo pkg-descr pkg-message 
                         pkg-plist 
  Added files:
    chinese/fcitx/files  getline-src_lib_fcitx-utils_utils.c 
                         getline-src_lib_fcitx-utils_utils.h 
                         nodocs-doc_CMakeLists.txt 
                         patch-CMakeLists.txt 
                         patch-data_CMakeLists.txt 
                         patch-data_script_fcitx-configtool 
                         patch-doc_man_CMakeLists.txt 
                         patch-src_lib_fcitx-config_CMakeLists.txt 
                         patch-src_lib_fcitx-utils_CMakeLists.txt 
                         patch-src_lib_fcitx_CMakeLists.txt 
                         patch-src_lib_fcitx_instance-internal.h 
  Removed files:
    chinese/fcitx/files  patch-configure patch-data-Makefile.in 
                         patch-data-table-Makefile.in 
                         patch-png-Makefile.in 
  Log:
  - Update to 4.1.2
  - Fcitx's development has been totally moved to http://code.google.com/p/fcitx/
    , and the new 4.1.x version is moved to CMake.
  - pass maintainership
  
  PR:             ports/162423
  Submitted by:   Zhihao Yuan <lichray_AT_gmail.com> (new maintainer)
  Approved by:    maintainer (Denise H. G.)
  Feature safe:   yes
  
  Revision  Changes    Path
  1.39      +42 -29    ports/chinese/fcitx/Makefile
  1.23      +2 -2      ports/chinese/fcitx/distinfo
  1.1       +24 -0     ports/chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.c (new)
  1.1       +11 -0     ports/chinese/fcitx/files/getline-src_lib_fcitx-utils_utils.h (new)
  1.1       +13 -0     ports/chinese/fcitx/files/nodocs-doc_CMakeLists.txt (new)
  1.1       +11 -0     ports/chinese/fcitx/files/patch-CMakeLists.txt (new)
  1.2       +0 -33     ports/chinese/fcitx/files/patch-configure (dead)
  1.2       +0 -20     ports/chinese/fcitx/files/patch-data-Makefile.in (dead)
  1.2       +0 -20     ports/chinese/fcitx/files/patch-data-table-Makefile.in (dead)
  1.1       +10 -0     ports/chinese/fcitx/files/patch-data_CMakeLists.txt (new)
  1.1       +15 -0     ports/chinese/fcitx/files/patch-data_script_fcitx-configtool (new)
  1.1       +9 -0      ports/chinese/fcitx/files/patch-doc_man_CMakeLists.txt (new)
  1.2       +0 -11     ports/chinese/fcitx/files/patch-png-Makefile.in (dead)
  1.1       +22 -0     ports/chinese/fcitx/files/patch-src_lib_fcitx-config_CMakeLists.txt (new)
  1.1       +22 -0     ports/chinese/fcitx/files/patch-src_lib_fcitx-utils_CMakeLists.txt (new)
  1.1       +22 -0     ports/chinese/fcitx/files/patch-src_lib_fcitx_CMakeLists.txt (new)
  1.1       +11 -0     ports/chinese/fcitx/files/patch-src_lib_fcitx_instance-internal.h (new)
  1.4       +1 -1      ports/chinese/fcitx/pkg-descr
  1.8       +2 -13     ports/chinese/fcitx/pkg-message
  1.16      +182 -91   ports/chinese/fcitx/pkg-plist
_______________________________________________
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 7 Cheng-Lung Sung freebsd_committer freebsd_triage 2011-11-11 05:18:40 UTC
State Changed
From-To: open->closed

Committed. Thank You.
Comment 8 dfilter service freebsd_committer freebsd_triage 2011-11-11 06:36:26 UTC
clsung      2011-11-11 06:36:12 UTC

  FreeBSD ports repository

  Modified files:
    chinese/fcitx        Makefile 
  Log:
  - pass maintainership (forgot do it in last commit)
  
  PR:             ports/162423
  Feature safe:   yes
  
  Revision  Changes    Path
  1.40      +1 -1      ports/chinese/fcitx/Makefile
_______________________________________________
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"