diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-08 03:02:32 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-08 03:02:32 +0000 |
commit | 1258e228dd927516be9c57e7c129d139da41c2cd (patch) | |
tree | e97a135ce1f724d15b621870fd75eee1e4659046 /lang/yap-devel | |
parent | 2d5433dbf28475b6d117b6688162d2e0fe86149c (diff) |
Notes
Diffstat (limited to 'lang/yap-devel')
-rw-r--r-- | lang/yap-devel/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |