From owner-svn-ports-branches@freebsd.org Thu Oct 8 12:17:05 2015 Return-Path: Delivered-To: svn-ports-branches@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 A9A299D0998; Thu, 8 Oct 2015 12:17:05 +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 82B79144C; Thu, 8 Oct 2015 12:17:05 +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 t98CH4Hm038494; Thu, 8 Oct 2015 12:17:04 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t98CH4Iv038492; Thu, 8 Oct 2015 12:17:04 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201510081217.t98CH4Iv038492@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 8 Oct 2015 12:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398819 - in branches/2015Q4/dns: bind910/files bind99/files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2015 12:17:05 -0000 Author: mat Date: Thu Oct 8 12:17:04 2015 New Revision: 398819 URL: https://svnweb.freebsd.org/changeset/ports/398819 Log: MFH: r398817 Fix build WITH=DLZ_BDB. PR: 201715 Sponsored by: Absolight Modified: branches/2015Q4/dns/bind910/files/patch-configure branches/2015Q4/dns/bind99/files/patch-configure Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/dns/bind910/files/patch-configure ============================================================================== --- branches/2015Q4/dns/bind910/files/patch-configure Thu Oct 8 12:16:06 2015 (r398818) +++ branches/2015Q4/dns/bind910/files/patch-configure Thu Oct 8 12:17:04 2015 (r398819) @@ -1,6 +1,6 @@ ---- configure.orig 2015-09-09 11:23:40.000000000 +0900 -+++ configure 2015-09-19 03:52:05.021434000 +0900 -@@ -14100,27 +14100,9 @@ +--- configure.orig 2015-09-09 02:23:40 UTC ++++ configure +@@ -14100,27 +14100,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,10 +30,10 @@ { $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 -@@ -14163,47 +14145,7 @@ +@@ -14163,47 +14145,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac - + - # - # XXXDCL Major kludge. Tries to cope with KTH in /usr/lib - # but MIT in /usr/local/lib and trying to build with KTH. @@ -77,5 +77,14 @@ - DST_GSSAPI_INC="-I$use_gssapi/include" + DST_GSSAPI_INC="$($KRB5CONFIG gssapi --cflags)" DNS_GSSAPI_LIBS="$LIBS" - + { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 +@@ -21451,7 +21393,7 @@ $as_echo "" >&6; } + # Check other locations for includes. + # Order is important (sigh). + +- bdb_incdirs="/db53 /db51 /db48 /db47 /db46 /db45 /db44 /db43 /db42 /db41 /db4 /db" ++ bdb_incdirs="/db6 /db5 /db48" + # include a blank element first + for d in "" $bdb_incdirs + do Modified: branches/2015Q4/dns/bind99/files/patch-configure ============================================================================== --- branches/2015Q4/dns/bind99/files/patch-configure Thu Oct 8 12:16:06 2015 (r398818) +++ branches/2015Q4/dns/bind99/files/patch-configure Thu Oct 8 12:17:04 2015 (r398819) @@ -1,6 +1,6 @@ ---- configure.orig 2015-09-09 11:23:50.000000000 +0900 -+++ configure 2015-09-13 10:08:38.000000000 +0900 -@@ -14284,27 +14284,9 @@ +--- configure.orig 2015-09-09 02:23:50 UTC ++++ configure +@@ -14284,27 +14284,9 @@ done # problems start to show up. saved_libs="$LIBS" for TRY_LIBS in \ @@ -30,10 +30,10 @@ { $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 -@@ -14347,47 +14329,7 @@ +@@ -14347,47 +14329,7 @@ $as_echo "no" >&6; } ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; esac - + - # - # XXXDCL Major kludge. Tries to cope with KTH in /usr/lib - # but MIT in /usr/local/lib and trying to build with KTH. @@ -77,5 +77,14 @@ - DST_GSSAPI_INC="-I$use_gssapi/include" + DST_GSSAPI_INC="$($KRB5CONFIG gssapi --cflags)" DNS_GSSAPI_LIBS="$LIBS" - + { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 +@@ -20337,7 +20279,7 @@ $as_echo "" >&6; } + # Check other locations for includes. + # Order is important (sigh). + +- bdb_incdirs="/db53 /db51 /db48 /db47 /db46 /db45 /db44 /db43 /db42 /db41 /db4 /db" ++ bdb_incdirs="/db6 /db5 /db48" + # include a blank element first + for d in "" $bdb_incdirs + do