Date: Sat, 16 Mar 2019 23:50:14 +0000 (UTC) From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496001 - head/devel/gecode Message-ID: <201903162350.x2GNoEk6038661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 23:50:14 2019 New Revision: 496001 URL: https://svnweb.freebsd.org/changeset/ports/496001 Log: devel/gecode: remove GIST option (Qt4 deprecation) Approved by: portmgr (implicit) Modified: head/devel/gecode/Makefile head/devel/gecode/pkg-plist Modified: head/devel/gecode/Makefile ============================================================================== --- head/devel/gecode/Makefile Sat Mar 16 23:40:55 2019 (r496000) +++ head/devel/gecode/Makefile Sat Mar 16 23:50:14 2019 (r496001) @@ -3,7 +3,7 @@ PORTNAME= gecode PORTVERSION= 5.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.gecode.org/download/ @@ -37,26 +37,13 @@ CONFIGURE_ARGS= --disable-static \ --with-gmp-include=${LOCALBASE}/include \ --with-gmp-lib=${LOCALBASE}/lib \ --with-mpfr-include=${LOCALBASE}/include \ - --with-mpfr-lib=${LOCALBASE}/lib + --with-mpfr-lib=${LOCALBASE}/lib \ + --disable-gist --disable-qt USE_LDCONFIG= yes MAKE_JOBS_UNSAFE=yes PLIST_SUB= SHLIB_VERSION=44 -OPTIONS_DEFINE= GIST -OPTIONS_SUB= yes - -GIST_DESC= Interactive Search Tool (requires Qt) -GIST_USES= qt:4 -GIST_USE= QT=corelib,gui,moc_build,qmake_build -GIST_CONFIGURE_ON= --enable-gist --enable-qt -GIST_CONFIGURE_OFF= --disable-gist --disable-qt - .include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MGIST} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif .if ${ARCH} == "amd64" CFLAGS+= -D__USE_ISOC99 Modified: head/devel/gecode/pkg-plist ============================================================================== --- head/devel/gecode/pkg-plist Sat Mar 16 23:40:55 2019 (r496000) +++ head/devel/gecode/pkg-plist Sat Mar 16 23:50:14 2019 (r496001) @@ -671,9 +671,6 @@ lib/libgecodeflatzinc.so.%%SHLIB_VERSION%%.0 lib/libgecodefloat.so lib/libgecodefloat.so.%%SHLIB_VERSION%% lib/libgecodefloat.so.%%SHLIB_VERSION%%.0 -%%GIST%%lib/libgecodegist.so -%%GIST%%lib/libgecodegist.so.%%SHLIB_VERSION%% -%%GIST%%lib/libgecodegist.so.%%SHLIB_VERSION%%.0 lib/libgecodeint.so lib/libgecodeint.so.%%SHLIB_VERSION%% lib/libgecodeint.so.%%SHLIB_VERSION%%.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903162350.x2GNoEk6038661>