Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 12:17:04 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
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
Message-ID:  <201510081217.t98CH4Iv038492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081217.t98CH4Iv038492>