security/quantis: remove GUI option (Qt4 deprecation)
This commit is contained in:
parent
260c9ae28a
commit
4adcb1584d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496007
@ -22,7 +22,7 @@ BROKEN_armv7= fails to build: Could not find JNI (missing: JAVA_AWT_LIBRARY JAV
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user