From 1258e228dd927516be9c57e7c129d139da41c2cd Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 8 Jun 2018 03:02:32 +0000 Subject: Mark as broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) --- lang/yap-devel/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/yap-devel/Makefile b/lang/yap-devel/Makefile index 4425f26ea5bb..88fa1ddf6e34 100644 --- a/lang/yap-devel/Makefile +++ b/lang/yap-devel/Makefile @@ -14,6 +14,10 @@ COMMENT= High-performance Prolog compiler LICENSE= ART20 LGPL3 LICENSE_COMB= dual +BROKEN_armv6= fails to install: tar: Pathname can't be converted from UTF-8 to current locale +BROKEN_armv7= fails to install: tar: Pathname can't be converted from UTF-8 to current locale +BROKEN_powerpc64= fails to build: YAP Fatal Error: startup.yss in saved state formatting mismatch in saved space exiting.... + LIB_DEPENDS= libgmp.so:math/gmp CONFLICTS= yap-6.2.* @@ -35,10 +39,10 @@ MAKE_ENV= PKGLDFLAGS="${LDFLAGS}" STRIP= #none +USES= gmake libarchive readline shebangfix USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp -USES= gmake libarchive readline shebangfix SHEBANG_FILES= packages/http/examples/demo_inetd SHEBANG_LANG= swipl swipl_OLD_CMD= /usr/bin/swipl -- cgit