Bump PORTREVISION for the patch to named-checkconf
Add the logic for the THREADS OPTION to be on for 7-RELEASE and above (and off otherwise) that I'm using in dns/bind95
This commit is contained in:
parent
35eb96538b
commit
e849102db7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=216718
@ -13,6 +13,7 @@
|
||||
|
||||
PORTNAME= bind94
|
||||
PORTVERSION= 9.4.2.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_ISC} \
|
||||
http://dougbarton.us/Downloads/%SUBDIR%/
|
||||
@ -37,11 +38,17 @@ CONFLICTS= bind9-9.[35].* bind9-dlz-* bind9-sdb-ldap-* host-*
|
||||
|
||||
OPTIONS= REPLACE_BASE "Replace base BIND with this version" off \
|
||||
LARGE_FILE "64-bit file support" off \
|
||||
IPV6 "IPv6 Support (autodetected by default)" off \
|
||||
THREADS "Compile with thread support" on
|
||||
IPV6 "IPv6 Support (autodetected by default)" off
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# We are ok by default from 7.0-RELEASE on
|
||||
.if ${OSVERSION} >= 700055
|
||||
OPTIONS+= THREADS "Compile with thread support" on
|
||||
.else
|
||||
OPTIONS+= THREADS "Compile w/threads (Not Recommended <FreeBSD-7)" off
|
||||
.endif
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
|
Loading…
Reference in New Issue
Block a user