svn commit: r330773 - in head/dns/samba-nsupdate: . files
Timur I. Bakeyev
timur at FreeBSD.org
Fri Oct 18 21:14:21 UTC 2013
Author: timur
Date: Fri Oct 18 21:14:20 2013
New Revision: 330773
URL: http://svnweb.freebsd.org/changeset/ports/330773
Log:
Sync port with bind98. Fix(?) gssapi_krb5 detection.
Added:
head/dns/samba-nsupdate/files/
head/dns/samba-nsupdate/files/patch-configure.in (contents, props changed)
Modified:
head/dns/samba-nsupdate/Makefile
head/dns/samba-nsupdate/distinfo
Modified: head/dns/samba-nsupdate/Makefile
==============================================================================
--- head/dns/samba-nsupdate/Makefile Fri Oct 18 20:49:04 2013 (r330772)
+++ head/dns/samba-nsupdate/Makefile Fri Oct 18 21:14:20 2013 (r330773)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= nsupdate
-PORTVERSION= 9.8.4.1
+PORTVERSION= 9.8.6
CATEGORIES= dns net ipv6
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= bind9/${ISCVERSION}
@@ -14,10 +14,11 @@ COMMENT= An nsupdate utility with GSS-T
LICENSE= ISCL
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
-ISCVERSION= 9.8.4-P1
+ISCVERSION= 9.8.6
MAKE_JOBS_UNSAFE= yes
+USE_AUTOTOOLS= autoconf autoheader
USE_OPENSSL= yes
GNU_CONFIGURE= yes
@@ -35,7 +36,8 @@ CONFIGURE_ARGS+= \
--without-idn \
--with-randomdev=/dev/random
-NO_STAGE= yes
+NO_STAGE= yes
+
.include <bsd.port.options.mk>
.include <bsd.port.pre.mk>
Modified: head/dns/samba-nsupdate/distinfo
==============================================================================
--- head/dns/samba-nsupdate/distinfo Fri Oct 18 20:49:04 2013 (r330772)
+++ head/dns/samba-nsupdate/distinfo Fri Oct 18 21:14:20 2013 (r330773)
@@ -1,2 +1,2 @@
-SHA256 (bind-9.8.4-P1.tar.gz) = 60c979575bf6288570cb4e3e9ab9d99bb93a55d2a4946ce277f6e6e642dda21f
-SIZE (bind-9.8.4-P1.tar.gz) = 7129321
+SHA256 (bind-9.8.6.tar.gz) = 01cc3a0105b47833b99e61b69acd824be4eeefd6557fffa26eced8e03f1249cd
+SIZE (bind-9.8.6.tar.gz) = 7275769
Added: head/dns/samba-nsupdate/files/patch-configure.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/dns/samba-nsupdate/files/patch-configure.in Fri Oct 18 21:14:20 2013 (r330773)
@@ -0,0 +1,21 @@
+--- configure.in.orig 2013-09-05 05:19:53.000000000 +0000
++++ configure.in 2013-10-18 14:30:21.711727438 +0000
+@@ -1013,7 +1013,8 @@
+ "-lgssapi" \
+ "-lgssapi -lkrb5 -ldes -lcrypt -lasn1 -lroken -lcom_err" \
+ "-lgssapi -lkrb5 -lcrypto -lcrypt -lasn1 -lroken -lcom_err" \
+- "-lgss -lkrb5"
++ "-lgss -lkrb5" \
++ "-lgssapi_krb5 -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lcrypto -lasn1 -lroken -lcrypt"
+ do
+ # Note that this does not include $saved_libs, because
+ # on FreeBSD machines this configure script has added
+@@ -1027,7 +1028,7 @@
+ LIBS="-L$use_gssapi/lib $TRY_LIBS"
+ fi
+ AC_MSG_CHECKING(linking as $TRY_LIBS)
+- AC_TRY_LINK( , [gss_acquire_cred();krb5_init_context()],
++ AC_TRY_LINK( , [gss_acquire_cred();krb5_init_context();gsskrb5_register_acceptor_identity("krb5");],
+ gssapi_linked=yes, gssapi_linked=no)
+ case $gssapi_linked in
+ yes) AC_MSG_RESULT(yes); break ;;
More information about the svn-ports-all
mailing list