Date: Sun, 10 Nov 2019 06:03:55 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517180 - head/textproc/apertium Message-ID: <201911100603.xAA63tt5043224@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911100603.xAA63tt5043224>