Index: head/chinese/scim-fcitx/Makefile =================================================================== --- head/chinese/scim-fcitx/Makefile (revision 362607) +++ head/chinese/scim-fcitx/Makefile (revision 362608) @@ -1,35 +1,35 @@ # Created by: Yinghong Liu # $FreeBSD$ PORTNAME= scim PORTVERSION= 3.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= chinese MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION} PKGNAMESUFFIX= -fcitx DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SCIM IMEngine module for fcitx RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= tar:bzip2 gmake pkgconfig +USES= tar:bzip2 gmake libtool:keepla pkgconfig GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/fcitx CONFIGURE_ENV+= SCIM_DATADIR=${PREFIX}/share/scim \ SCIM_ICONDIR=${PREFIX}/share/scim/icons CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl SUB_FILES= pkg-message post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ ${WRKSRC}/configure .include Index: head/chinese/scim-fcitx/files/patch-src__sp.cpp =================================================================== --- head/chinese/scim-fcitx/files/patch-src__sp.cpp (nonexistent) +++ head/chinese/scim-fcitx/files/patch-src__sp.cpp (revision 362608) @@ -0,0 +1,10 @@ +--- src/sp.cpp.orig 2005-05-08 20:11:29.000000000 +0400 ++++ src/sp.cpp 2014-07-23 03:21:49.000000000 +0400 +@@ -11,6 +11,7 @@ + #include + #include + #include ++#include // for access() + + #include "main.h" + #include "sp.h" Property changes on: head/chinese/scim-fcitx/files/patch-src__sp.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/chinese/scim-fcitx/files/patch-src__tools.cpp =================================================================== --- head/chinese/scim-fcitx/files/patch-src__tools.cpp (nonexistent) +++ head/chinese/scim-fcitx/files/patch-src__tools.cpp (revision 362608) @@ -0,0 +1,10 @@ +--- src/tools.cpp.orig 2005-05-20 18:41:12.000000000 +0400 ++++ src/tools.cpp 2014-07-23 02:57:51.000000000 +0400 +@@ -14,6 +14,7 @@ + #include + #include + #include ++#include // for access() + + #include "version.h" + #include "PYFA.h" Property changes on: head/chinese/scim-fcitx/files/patch-src__tools.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property