Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Oct 2016 12:26:26 +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: r424562 - in head/dns/bind9-devel: . files
Message-ID:  <201610241226.u9OCQQko012529@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Oct 24 12:26:26 2016
New Revision: 424562
URL: https://svnweb.freebsd.org/changeset/ports/424562

Log:
  Update to latest commit.
  
  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)

Modified: head/dns/bind9-devel/Makefile
==============================================================================
--- head/dns/bind9-devel/Makefile	Mon Oct 24 12:26:21 2016	(r424561)
+++ head/dns/bind9-devel/Makefile	Mon Oct 24 12:26:26 2016	(r424562)
@@ -30,8 +30,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.10.16
-HASH=		0b15ee0
+ISCVERSION=	9.12.0a.2016.10.20
+HASH=		bcbacc4
 
 USES=	cpe libedit
 

Modified: head/dns/bind9-devel/distinfo
==============================================================================
--- head/dns/bind9-devel/distinfo	Mon Oct 24 12:26:21 2016	(r424561)
+++ head/dns/bind9-devel/distinfo	Mon Oct 24 12:26:26 2016	(r424562)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476704636
-SHA256 (bind9-0b15ee0.tar.gz) = 33b0a2bb0dec34a481dbbcb4b1852881e0e1d1808e8487698fec3750e0b4996a
-SIZE (bind9-0b15ee0.tar.gz) = 11850388
+TIMESTAMP = 1477309973
+SHA256 (bind9-bcbacc4.tar.gz) = 3de382563c27fb80239e6bdf7a578ed7480e769bdbe332708cf5deb2d9b7cc14
+SIZE (bind9-bcbacc4.tar.gz) = 11870730

Modified: head/dns/bind9-devel/files/patch-configure
==============================================================================
--- head/dns/bind9-devel/files/patch-configure	Mon Oct 24 12:26:21 2016	(r424561)
+++ head/dns/bind9-devel/files/patch-configure	Mon Oct 24 12:26:26 2016	(r424562)
@@ -1,6 +1,6 @@
---- configure.orig	2016-10-16 01:06:28 UTC
+--- configure.orig	2016-10-20 00:03:20 UTC
 +++ configure
-@@ -14341,27 +14341,9 @@ done
+@@ -14359,27 +14359,9 @@ done
  		# problems start to show up.
  		saved_libs="$LIBS"
  		for TRY_LIBS in \
@@ -20,7 +20,7 @@
 -		    # -L/usr/local/lib to LIBS, which can make the
 -		    # -lgssapi_krb5 test succeed with shared libraries even
 -		    # when you are trying to build with KTH in /usr/lib.
--		    if test "$use_gssapi" = "/usr"
+-		    if test "/usr" = "$use_gssapi"
 -		    then
 -			    LIBS="$TRY_LIBS"
 -		    else
@@ -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
-@@ -14404,47 +14386,7 @@ $as_echo "no" >&6; } ;;
+@@ -14422,47 +14404,7 @@ $as_echo "no" >&6; } ;;
  		no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
  		esac
  
@@ -43,7 +43,7 @@
 -		# many times as it is the right thing.  Something better
 -		# needs to be done.
 -		#
--		if test "$use_gssapi" = "/usr" -a \
+-		if test "/usr" = "$use_gssapi" -a \
 -			-f /usr/local/lib/libkrb5.a; then
 -		    FIX_KTH_VS_MIT=yes
 -		fi
@@ -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
-@@ -22526,7 +22468,7 @@ $as_echo "" >&6; }
+@@ -22544,7 +22486,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?201610241226.u9OCQQko012529>