Index: head/dns/samba-nsupdate/Makefile =================================================================== --- head/dns/samba-nsupdate/Makefile (revision 478109) +++ head/dns/samba-nsupdate/Makefile (revision 478110) @@ -1,85 +1,85 @@ # $FreeBSD$ PORTNAME= nsupdate PORTVERSION= 9.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMEPREFIX= samba- DISTNAME= bind-${ISCVERSION} MAINTAINER= timur@FreeBSD.org COMMENT= nsupdate utility with GSS-TSIG support LICENSE= ISCL # ISC releases things like 9.8.0-P1, which our versioning doesn't like ISCVERSION= 9.8.6 MAKE_JOBS_UNSAFE= yes USES= autoreconf libtool ssl GNU_CONFIGURE= yes CONFIGURE_ARGS+= \ --prefix=${PREFIX} \ --sysconfdir="/etc/namedb" \ --localstatedir=/var \ --enable-largefile \ --enable-threads \ --disable-linux-caps \ --disable-symtable \ --disable-shared \ --without-libxml2 \ --without-iconv \ --without-idn \ --with-randomdev=/dev/random OPTIONS_DEFINE= IPV6 SIGCHASE_CONFIGURE_ARGS+= STD_CDEFINES="-DDIG_SIGCHASE=1" IPV6_CONFIGURE_ON= --enable-ipv6 PLIST_FILES= bin/${PKGBASE} \ man/man1/${PKGBASE}.1.gz .include .if (${ARCH} == "amd64") ARCH= x86_64 .endif # Enable OpenSSL API CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} # Try to find appropriate GSSAPI libs .if defined(KRB5_HOME) && exists(${KRB5_HOME}/lib/libgssapi_krb5.so) CONFIGURE_ARGS+= --with-gssapi="${KRB5_HOME}" .elif defined(HEIMDAL_HOME) && exists(${HEIMDAL_HOME}/lib/libgssapi.so) CONFIGURE_ARGS+= --with-gssapi="${HEIMDAL_HOME}" .elif exists(/usr/lib/libkrb5.so) && exists(/usr/bin/krb5-config) CONFIGURE_ARGS+= --with-gssapi="/usr" .else LIB_DEPENDS+= libkrb5.so:security/heimdal CONFIGURE_ARGS+= --with-gssapi="${LOCALBASE}" .endif post-patch: @${REINPLACE_CMD} \ -e 's|^SUBDIRS.*|SUBDIRS = lib bin|' \ -e 's|isc-config.sh installdirs|installdirs|' \ -e 's|.*INSTALL.*isc-config.*||' \ -e 's|.*INSTALL.*bind.keys.*||' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} \ -e 's|^SUBDIRS.*|SUBDIRS = ${PORTNAME}|' \ -e 's|^.*check confgen ||' \ ${WRKSRC}/bin/Makefile.in @${REINPLACE_CMD} \ -e 's|${PORTNAME}|${PKGBASE}|g' \ ${WRKSRC}/bin/nsupdate/${PORTNAME}.1 do-install: ${INSTALL_MAN} ${WRKSRC}/bin/nsupdate/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1/${PKGBASE}.1 ${INSTALL_PROGRAM} ${WRKSRC}/bin/nsupdate/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PKGBASE} .include Index: head/dns/samba-nsupdate/files/patch-lib_isc_random.c =================================================================== --- head/dns/samba-nsupdate/files/patch-lib_isc_random.c (nonexistent) +++ head/dns/samba-nsupdate/files/patch-lib_isc_random.c (revision 478110) @@ -0,0 +1,12 @@ +--- lib/isc/random.c.orig 2013-09-05 05:19:53 UTC ++++ lib/isc/random.c +@@ -68,7 +68,9 @@ isc_random_seed(isc_uint32_t seed) + #ifndef HAVE_ARC4RANDOM + srand(seed); + #else ++#ifdef arc4random_addrandom + arc4random_addrandom((u_char *) &seed, sizeof(isc_uint32_t)); ++#endif + #endif + } + Property changes on: head/dns/samba-nsupdate/files/patch-lib_isc_random.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property