Index: head/devel/gecode/files/patch-gecode_set_int_weights.hpp =================================================================== --- head/devel/gecode/files/patch-gecode_set_int_weights.hpp (revision 552081) +++ head/devel/gecode/files/patch-gecode_set_int_weights.hpp (nonexistent) @@ -1,14 +0,0 @@ ---- 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 ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/gecode/Makefile =================================================================== --- head/devel/gecode/Makefile (revision 552081) +++ head/devel/gecode/Makefile (revision 552082) @@ -1,37 +1,40 @@ # 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 +PATCHFILES+= c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch:-p1 # fix C++ clang-10 problem with static field assignments +PATCHFILES+= bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch:-p1 # suppress clang warnings about wrong array index -MAINTAINER= ports@FreeBSD.org +MAINTAINER= yuri@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_LDCONFIG= yes + 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/distinfo =================================================================== --- head/devel/gecode/distinfo (revision 552081) +++ head/devel/gecode/distinfo (revision 552082) @@ -1,5 +1,9 @@ -TIMESTAMP = 1566709177 +TIMESTAMP = 1602444183 SHA256 (Gecode-gecode-release-6.2.0_GH0.tar.gz) = 27d91721a690db1e96fa9bb97cec0d73a937e9dc8062c3327f8a4ccb08e951fd SIZE (Gecode-gecode-release-6.2.0_GH0.tar.gz) = 3672525 SHA256 (f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch) = 945e522a7204324ba9740a76fc3a3806f670932e6dd57629ff041afedd5eb70d SIZE (f08079c5df271869bc7c0799b3eccc52ca2f4d83.patch) = 2005 +SHA256 (c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch) = 150cc0c725dc73b3404eff704055a641c6175b230d3c3d740ea617d2b44e7552 +SIZE (c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch) = 940 +SHA256 (bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch) = fe8620826dc0e78d20c46493f17ec17067cf6ea399680ac99e0826a06c50ea86 +SIZE (bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch) = 1366