From owner-svn-ports-head@freebsd.org Mon Jul 25 15:16:13 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9546EBA3E8E; Mon, 25 Jul 2016 15:16:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A3511246; Mon, 25 Jul 2016 15:16:13 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6PFGCB3062283; Mon, 25 Jul 2016 15:16:12 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6PFGC7W062279; Mon, 25 Jul 2016 15:16:12 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201607251516.u6PFGC7W062279@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Mon, 25 Jul 2016 15:16:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419046 - in head/dns/bind9-devel: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2016 15:16:13 -0000 Author: mat Date: Mon Jul 25 15:16:12 2016 New Revision: 419046 URL: https://svnweb.freebsd.org/changeset/ports/419046 Log: Update to latest snapshot. Sponsored by: Absolight Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) head/dns/bind9-devel/pkg-plist (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Jul 25 15:16:03 2016 (r419045) +++ head/dns/bind9-devel/Makefile Mon Jul 25 15:16:12 2016 (r419046) @@ -16,8 +16,8 @@ COMMENT= BIND DNS suite with updated DNS 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 patc 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=${OPENS 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 Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Jul 25 15:16:03 2016 (r419045) +++ head/dns/bind9-devel/distinfo Mon Jul 25 15:16:12 2016 (r419046) @@ -1,3 +1,3 @@ -TIMESTAMP = 1468926927 -SHA256 (bind9-203b693.tar.gz) = 1702e2e597c88234c319b2ab83a286e28e6e58e23790858d0165dee6de1f5957 -SIZE (bind9-203b693.tar.gz) = 11763050 +TIMESTAMP = 1469455518 +SHA256 (bind9-c854d9c.tar.gz) = 94ebac19753f17c9e64efa4d08916df8dea79aaa2233f741c5985c3ba306bb4a +SIZE (bind9-c854d9c.tar.gz) = 11756529 Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Jul 25 15:16:03 2016 (r419045) +++ head/dns/bind9-devel/files/patch-configure Mon Jul 25 15:16:12 2016 (r419046) @@ -1,6 +1,6 @@ ---- configure.orig 2016-07-14 05:13:57 UTC +--- configure.orig 2016-07-25 11:18:47 UTC +++ configure -@@ -14338,27 +14338,9 @@ done +@@ -14345,27 +14345,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,7 +30,7 @@ { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 $as_echo_n "checking linking as $TRY_LIBS... " >&6; } cat confdefs.h - <<_ACEOF >conftest.$ac_ext -@@ -14401,47 +14383,7 @@ $as_echo "no" >&6; } ;; +@@ -14408,47 +14390,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac @@ -79,7 +79,7 @@ DNS_GSSAPI_LIBS="$LIBS" { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 -@@ -22318,7 +22260,7 @@ $as_echo "" >&6; } +@@ -22464,7 +22406,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). Modified: head/dns/bind9-devel/pkg-plist ============================================================================== --- head/dns/bind9-devel/pkg-plist Mon Jul 25 15:16:03 2016 (r419045) +++ head/dns/bind9-devel/pkg-plist Mon Jul 25 15:16:12 2016 (r419046) @@ -383,6 +383,7 @@ man/man8/named-checkconf.8.gz man/man8/named-checkzone.8.gz man/man8/named-compilezone.8.gz man/man8/named-journalprint.8.gz +%%LMDB%%man/man8/named-nzd2nzf.8.gz man/man8/named.8.gz man/man8/nsec3hash.8.gz %%NATIVE_PKCS11%%man/man8/pkcs11-destroy.8.gz @@ -413,6 +414,7 @@ sbin/named-checkconf sbin/named-checkzone sbin/named-compilezone sbin/named-journalprint +%%LMDB%%sbin/named-nzd2nzf sbin/named-rrchecker sbin/nsec3hash %%NATIVE_PKCS11%%sbin/pkcs11-destroy