diff options
author | mat <mat@FreeBSD.org> | 2018-11-26 20:03:53 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-11-26 20:03:53 +0800 |
commit | 96307a1abdbc34c8faa4f0ce782f1ed80f4fbd47 (patch) | |
tree | 51b0172db0af3041a8b333f97e7075718d769a32 /dns | |
parent | 1100fe0627388a2267641e064cafc4da4b88a10f (diff) | |
download | freebsd-ports-gnome-96307a1abdbc34c8faa4f0ce782f1ed80f4fbd47.tar.gz freebsd-ports-gnome-96307a1abdbc34c8faa4f0ce782f1ed80f4fbd47.tar.zst freebsd-ports-gnome-96307a1abdbc34c8faa4f0ce782f1ed80f4fbd47.zip |
Update to latest commit.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 4 | ||||
-rw-r--r-- | dns/bind9-devel/distinfo | 6 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-configure | 4 | ||||
-rw-r--r-- | dns/bind9-devel/files/patch-lib_isc_rwlock.c | 15 |
4 files changed, 7 insertions, 22 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 982f155d58ce..b40e697d5061 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -40,13 +40,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 # XXX: remove tar:bz2 USES= compiler:c11 cpe libedit ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.13.1a0.2018.11.20 +ISCVERSION= 9.13.4a0.2018.11.20 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= 380ab3b39f4ea99f7cfe0e9ce065594f3e697ab7 +GL_COMMIT= bf519a3574acb6153d53756485c9fe567cd32c6b CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index f571d4663ef1..43da49cc3dc0 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542725919 -SHA256 (isc-projects-bind9-380ab3b39f4ea99f7cfe0e9ce065594f3e697ab7_GL0.tar.gz) = 52e89b51cf997279a65390e16fb99325c8797da1a4b44e87e639f3732be0d273 -SIZE (isc-projects-bind9-380ab3b39f4ea99f7cfe0e9ce065594f3e697ab7_GL0.tar.gz) = 6535535 +TIMESTAMP = 1543232582 +SHA256 (isc-projects-bind9-bf519a3574acb6153d53756485c9fe567cd32c6b_GL0.tar.gz) = 8f4c8bc2a47bec44b109b5103db8d3e4402a54bbcf8029e4f76e7eaf27b06ba3 +SIZE (isc-projects-bind9-bf519a3574acb6153d53756485c9fe567cd32c6b_GL0.tar.gz) = 6307901 diff --git a/dns/bind9-devel/files/patch-configure b/dns/bind9-devel/files/patch-configure index cb700e4445a7..68008c5f3da6 100644 --- a/dns/bind9-devel/files/patch-configure +++ b/dns/bind9-devel/files/patch-configure @@ -1,4 +1,4 @@ ---- configure.orig 2018-11-19 17:02:41 UTC +--- configure.orig 2018-11-26 10:22:36 UTC +++ configure @@ -16386,27 +16386,9 @@ done # problems start to show up. @@ -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 -@@ -21015,7 +20957,7 @@ $as_echo "" >&6; } +@@ -21008,7 +20950,7 @@ $as_echo "" >&6; } # Check other locations for includes. # Order is important (sigh). diff --git a/dns/bind9-devel/files/patch-lib_isc_rwlock.c b/dns/bind9-devel/files/patch-lib_isc_rwlock.c deleted file mode 100644 index 7cf430a0a659..000000000000 --- a/dns/bind9-devel/files/patch-lib_isc_rwlock.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/isc/rwlock.c.orig 2018-09-25 13:20:09 UTC -+++ lib/isc/rwlock.c -@@ -44,9 +44,11 @@ - #if defined(_MSC_VER) - # include <intrin.h> - # define isc_rwlock_pause() YieldProcessor() --#elif defined(__x86_64__) || defined(__i386__) -+#elif defined(__x86_64__) - # include <immintrin.h> - # define isc_rwlock_pause() _mm_pause() -+#elif defined(__i386__) -+# define isc_rwlock_pause() asm("rep; nop") - #elif defined(__ia64__) - # define isc_rwlock_pause() __asm__ __volatile__ ("hint @pause") - #elif defined(__arm__) |