svn commit: r425709 - head/devel/gecode

Mark Linimon linimon at FreeBSD.org
Tue Nov 8 08:43:07 UTC 2016


Author: linimon
Date: Tue Nov  8 08:43:06 2016
New Revision: 425709
URL: https://svnweb.freebsd.org/changeset/ports/425709

Log:
  Mark as broken on arm64 and mips64.

Modified:
  head/devel/gecode/Makefile

Modified: head/devel/gecode/Makefile
==============================================================================
--- head/devel/gecode/Makefile	Tue Nov  8 08:40:44 2016	(r425708)
+++ head/devel/gecode/Makefile	Tue Nov  8 08:43:06 2016	(r425709)
@@ -14,6 +14,9 @@ LICENSE_COMB=	multi
 
 LIB_DEPENDS=	libmpfr.so:math/mpfr
 
+BROKEN_arm64=	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
+
 USES=		bison gmake perl5
 USE_PERL5=	build
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list