Index: branches/2015Q2/chinese/ibus-libpinyin/Makefile =================================================================== --- branches/2015Q2/chinese/ibus-libpinyin/Makefile (revision 384773) +++ branches/2015Q2/chinese/ibus-libpinyin/Makefile (revision 384774) @@ -1,71 +1,71 @@ # Created by: Henry Hu # $FreeBSD$ PORTNAME= ibus-libpinyin PORTVERSION= 1.7.1 CATEGORIES= chinese MASTER_SITES= SF/libpinyin/${PORTNAME} MAINTAINER= henry.hu.sh@gmail.com COMMENT= Intelligent Pinyin engine based on libpinyin for IBus LICENSE= GPLv2 LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ libibus-1.0.so:${PORTSDIR}/textproc/ibus \ libpinyin.so:${PORTSDIR}/chinese/libpinyin -USES= compiler:c++0x gmake python pkgconfig gettext +USES= compiler:c++11-lib gmake python pkgconfig gettext USE_GNOME= glib20 WRKSRC= ${WRKDIR}/${DISTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking --disable-boost \ --disable-lua-extension OPTIONS_DEFINE= ENGLISH STROKE OPENCC NLS OPTIONS_DEFAULT= ENGLISH STROKE NLS ENGLISH_DESC= Enable English input mode STROKE_DESC= Enable stroke input mode OPENCC_DESC= Use opencc for simplified and traditional Chinese conversion .include .if ${PORT_OPTIONS:MENGLISH} CONFIGURE_ARGS+= --enable-english-input-mode PLIST_SUB+= ENGLISH="" .else CONFIGURE_ARGS+= --disable-english-input-mode PLIST_SUB+= ENGLISH="@comment " .endif .if ${PORT_OPTIONS:MSTROKE} CONFIGURE_ARGS+= --enable-stroke-input-mode PLIST_SUB+= STROKE="" .else CONFIGURE_ARGS+= --disable-stroke-input-mode PLIST_SUB+= STROKE="@comment " .endif .if ${PORT_OPTIONS:MOPENCC} BROKEN= Requires newer OpenCC CONFIGURE_ARGS+= --enable-opencc LIB_DEPENDS+= libopencc.so:${PORTSDIR}/chinese/opencc .else CONFIGURE_ARGS+= --disable-opencc .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext USE_GNOME+= intltool PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif post-configure: @${REINPLACE_CMD} -e 's|DATADIRNAME = lib|DATADIRNAME = share|' ${WRKSRC}/po/Makefile .include Index: branches/2015Q2/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc =================================================================== --- branches/2015Q2/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc (nonexistent) +++ branches/2015Q2/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc (revision 384774) @@ -0,0 +1,11 @@ +--- src/PYLibPinyin.cc.orig 2015-01-23 04:57:48 UTC ++++ src/PYLibPinyin.cc +@@ -21,6 +21,8 @@ + + #include "PYLibPinyin.h" + ++#define _WITH_GETLINE ++#include + #include + #include + #include "PYPConfig.h" Property changes on: branches/2015Q2/chinese/ibus-libpinyin/files/patch-src_PYLibPinyin.cc ___________________________________________________________________ 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: branches/2015Q2 =================================================================== --- branches/2015Q2 (revision 384773) +++ branches/2015Q2 (revision 384774) Property changes on: branches/2015Q2 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r384747