aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind99/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-03-22 22:13:02 +0800
committerMathieu Arnold <mat@FreeBSD.org>2018-03-22 22:13:02 +0800
commit6f1e9fd48da16b0d0437af2861c57d32968d95c1 (patch)
tree78dbbbce26a1f2dabe325b368bd5dd00a1d6308a /dns/bind99/Makefile
parentfea6b6da894cd5f076968b3027eba112f7b1156d (diff)
downloadfreebsd-ports-6f1e9fd48da16b0d0437af2861c57d32968d95c1.tar.gz
freebsd-ports-6f1e9fd48da16b0d0437af2861c57d32968d95c1.tar.zst
freebsd-ports-6f1e9fd48da16b0d0437af2861c57d32968d95c1.zip
Enable the FILTER_AAAA option by default, the feature was made non
optional in recent versions, so might as well do it in older ones. PR: 226383 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=465288
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r--dns/bind99/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index c8db82de6127..ca6834dfaf78 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -3,7 +3,7 @@
PORTNAME= bind
PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/}
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
PKGNAMESUFFIX= 99
@@ -51,7 +51,7 @@ MAKE_JOBS_UNSAFE= yes
PORTDOCS= *
OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE RRL DLZ_FILESYSTEM \
- RPZ_NSIP RPZ_NSDNAME PYTHON
+ RPZ_NSIP RPZ_NSDNAME PYTHON FILTER_AAAA
OPTIONS_DEFINE= SSL IDN LARGE_FILE FIXED_RRSET SIGCHASE \
IPV6 THREADS FILTER_AAAA GOST PYTHON START_LATE MINCACHE \
RPZ_NSIP RPZ_NSDNAME RRL DOCS NEWSTATS \