Remove the remaining IGNORE_FreeBSD_9 lines.
Sponsored by: Absolight
This commit is contained in:
parent
eaa5e785fc
commit
9cb2c90e32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434300
@ -91,11 +91,7 @@ INSTALL_TARGET= install-lib install-h install-config
|
||||
BROKEN= Does not build with openssl-devel
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGOST}
|
||||
. if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base"
|
||||
IGNORE_FreeBSD_9= Requires openssl version >= 1.0.0
|
||||
. endif
|
||||
.else
|
||||
.if ! ${PORT_OPTIONS:MGOST}
|
||||
NO_GOST= --disable-gost
|
||||
.endif
|
||||
|
||||
|
@ -35,10 +35,6 @@ PORTDOCS= NEWS COPYING README PROTOCOL TODO
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
|
||||
.endif
|
||||
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= Requires PSK which is unsupported by the selected LibreSSL
|
||||
.endif
|
||||
|
@ -146,10 +146,6 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
IGNORE_FreeBSD_9= Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl)
|
||||
.endif
|
||||
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= requires PSK which is unsupported by the selected LibreSSL
|
||||
.endif
|
||||
|
@ -146,10 +146,6 @@ POLARSSL_LIB_DEPENDS= libmbedtls.so:security/polarssl13
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
IGNORE_FreeBSD_9= Requires OpenSSL >= 1.0.1 (set DEFAULT_VERSIONS+=ssl=openssl)
|
||||
.endif
|
||||
|
||||
.if ${SSL_DEFAULT:Mlibressl*}
|
||||
IGNORE= requires PSK which is unsupported by the selected LibreSSL
|
||||
.endif
|
||||
|
@ -26,7 +26,6 @@ GH_PROJECT= linux
|
||||
ONLY_FOR_ARCHS= amd64
|
||||
ONLY_FOR_ARCHS_REASON=No one has added other architecture ld formats yet
|
||||
|
||||
IGNORE_FreeBSD_9= requires FreeBSD 11 or newer
|
||||
IGNORE_FreeBSD_10= requires FreeBSD 11 or newer
|
||||
|
||||
WRKSRC_SUBDIR= tools/lkl
|
||||
|
@ -22,8 +22,6 @@ GH_ACCOUNT= bartekrutkowski
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
IGNORE_FreeBSD_9= requires FreeBSD 10.x or newer
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|/usr/local/lib/iocell|${PREFIX}/lib/iocell|g" ${WRKSRC}/iocell
|
||||
|
||||
|
@ -24,7 +24,6 @@ USES= tar:bzip2
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
IGNORE_FreeBSD_9= Only for FreeBSD 11+
|
||||
IGNORE_FreeBSD_10= Only for FreeBSD 11+
|
||||
|
||||
do-install:
|
||||
|
@ -25,7 +25,6 @@ USES= tar:bzip2
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
IGNORE_FreeBSD_9= Only for FreeBSD 10.x
|
||||
IGNORE_FreeBSD_11= Only for FreeBSD 10.x
|
||||
IGNORE_FreeBSD_12= Only for FreeBSD 10.x
|
||||
|
||||
|
@ -40,10 +40,6 @@ THREADS_CONFIGURE_ENABLE= threaded-dns
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
IGNORE_FreeBSD_9= Requires newer OpenSSL (set DEFAULT_VERSIONS+=ssl=openssl)
|
||||
.endif
|
||||
|
||||
.ifdef(WITH_DEBUG)
|
||||
CONFIGURE_ARGS+= --enable-gprof --enable-rtfl
|
||||
.else
|
||||
|
@ -37,7 +37,6 @@ post-install:
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${SSL_DEFAULT} == base
|
||||
IGNORE_FreeBSD_9= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl)
|
||||
IGNORE_FreeBSD_10= Requires OpenSSL 1.0.2 (set DEFAULT_VERSIONS+=ssl=openssl)
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user