summaryrefslogtreecommitdiff
path: root/dns/bind99/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-05-14 23:59:14 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-05-14 23:59:14 +0000
commit2bc25290521a8fb205520fbfdd63a2851e257d96 (patch)
tree991cabe740d1959409257d086f7fc61b60a8819b /dns/bind99/Makefile
parent- Update to 0.4.8 (diff)
Make GOST in BIND 9.* optional
Test Plan: Currently testing in poudriere Differential Revision: https://phabric.freebsd.org/D12
Notes
Notes: svn path=/head/; revision=354095
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r--dns/bind99/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile
index 9a7931ce223b..669084a0a761 100644
--- a/dns/bind99/Makefile
+++ b/dns/bind99/Makefile
@@ -2,7 +2,7 @@
PORTNAME= bind
PORTVERSION= 9.9.5
-PORTREVISION= 12
+PORTREVISION= 13
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -32,8 +32,8 @@ ETCDIR= ${PREFIX}/etc/namedb
CONFLICTS= bind9*-9.[45678].* bind9*-sdb-9.[45678].* bind-tools-9.*
OPTIONS_DEFAULT= IPV6 SSL THREADS
-OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE \
- FIXED_RRSET SIGCHASE IPV6 THREADS GSSAPI FILTER_AAAA
+OPTIONS_DEFINE= SSL IDN REPLACE_BASE LARGE_FILE FIXED_RRSET SIGCHASE \
+ IPV6 THREADS GSSAPI FILTER_AAAA GOST
.if !defined(BIND_TOOLS_SLAVE)
OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS RPZ_PATCH NEWSTATS
OPTIONS_GROUP= DLZ
@@ -47,6 +47,7 @@ LARGE_FILE_DESC= 64-bit file support
FIXED_RRSET_DESC= Enable fixed rrset ordering
SIGCHASE_DESC= dig/host/nslookup will do DNSSEC validation
FILTER_AAAA_DESC= Enable filtering of AAAA records
+GOST_DESC= Enable GOST ciphers (DSO incompatible with chroot)
LINKS_DESC= Create conf file symlinks in ${PREFIX}
NEWSTATS_DESC= Enable alternate xml statistics channel format
@@ -85,6 +86,8 @@ IPV6_CONFIGURE_ENABLE= ipv6
FILTER_AAAA_CONFIGURE_ENABLE= filter-aaaa
+GOST_CONFIGURE_WITH= gost
+
DLZ_POSTGRESQL_CONFIGURE_ON= --with-dlz-postgres=yes
DLZ_POSTGRESQL_USE= pgsql=yes