svn commit: r496007 - head/security/quantis

Tobias C. Berner tcberner at FreeBSD.org
Sun Mar 17 00:06:15 UTC 2019


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


More information about the svn-ports-all mailing list