Date: Wed, 3 Mar 2021 23:29:47 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567270 - head/devel/gecode Message-ID: <202103032329.123NTll8046207@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Mar 3 23:29:46 2021 New Revision: 567270 URL: https://svnweb.freebsd.org/changeset/ports/567270 Log: devel/gecode: Unbreak the GIST option Old cmake version required by the project set cmake policy that prevented handling of .hh files by Qt's moc. Modified: head/devel/gecode/Makefile head/devel/gecode/distinfo Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Wed Mar 3 23:09:48 2021 (r567269) +++ head/devel/gecode/Makefile Wed Mar 3 23:29:46 2021 (r567270) @@ -10,6 +10,7 @@ PATCH_SITES= https://github.com/${GH_ACCOUNT}/${PORTNA 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 +PATCHFILES+= 3b86d0dabc371d5976c5dafef0fc7f6c5f92640b.patch:-p1 # https://github.com/Gecode/gecode/pull/102: Fix MOC invocation in gist folder MAINTAINER= yuri@FreeBSD.org COMMENT= Generic Constraint Development Environment @@ -28,13 +29,12 @@ GH_ACCOUNT= Gecode CMAKE_ON= BUILD_SHARED_LIBS -OPTIONS_DEFINE= GIST -OPTIONS_SUB= yes +OPTIONS_DEFINE= GIST +OPTIONS_SUB= yes -GIST_DESC= Enable gist, graphical and interactive search tool +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 +GIST_USES= qt:5 +GIST_USE= qt=core,gui,printsupport,widgets,qmake_build,buildtools_build .include <bsd.port.mk> Modified: head/devel/gecode/distinfo ============================================================================== --- head/devel/gecode/distinfo Wed Mar 3 23:09:48 2021 (r567269) +++ head/devel/gecode/distinfo Wed Mar 3 23:29:46 2021 (r567270) @@ -1,4 +1,4 @@ -TIMESTAMP = 1602444183 +TIMESTAMP = 1614812825 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 @@ -7,3 +7,5 @@ SHA256 (c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch SIZE (c810c96b1ce5d3692e93439f76c4fa7d3daf9fbb.patch) = 940 SHA256 (bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch) = fe8620826dc0e78d20c46493f17ec17067cf6ea399680ac99e0826a06c50ea86 SIZE (bb1efcd8c4bf5d8d6c079a1b7704c51ea958bf06.patch) = 1366 +SHA256 (3b86d0dabc371d5976c5dafef0fc7f6c5f92640b.patch) = 20b69c28be015dea2826f66cab7079b30768d23af9b1d30d91bb6137e3c22227 +SIZE (3b86d0dabc371d5976c5dafef0fc7f6c5f92640b.patch) = 665
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103032329.123NTll8046207>