svn commit: r517180 - head/textproc/apertium

Mark Linimon linimon at FreeBSD.org
Sun Nov 10 06:03:56 UTC 2019


Author: linimon
Date: Sun Nov 10 06:03:55 2019
New Revision: 517180
URL: https://svnweb.freebsd.org/changeset/ports/517180

Log:
  Mark broken on powerpc64.  The port has been failing since 20180919, even
  with the addition of the USES patch, which is necessary but insufficient.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/textproc/apertium/Makefile

Modified: head/textproc/apertium/Makefile
==============================================================================
--- head/textproc/apertium/Makefile	Sun Nov 10 05:58:18 2019	(r517179)
+++ head/textproc/apertium/Makefile	Sun Nov 10 06:03:55 2019	(r517180)
@@ -12,12 +12,15 @@ COMMENT=	Toolbox to build shallow-transfer machine tra
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_powerpc64=	fails to configure: error: *** unable to locate pcrecpp library ***
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	liblttoolbox3.so:textproc/lttoolbox \
 		libpcre.so:devel/pcre
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		autoreconf gnome libtool localbase:ldflags pathfix pkgconfig
+USES=		autoreconf compiler:c++11-lang gnome libtool localbase:ldflags \
+		pathfix pkgconfig
 USE_GNOME=	libxml2 libxslt
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list