Date: Sat, 16 Mar 2019 14:06:23 +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: r495874 - head/science/silo Message-ID: <201903161406.x2GE6N18016576@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sat Mar 16 14:06:23 2019 New Revision: 495874 URL: https://svnweb.freebsd.org/changeset/ports/495874 Log: science/silo: remove QT4 option (Qt4 deprecation) Approved by: portmgr (implicit) Modified: head/science/silo/Makefile head/science/silo/pkg-plist Modified: head/science/silo/Makefile ============================================================================== --- head/science/silo/Makefile Sat Mar 16 14:02:38 2019 (r495873) +++ head/science/silo/Makefile Sat Mar 16 14:06:23 2019 (r495874) @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static INSTALL_TARGET= install-strip -OPTIONS_DEFINE= FORTRAN HDF5 PYTHON QT4 +OPTIONS_DEFINE= FORTRAN HDF5 PYTHON OPTIONS_DEFAULT= HDF5 OPTIONS_SUB= yes @@ -35,22 +35,6 @@ HDF5_PLIST_SUB_OFF= SUFX_HDF5="" PYTHON_CONFIGURE_ENABLE= pythonmodule PYTHON_USES= python:2.7 - -QT4_USES= qmake:no_env qt:4 -QT4_USE= XORG=ice,sm,x11,xext,xi,xmu,xt \ - QT=corelib,gui,linguisttools_build,moc_build,uic_build -QT4_CONFIGURE_ON= --with-Qt-dir=${PREFIX} \ - --with-Qt-lib="QtGui -lQtCore" -QT4_CONFIGURE_ENABLE= silex -QT4_DESKTOP_ENTRIES= "Silex" "Silex browser for Silo files" \ - "" "silex" "" true - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif post-patch: @${REINPLACE_CMD} -e \ Modified: head/science/silo/pkg-plist ============================================================================== --- head/science/silo/pkg-plist Sat Mar 16 14:02:38 2019 (r495873) +++ head/science/silo/pkg-plist Sat Mar 16 14:06:23 2019 (r495874) @@ -1,5 +1,4 @@ bin/browser -%%QT4%%bin/silex bin/silock bin/silodiff bin/silofile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903161406.x2GE6N18016576>