aboutsummaryrefslogtreecommitdiff
path: root/dns/bind9-devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-08-27 08:34:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-08-27 08:34:29 +0000
commitca0d9d2cd37e21620f046d3ac958f8e62bcb0861 (patch)
tree32cf7364ca9aa924f26deed1fe0c4863c6265d64 /dns/bind9-devel
parent1ef6986041f804ca58b54a81bc62c03eb03c4d60 (diff)
downloadports-ca0d9d2cd37e21620f046d3ac958f8e62bcb0861.tar.gz
ports-ca0d9d2cd37e21620f046d3ac958f8e62bcb0861.zip
Garbage collect the SIGCHASE option, it was removed in 9.12.
PR: 248938 Submitted by: John Hein
Notes
Notes: svn path=/head/; revision=546331
Diffstat (limited to 'dns/bind9-devel')
-rw-r--r--dns/bind9-devel/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index f82b9c49c24e..df2703eb3b6e 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -91,10 +91,10 @@ CONFLICTS= bind911 bind912 bind913 bind914 bind916
MAKE_JOBS_UNSAFE= yes
OPTIONS_DEFAULT= DLZ_FILESYSTEM GSSAPI_NONE IDN JSON LMDB MANPAGES \
- SIGCHASE TCP_FASTOPEN DNSTAP
+ TCP_FASTOPEN DNSTAP
OPTIONS_DEFINE= DNSTAP DOCS FIXED_RRSET GEOIP IDN JSON LARGE_FILE LMDB \
MANPAGES OVERRIDECACHE PORTREVISION QUERYTRACE \
- SIGCHASE START_LATE TCP_FASTOPEN
+ START_LATE TCP_FASTOPEN
OPTIONS_RADIO= CRYPTO
OPTIONS_RADIO_CRYPTO= NATIVE_PKCS11
@@ -134,7 +134,6 @@ OVERRIDECACHE_DESC= Use the override-cache patch
NATIVE_PKCS11_DESC= Use PKCS\#11 native API (**READ HELP**)
PORTREVISION_DESC= Show PORTREVISION in the version string
QUERYTRACE_DESC= Enable the very verbose query tracelogging
-SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
START_LATE_DESC= Start BIND late in the boot process (see help)
TCP_FASTOPEN_DESC= RFC 7413 support
@@ -201,8 +200,6 @@ NATIVE_PKCS11_CONFIGURE_ENABLE= native-pkcs11
QUERYTRACE_CONFIGURE_ENABLE= querytrace
-SIGCHASE_CONFIGURE_ON= STD_CDEFINES="-DDIG_SIGCHASE=1"
-
START_LATE_SUB_LIST= NAMED_BEFORE="LOGIN" \
NAMED_REQUIRE="SERVERS cleanvar"
START_LATE_SUB_LIST_OFF= NAMED_BEFORE="SERVERS" \