Index: head/chinese/libchewing/Makefile =================================================================== --- head/chinese/libchewing/Makefile (revision 395936) +++ head/chinese/libchewing/Makefile (revision 395937) @@ -1,30 +1,28 @@ # Created by: Kuang-che Wu # $FreeBSD$ PORTNAME= libchewing PORTVERSION= 0.4.0 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= ports@FreeBSD.org COMMENT= Chewing intelligent phonetic input method library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo:${PORTSDIR}/print/texinfo LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 -BROKEN_powerpc= does not install on powerpc: signal 6 - USES= cmake gmake libtool pathfix pkgconfig tar:bzip2 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= chewing CMAKE_ARGS+= -DMAKEINFO=${LOCALBASE}/bin/makeinfo CFLAGS+= -I${LOCALBASE}/include INFO= libchewing .include Index: head/chinese/opencc/Makefile =================================================================== --- head/chinese/opencc/Makefile (revision 395936) +++ head/chinese/opencc/Makefile (revision 395937) @@ -1,30 +1,28 @@ # Created by: Zhihao Yuan # $FreeBSD$ PORTNAME= opencc PORTVERSION= 0.4.3 CATEGORIES= chinese converters MASTER_SITES= GOOGLE_CODE MAINTAINER= lichray@gmail.com COMMENT= Open Chinese Convert library and utilities LICENSE= APACHE20 USES= cmake USE_LDCONFIG= yes OPTIONS_DEFINE= NLS NLS_USES= gettext NLS_CMAKE_ON= -DENABLE_GETTEXT=On OPTIONS_SUB= yes -BROKEN_powerpc= Does not install on powerpc: signal 11 - post-patch: @${REINPLACE_CMD} -e 's@/usr/local@${LOCALBASE}@g' \ ${WRKSRC}/CMakeLists.txt .include