ports/153228: [PATCH] dns/ldns: [SUMMARIZE CHANGES], take maintainership
Jaap Akkerhuis
jaap at NLnetLabs.nl
Thu Dec 16 21:20:15 UTC 2010
>Number: 153228
>Category: ports
>Synopsis: [PATCH] dns/ldns: [SUMMARIZE CHANGES], take maintainership
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Dec 16 21:20:12 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Jaap Akkerhuis
>Release: FreeBSD 8.2-PRERELEASE i386
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bartok.nlnetlabs.nl 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #180: Mon Dec 13 00:34:32 CET 2010
>Description:
[DESCRIBE CHANGES]
- Take maintainership
Port maintainer (konstantin at saurbier.net) is cc'd.
Note that the included patch fixes PR ports/153165
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- ldns-1.6.7_1.patch begins here ---
diff -ruN --exclude=CVS /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile
--- /space/portstrees/AFreeBSD/ports/dns/ldns.orig/Makefile 2010-12-15 22:44:34.000000000 +0100
+++ /space/portstrees/AFreeBSD/ports/dns/ldns/Makefile 2010-12-16 20:53:30.000000000 +0100
@@ -7,10 +7,11 @@
PORTNAME= ldns
PORTVERSION= 1.6.7
+PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
-MAINTAINER= konstantin at saurbier.net
+MAINTAINER= jaap at NLnetLabs.nl
COMMENT= A library for programs conforming to DNS RFCs and drafts
LICENSE= BSD
@@ -225,7 +226,8 @@
.if defined(WITH_GOST)
BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl
.else
-CONFIGURE_ARGS+= --disable-gost
+NO_GOST= --disable-gost
+CONFIGURE_ARGS+= ${NO_GOST}
.endif
.if defined(WITH_EXAMPLES)
@@ -241,7 +243,7 @@
post-configure:
@(cd ${WRKSRC}/examples; ./configure --prefix=${PREFIX} \
--infodir=${PREFIX}/${INFO_PATH} --mandir=${MANPREFIX}/man \
- --build=${CONFIGURE_TARGET})
+ --build=${CONFIGURE_TARGET} ${NO_GOST} ${NO_SHA2})
post-build:
@(cd ${WRKSRC}/examples; ${GMAKE})
@@ -257,7 +259,8 @@
.endif
.if ${OSVERSION} < 700000
-CONFIGURE_ARGS+= "--disable-sha2"
+NO_SHA2= --disable-sha2
+CONFIGURE_ARGS+= ${NO_SHA2}
.endif
.include <bsd.port.post.mk>
--- ldns-1.6.7_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list