Date: Fri, 8 Jun 2018 03:02:32 +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: r471973 - head/lang/yap-devel Message-ID: <201806080302.w5832WQK049058@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Fri Jun 8 03:02:32 2018 New Revision: 471973 URL: https://svnweb.freebsd.org/changeset/ports/471973 Log: Mark as broken on various tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/lang/yap-devel/Makefile Modified: head/lang/yap-devel/Makefile ============================================================================== --- head/lang/yap-devel/Makefile Fri Jun 8 02:56:27 2018 (r471972) +++ head/lang/yap-devel/Makefile Fri Jun 8 03:02:32 2018 (r471973) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806080302.w5832WQK049058>