mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
security/ike: remove QTGUI option (Qt4 deprecation)
- untested as it is is already broken Approved by: poprtmgr (implicit)
This commit is contained in:
parent
c779160160
commit
0b3a951c8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=496025
2 changed files with 2 additions and 17 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ike
|
||||
PORTVERSION= 2.2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= https://www.shrew.net/download/ike/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-release
|
||||
|
@ -24,10 +24,9 @@ CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \
|
|||
-DLIBDIR:PATH="${PREFIX}/lib" \
|
||||
-DMANDIR:PATH="${PREFIX}/man"
|
||||
|
||||
OPTIONS_DEFINE= QTGUI NATT LDAP DEBUG
|
||||
OPTIONS_DEFINE= NATT LDAP DEBUG
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
QTGUI_DESC= Enable QT client front end applications
|
||||
NATT_DESC= Enable NAT-Traversal
|
||||
LDAP_DESC= Enable LDAP XAuth daemon support
|
||||
|
||||
|
@ -36,16 +35,6 @@ DEBUG_CMAKE_ON= -DDEBUG=YES
|
|||
LDAP_USE= OPENLDAP=yes
|
||||
LDAP_CMAKE_ON= -DLDAP=YES
|
||||
NATT_CMAKE_ON= -DNATT=YES
|
||||
QTGUI_CMAKE_ON= -DQTGUI=YES
|
||||
QTGUI_USES= qt:4
|
||||
QTGUI_USE= QT=gui,moc_build,qmake_build,rcc_build,uic_build
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MQTGUI}
|
||||
DEPRECATED= Qt4 has been EOL since december 2015
|
||||
EXPIRATION_DATE= 2019-03-15
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@if ! ${SYSCTL} -a | ${GREP} -q ipsec; then \
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
@sample etc/iked.conf.sample
|
||||
bin/ikec
|
||||
sbin/iked
|
||||
%%QTGUI%%bin/qikea
|
||||
%%QTGUI%%bin/qikec
|
||||
lib/libss_idb.so
|
||||
lib/libss_idb.so.2.2.1
|
||||
lib/libss_ike.so
|
||||
|
@ -16,7 +14,5 @@ lib/libss_log.so.2.2.1
|
|||
lib/libss_pfk.so
|
||||
lib/libss_pfk.so.2.2.1
|
||||
man/man1/ikec.1.gz
|
||||
%%QTGUI%%man/man1/qikea.1.gz
|
||||
%%QTGUI%%man/man1/qikec.1.gz
|
||||
man/man5/iked.conf.5.gz
|
||||
man/man8/iked.8.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue