Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 2010 22:16:55 +0100 (CET)
From:      Jaap Akkerhuis <jaap@NLnetLabs.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/153228: [PATCH] dns/ldns: [SUMMARIZE CHANGES], take maintainership
Message-ID:  <201012162116.oBGLGt0s048395@bartok.nlnetlabs.nl>
Resent-Message-ID: <201012162120.oBGLKCD1079566@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@saurbier.net
+MAINTAINER=	jaap@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012162116.oBGLGt0s048395>