Date: Tue, 28 Feb 2017 20:12:06 +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: r435084 - head/devel/gecode Message-ID: <201702282012.v1SKC6vh019207@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Feb 28 20:12:06 2017 New Revision: 435084 URL: https://svnweb.freebsd.org/changeset/ports/435084 Log: Change BROKEN_* to NOT_FOR_ARCHS. Upon further review, there is code that needs to be written to support these archs. It is not avaiable even in the latest upstream. Approved by: portmgr (tier-2 blanket) Modified: head/devel/gecode/Makefile Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Tue Feb 28 20:07:01 2017 (r435083) +++ head/devel/gecode/Makefile Tue Feb 28 20:12:06 2017 (r435084) @@ -15,8 +15,8 @@ LICENSE_COMB= multi LIB_DEPENDS= libmpfr.so:math/mpfr \ libgmp.so:math/gmp -BROKEN_aarch64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism -BROKEN_mips64= Fails to build: error Boost.Numeric.Interval: Please specify rounding control mechanism +NOT_FOR_ARCHS= aarch64 armv6 mips mips64 +NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval USES= bison gmake perl5 USE_PERL5= build
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702282012.v1SKC6vh019207>