Index: head/devel/gecode/Makefile =================================================================== --- head/devel/gecode/Makefile (revision 552075) +++ head/devel/gecode/Makefile (revision 552076) @@ -1,36 +1,37 @@ # Created by: Peter Pentchev # $FreeBSD$ PORTNAME= gecode DISTVERSIONPREFIX= release- DISTVERSION= 6.2.0 CATEGORIES= devel math PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/commit/ PATCHFILES= f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch:-p1 # https://github.com/Gecode/gecode/pull/51 MAINTAINER= ports@FreeBSD.org COMMENT= Generic Constraint Development Environment LICENSE= BSL MIT LICENSE_COMB= multi NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 NOT_FOR_ARCHS_REASON= needs code written to specify rounding control mechanism in Boost.Numeric.Interval USES= bison:alias cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= Gecode USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS OPTIONS_DEFINE= GIST OPTIONS_SUB= yes GIST_DESC= Enable gist, graphical and interactive search tool GIST_CMAKE_BOOL= ENABLE_GIST GIST_USES= qt:5 GIST_USE= qt=core,gui,printsupport,widgets,qmake_build,buildtools_build +GIST_BROKEN= Fails to build with GIST, see https://github.com/Gecode/gecode/issues/96 .include Index: head/devel/gecode/files/patch-gecode_set_int_weights.hpp =================================================================== --- head/devel/gecode/files/patch-gecode_set_int_weights.hpp (nonexistent) +++ head/devel/gecode/files/patch-gecode_set_int_weights.hpp (revision 552076) @@ -0,0 +1,14 @@ +--- gecode/set/int/weights.hpp.orig 2020-10-11 18:28:10 UTC ++++ gecode/set/int/weights.hpp +@@ -49,9 +49,9 @@ namespace Gecode { namespace Set { namespace Int { + /// The value iterator + I iter; + /// A superset of the elements found in the iterator +- const SharedArray elements; ++ SharedArray elements; + /// Weights for all the possible elements +- const SharedArray weights; ++ SharedArray weights; + /// The current index into the elements and weights + int index; + /// Move to the next element Property changes on: head/devel/gecode/files/patch-gecode_set_int_weights.hpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property