svn commit: r435084 - head/devel/gecode

Mark Linimon linimon at FreeBSD.org
Tue Feb 28 20:12:08 UTC 2017


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


More information about the svn-ports-all mailing list