svn commit: r395937 - in head/chinese: libchewing opencc

Alexey Dokuchaev danfe at FreeBSD.org
Thu Sep 3 09:44:00 UTC 2015


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


More information about the svn-ports-head mailing list