Date: Thu, 3 Sep 2015 09:44:00 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395937 - in head/chinese: libchewing opencc Message-ID: <201509030944.t839i0xj064601@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Thu Sep 3 09:43:59 2015 New Revision: 395937 URL: https://svnweb.freebsd.org/changeset/ports/395937 Log: Remove BROKEN on powerpc statements: both these ports build and install fine. Modified: head/chinese/libchewing/Makefile head/chinese/opencc/Makefile Modified: head/chinese/libchewing/Makefile ============================================================================== --- head/chinese/libchewing/Makefile Thu Sep 3 09:13:12 2015 (r395936) +++ head/chinese/libchewing/Makefile Thu Sep 3 09:43:59 2015 (r395937) @@ -16,8 +16,6 @@ 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 Modified: head/chinese/opencc/Makefile ============================================================================== --- head/chinese/opencc/Makefile Thu Sep 3 09:13:12 2015 (r395936) +++ head/chinese/opencc/Makefile Thu Sep 3 09:43:59 2015 (r395937) @@ -21,8 +21,6 @@ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509030944.t839i0xj064601>