1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Update to latest snapshot.

Catch up on license changes.

Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2016-07-04 10:01:20 +00:00
parent e262f3aa44
commit ff97da4988
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418013
3 changed files with 10 additions and 10 deletions

View File

@ -13,11 +13,11 @@ DISTNAME= ${PORTNAME}9-${HASH}
MAINTAINER= mat@FreeBSD.org MAINTAINER= mat@FreeBSD.org
COMMENT= BIND DNS suite with updated DNSSEC and DNS64 COMMENT= BIND DNS suite with updated DNSSEC and DNS64
LICENSE= ISCL LICENSE= MPL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like # ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.11.0.a20160627 ISCVERSION= 9.12.0a.2016.07.04
HASH= 33d0a77 HASH= c8fb7e4
MAKE_JOBS_UNSAFE= yes MAKE_JOBS_UNSAFE= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1467029021 TIMESTAMP = 1467626025
SHA256 (bind9-33d0a77.tar.gz) = 87a43c83b074357d4af9dbd131ba268c35b2dfd9497c5c56cf5bac2815375a2c SHA256 (bind9-c8fb7e4.tar.gz) = 273b40b1ec4ec850007c5c4af0afdabd7b917232a4e889831ef3968a2dc8591a
SIZE (bind9-33d0a77.tar.gz) = 11759207 SIZE (bind9-c8fb7e4.tar.gz) = 11761224

View File

@ -1,6 +1,6 @@
--- configure.orig 2016-06-27 05:29:38 UTC --- configure.orig 2016-07-04 05:46:50 UTC
+++ configure +++ configure
@@ -14205,27 +14205,9 @@ done @@ -14338,27 +14338,9 @@ done
# problems start to show up. # problems start to show up.
saved_libs="$LIBS" saved_libs="$LIBS"
for TRY_LIBS in \ for TRY_LIBS in \
@ -30,7 +30,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linking as $TRY_LIBS" >&5
$as_echo_n "checking linking as $TRY_LIBS... " >&6; } $as_echo_n "checking linking as $TRY_LIBS... " >&6; }
cat confdefs.h - <<_ACEOF >conftest.$ac_ext cat confdefs.h - <<_ACEOF >conftest.$ac_ext
@@ -14268,47 +14250,7 @@ $as_echo "no" >&6; } ;; @@ -14401,47 +14383,7 @@ $as_echo "no" >&6; } ;;
no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;; no) as_fn_error $? "could not determine proper GSSAPI linkage" "$LINENO" 5 ;;
esac esac
@ -79,7 +79,7 @@
DNS_GSSAPI_LIBS="$LIBS" DNS_GSSAPI_LIBS="$LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: using GSSAPI from $use_gssapi/lib and $use_gssapi/include" >&5
@@ -22147,7 +22089,7 @@ $as_echo "" >&6; } @@ -22279,7 +22221,7 @@ $as_echo "" >&6; }
# Check other locations for includes. # Check other locations for includes.
# Order is important (sigh). # Order is important (sigh).