diff options
author | tcberner <tcberner@FreeBSD.org> | 2019-03-17 07:50:14 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2019-03-17 07:50:14 +0800 |
commit | 5a152fa06cbe89d15df9001123c070023649e8c2 (patch) | |
tree | 15e66ecb1421945bfebf6e8f499402d8ffd8ad70 | |
parent | f13dd2f6952ed569e8bf3c85b2e674118f67d0a4 (diff) | |
download | freebsd-ports-gnome-5a152fa06cbe89d15df9001123c070023649e8c2.tar.gz freebsd-ports-gnome-5a152fa06cbe89d15df9001123c070023649e8c2.tar.zst freebsd-ports-gnome-5a152fa06cbe89d15df9001123c070023649e8c2.zip |
devel/gecode: remove GIST option (Qt4 deprecation)
Approved by: portmgr (implicit)
-rw-r--r-- | devel/gecode/Makefile | 19 | ||||
-rw-r--r-- | devel/gecode/pkg-plist | 3 |
2 files changed, 3 insertions, 19 deletions
diff --git a/devel/gecode/Makefile b/devel/gecode/Makefile index 2784d00b821f..4975c4d789f6 100644 --- a/devel/gecode/Makefile +++ b/devel/gecode/Makefile @@ -3,7 +3,7 @@ PORTNAME= gecode PORTVERSION= 5.1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.gecode.org/download/ @@ -37,27 +37,14 @@ 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 .endif diff --git a/devel/gecode/pkg-plist b/devel/gecode/pkg-plist index 3c8315a3d9b0..ef28339b7db7 100644 --- a/devel/gecode/pkg-plist +++ b/devel/gecode/pkg-plist @@ -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 |