Date: Tue, 8 Nov 2016 08:43: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: r425709 - head/devel/gecode Message-ID: <201611080843.uA88h6wP005118@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611080843.uA88h6wP005118>