Date: Mon, 1 Jul 2019 16:21:47 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505616 - in head/dns/bind9-devel: . files Message-ID: <201907011621.x61GLlXX054973@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Mon Jul 1 16:21:46 2019 New Revision: 505616 URL: https://svnweb.freebsd.org/changeset/ports/505616 Log: Update to latest commit. Modified: head/dns/bind9-devel/Makefile (contents, props changed) head/dns/bind9-devel/distinfo (contents, props changed) head/dns/bind9-devel/files/extrapatch-no-bind-tools (contents, props changed) head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in (contents, props changed) head/dns/bind9-devel/files/patch-configure (contents, props changed) Modified: head/dns/bind9-devel/Makefile ============================================================================== --- head/dns/bind9-devel/Makefile Mon Jul 1 16:21:43 2019 (r505615) +++ head/dns/bind9-devel/Makefile Mon Jul 1 16:21:46 2019 (r505616) @@ -41,13 +41,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= compiler:c11 cpe libedit pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.15.0a0.2019.06.25 +ISCVERSION= 9.15.0a0.2019.06.28 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 32fc6c85f403ec26aa71ba403607f0032b373859 +GL_COMMIT= 4c0e9d0bdff6b663c3119ba237c71bc642bf72c8 CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} Modified: head/dns/bind9-devel/distinfo ============================================================================== --- head/dns/bind9-devel/distinfo Mon Jul 1 16:21:43 2019 (r505615) +++ head/dns/bind9-devel/distinfo Mon Jul 1 16:21:46 2019 (r505616) @@ -1,3 +1,3 @@ -TIMESTAMP = 1561460029 -SHA256 (isc-projects-bind9-32fc6c85f403ec26aa71ba403607f0032b373859_GL0.tar.gz) = a77d6b168606b0a01c0e6192f2699a35e425fe9983061680f1af2fc21b71b65a -SIZE (isc-projects-bind9-32fc6c85f403ec26aa71ba403607f0032b373859_GL0.tar.gz) = 6325417 +TIMESTAMP = 1561996676 +SHA256 (isc-projects-bind9-4c0e9d0bdff6b663c3119ba237c71bc642bf72c8_GL0.tar.gz) = 7e8dcc7ab874b4b20389f5d3162d491cddb8a88a6cc7008803e28bba575ea923 +SIZE (isc-projects-bind9-4c0e9d0bdff6b663c3119ba237c71bc642bf72c8_GL0.tar.gz) = 6348609 Modified: head/dns/bind9-devel/files/extrapatch-no-bind-tools ============================================================================== --- head/dns/bind9-devel/files/extrapatch-no-bind-tools Mon Jul 1 16:21:43 2019 (r505615) +++ head/dns/bind9-devel/files/extrapatch-no-bind-tools Mon Jul 1 16:21:46 2019 (r505616) @@ -1,6 +1,6 @@ Exclude the "tools" from building and installing. ---- bin/Makefile.in.orig 2019-03-20 05:57:56 UTC +--- bin/Makefile.in.orig 2019-06-28 12:33:29 UTC +++ bin/Makefile.in @@ -11,8 +11,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ @@ -13,9 +13,9 @@ Exclude the "tools" from building and installing. TARGETS = @BIND9_MAKE_RULES@ ---- bin/tools/Makefile.in.orig 2019-04-15 14:30:39 UTC +--- bin/tools/Makefile.in.orig 2019-06-28 12:33:29 UTC +++ bin/tools/Makefile.in -@@ -39,10 +39,7 @@ SUBDIRS = +@@ -41,10 +41,7 @@ SUBDIRS = DNSTAPTARGETS = dnstap-read@EXEEXT@ NZDTARGETS = named-nzd2nzf@EXEEXT@ @@ -27,7 +27,7 @@ Exclude the "tools" from building and installing. DNSTAPSRCS = dnstap-read.c NZDSRCS = named-nzd2nzf.c -@@ -118,21 +115,6 @@ dnstap: +@@ -120,21 +117,6 @@ dnstap: ${INSTALL_DATA} ${srcdir}/dnstap-read.1 ${DESTDIR}${mandir}/man1 install:: ${TARGETS} installdirs @DNSTAP@ @NZD_TOOLS@ Modified: head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in ============================================================================== --- head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in Mon Jul 1 16:21:43 2019 (r505615) +++ head/dns/bind9-devel/files/patch-bin_tests_system_dlzexternal_Makefile.in Mon Jul 1 16:21:46 2019 (r505616) @@ -1,6 +1,6 @@ ---- bin/tests/system/dlzexternal/Makefile.in.orig 2018-02-26 06:30:28 UTC +--- bin/tests/system/dlzexternal/Makefile.in.orig 2019-06-28 12:33:29 UTC +++ bin/tests/system/dlzexternal/Makefile.in -@@ -34,7 +34,7 @@ OBJS = +@@ -35,7 +35,7 @@ OBJS = @BIND9_MAKE_RULES@ CFLAGS = @CFLAGS@ @SO_CFLAGS@ Modified: head/dns/bind9-devel/files/patch-configure ============================================================================== --- head/dns/bind9-devel/files/patch-configure Mon Jul 1 16:21:43 2019 (r505615) +++ head/dns/bind9-devel/files/patch-configure Mon Jul 1 16:21:46 2019 (r505616) @@ -1,6 +1,6 @@ ---- configure.orig 2019-06-25 10:23:15 UTC +--- configure.orig 2019-06-28 12:33:29 UTC +++ configure -@@ -16771,27 +16771,9 @@ done +@@ -17446,27 +17446,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 -@@ -16834,47 +16816,7 @@ $as_echo "no" >&6; } ;; +@@ -17509,47 +17491,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 -@@ -22097,7 +22039,7 @@ $as_echo "" >&6; } +@@ -22772,7 +22714,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907011621.x61GLlXX054973>