Date: Sun, 17 Mar 2019 00:06: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: r496007 - head/security/quantis Message-ID: <201903170006.x2H06Es9049168@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tcberner Date: Sun Mar 17 00:06:14 2019 New Revision: 496007 URL: https://svnweb.freebsd.org/changeset/ports/496007 Log: security/quantis: remove GUI option (Qt4 deprecation) Modified: head/security/quantis/Makefile Modified: head/security/quantis/Makefile ============================================================================== --- head/security/quantis/Makefile Sun Mar 17 00:04:52 2019 (r496006) +++ head/security/quantis/Makefile Sun Mar 17 00:06:14 2019 (r496007) @@ -22,7 +22,7 @@ BROKEN_armv7= fails to build: Could not find JNI (mis USES= cmake compiler:c++11-lang zip:infozip -OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES +OPTIONS_DEFINE= PCI USB JAVA COMPAT TOOL DOCS EXAMPLES OPTIONS_DEFAULT=PCI USB JAVA TOOL NO_OPTIONS_SORT=yes @@ -31,7 +31,6 @@ USB_DESC= Enable Quantis USB support JAVA_DESC= Enable Java support COMPAT_DESC= Build API v1 compatibility libraries TOOL_DESC= Build EasyQuantis application -GUI_DESC= Build QT4 GUI for EasyQuantis application EXTRACT_BEFORE_ARGS= -aqo USE_LDCONFIG= yes @@ -77,15 +76,7 @@ PLIST_SUB+= COMPAT="@comment " BUILD_DEPENDS+= ${LOCALBASE}/lib/libboost_date_time.a:devel/boost-libs CXXFLAGS+= -I${LOCALBASE}/include -. if ${PORT_OPTIONS:MGUI} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -USES+= qt:4 -USE_QT+= corelib gui moc_build uic_build rcc_build qmake_build -. else CMAKE_ARGS+= -DDISABLE_EASYQUANTIS_GUI=1 -. endif PLIST_SUB+= TOOL="" .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903170006.x2H06Es9049168>