diff options
author | mat <mat@FreeBSD.org> | 2016-07-25 23:16:12 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-25 23:16:12 +0800 |
commit | ab2b84ce756dc471e4aa425690da8047294c207a (patch) | |
tree | b885fb4d9e8e22fab03bc366c2eef5ca4c52aced /dns/bind9-devel/Makefile | |
parent | 0c283ea3103386a43785362a54695deb9569288a (diff) | |
download | freebsd-ports-gnome-ab2b84ce756dc471e4aa425690da8047294c207a.tar.gz freebsd-ports-gnome-ab2b84ce756dc471e4aa425690da8047294c207a.tar.zst freebsd-ports-gnome-ab2b84ce756dc471e4aa425690da8047294c207a.zip |
Update to latest snapshot.
Sponsored by: Absolight
Diffstat (limited to 'dns/bind9-devel/Makefile')
-rw-r--r-- | dns/bind9-devel/Makefile | 11 |
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 |