summaryrefslogtreecommitdiff
path: root/dns/bind9-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/bind9-devel/Makefile')
-rw-r--r--dns/bind9-devel/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile
index 55408d3a8633..251617f034d4 100644
--- a/dns/bind9-devel/Makefile
+++ b/dns/bind9-devel/Makefile
@@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= MPL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.12.0a.2016.07.14
-HASH= 203b693
+ISCVERSION= 9.12.0a.2016.07.25
+HASH= c854d9c
MAKE_JOBS_UNSAFE= yes
@@ -47,7 +47,7 @@ SUB_FILES= pkg-message
OPTIONS_DEFAULT= SSL THREADS SIGCHASE IDN GSSAPI_NONE DLZ_FILESYSTEM
OPTIONS_DEFINE= IDN LARGE_FILE PYTHON START_LATE \
- FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA
+ FIXED_RRSET SIGCHASE IPV6 THREADS FILTER_AAAA LMDB
OPTIONS_RADIO= CRYPTO GOSTDEF
OPTIONS_RADIO_CRYPTO= SSL NATIVE_PKCS11
OPTIONS_RADIO_GOSTDEF= GOST GOST_ASN1
@@ -80,6 +80,7 @@ MINCACHE_DESC= Use the mincachettl patch
PORTREVISION_DESC= Show PORTREVISION in the version string
FETCHLIMIT_DESC= Enable the query quotas for resolvers
QUERYTRACE_DESC= Enable the very verbose query tracelogging
+LMDB_DESC= Use LMDB for zone management
LINKS_DESC= Create conf file symlinks in ${PREFIX}
NEWSTATS_DESC= Enable alternate xml statistics channel format
@@ -105,6 +106,10 @@ SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
SSL_USE= openssl=yes
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
+LMDB_CONFIGURE_WITH= lmdb
+LMDB_LIB_DEPENDS= liblmdb.so:databases/lmdb
+LMDB_BROKEN_OFF= Does not install without LMDB
+
NEWSTATS_CONFIGURE_ENABLE= newstats
IDN_USES= iconv