Date: Thu, 3 Nov 2016 16:16:03 +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: r425247 - head/lang/ecl Message-ID: <201611031616.uA3GG3Ii049494@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Nov 3 16:16:03 2016 New Revision: 425247 URL: https://svnweb.freebsd.org/changeset/ports/425247 Log: Now builds on sparc64. While here, pet portlint. Approved by: portmgr (tier-2 blanket) Modified: head/lang/ecl/Makefile Modified: head/lang/ecl/Makefile ============================================================================== --- head/lang/ecl/Makefile Thu Nov 3 16:14:31 2016 (r425246) +++ head/lang/ecl/Makefile Thu Nov 3 16:16:03 2016 (r425247) @@ -12,10 +12,10 @@ COMMENT= ANSI Common Lisp implementation LICENSE= LGPL20 -BROKEN_powerpc64= Does not build - LIB_DEPENDS= libgmp.so:math/gmp +BROKEN_powerpc64= Does not build + MAKE_JOBS_UNSAFE= yes USES= gmake perl5 tar:tgz USE_PERL5= build @@ -36,9 +36,6 @@ DFFI_DESC= Dynamic foreign-function supp OPTIONS_SUB= yes PLIST_SUB= VERSION="${PORTVERSION}" -BROKEN_ia64= does not compile -BROKEN_sparc64= does not compile - ASDF_CONFIGURE_ON= --with-asdf=yes ASDF_CONFIGURE_OFF= --with-asdf=no
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031616.uA3GG3Ii049494>