aboutsummaryrefslogtreecommitdiff
path: root/dns/bind910
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-05-25 13:28:21 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-05-25 13:28:21 +0000
commit8a1f0e9c1fd5f5563e2f31d33043e2f4a7d13312 (patch)
tree044700307196136e4d6731952eccbdc7f0b16b09 /dns/bind910
parenta04f3b17d151d1808c33db1f20885f58e22b8333 (diff)
downloadports-8a1f0e9c1fd5f5563e2f31d33043e2f4a7d13312.tar.gz
ports-8a1f0e9c1fd5f5563e2f31d33043e2f4a7d13312.zip
Notes
Diffstat (limited to 'dns/bind910')
-rw-r--r--dns/bind910/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile
index b15215128b6b..8fe89d9a395d 100644
--- a/dns/bind910/Makefile
+++ b/dns/bind910/Makefile
@@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/}
PORTREVISION= 0
.else
# dns/bind910 here
-PORTREVISION= 0
+PORTREVISION= 1
.endif
CATEGORIES= dns net ipv6
MASTER_SITES= ISC/bind9/${ISCVERSION}
@@ -49,6 +49,7 @@ CONFIGURE_ARGS+= --localstatedir=/var --disable-linux-caps \
--with-randomdev=/dev/random \
--with-libxml2=${LOCALBASE} \
--with-readline=-ledit \
+ --with-dlopen=yes \
--sysconfdir=${ETCDIR}
.if defined(BIND_TOOLS_SLAVE)
CONFIGURE_ARGS+= --disable-shared
@@ -69,7 +70,7 @@ OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11
OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1
.if !defined(BIND_TOOLS_SLAVE)
-OPTIONS_DEFAULT+= RRL
+OPTIONS_DEFAULT+= RRL DLZ_FILESYSTEM
OPTIONS_DEFINE+= LINKS RPZ_NSIP RPZ_NSDNAME RRL DOCS NEWSTATS GEOIP \
MINCACHE PORTREVISION FETCHLIMIT QUERYTRACE
OPTIONS_GROUP= DLZ
@@ -167,10 +168,10 @@ RPZ_NSDNAME_CONFIGURE_ENABLE= rpz-nsdname
RRL_CONFIGURE_ENABLE= rrl
DLZ_MYSQL_CONFIGURE_ON= --with-dlz-mysql=yes
-DLZ_MYSQL_USE= mysql=yes
+DLZ_MYSQL_USES= mysql
DLZ_BDB_CONFIGURE_ON= --with-dlz-bdb=yes
-DLZ_BDB_USE= bdb=yes
+DLZ_BDB_USES= bdb
DLZ_LDAP_CONFIGURE_ON= --with-dlz-ldap=yes
DLZ_LDAP_USE= openldap=yes