fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified Chinese input methods based on XIM (X Input Method), including WuBi, PinYin, and QuWei. scim-fcitx is an SCIM IMEngine module for fcitx. WWW: http://www.fcitx.org
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->feedback Ask for maintainer fix.
Fix problem with head warring when compile. Fix some excrescent space. --- scim-fcitx.patch begins here --- diff -uNr scim-fcitx.orig/Makefile scim-fcitx/Makefile --- scim-fcitx.orig/Makefile Fri Jun 1 21:16:48 2007 +++ scim-fcitx/Makefile Fri Jun 1 21:14:43 2007 @@ -8,7 +8,7 @@ PORTNAME= scim-fcitx PORTVERSION= 3.1.1 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -16,7 +16,7 @@ COMMENT= An SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim -BUILD_DEPENDS= ${RUN_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} USE_BZIP2= yes USE_GMAKE= yes @@ -26,8 +26,8 @@ .include <bsd.port.pre.mk> -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ +CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lintl" \ + CPPFLAGS="-I${LOCALBASE}/include" \ SCIM_DATADIR=${PREFIX}/share/scim \ SCIM_ICONDIR=${PREFIX}/share/scim/icons --- scim-fcitx.patch ends here ---
miwi 2007-06-13 04:52:50 UTC FreeBSD ports repository Modified files: chinese Makefile Added files: chinese/scim-fcitx Makefile distinfo pkg-descr pkg-plist chinese/scim-fcitx/files pkg-message.in Log: fcitx stands for Free Chinese Input Toy of X,it's a ollection of Simplified Chinese input methods based on XIM (X Input Method), including WuBi, PinYin, and QuWei. scim-fcitx is an SCIM IMEngine module for fcitx. WWW: http://www.fcitx.org PR: ports/112523 Submitted by: Yinghong.Liu <liu_yinghong at yahoo.com.cn> Revision Changes Path 1.254 +1 -0 ports/chinese/Makefile 1.1 +42 -0 ports/chinese/scim-fcitx/Makefile (new) 1.1 +3 -0 ports/chinese/scim-fcitx/distinfo (new) 1.1 +20 -0 ports/chinese/scim-fcitx/files/pkg-message.in (new) 1.1 +6 -0 ports/chinese/scim-fcitx/pkg-descr (new) 1.1 +43 -0 ports/chinese/scim-fcitx/pkg-plist (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"
State Changed From-To: feedback->closed New port added. Thanks!