Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 May 2012 23:20:53 +0200 (CEST)
From:      Jaap Akkerhuis <jaap@nlnetlabs.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jaap@bela.nlnetlabs.nl
Subject:   ports/168394: [MAINTAINER] dns/ldns: [SUMMARIZE CHANGES]
Message-ID:  <201205272120.q4RLKrw7064728@bela.nlnetlabs.nl>
Resent-Message-ID: <201205272130.q4RLU26s082299@freefall.freebsd.org>

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

>Number:         168394
>Category:       ports
>Synopsis:       [MAINTAINER] dns/ldns: [SUMMARIZE CHANGES]
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 27 21:30:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jaap Akkerhuis
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
NLnet Labs
>Environment:
System: FreeBSD bela.nlnetlabs.nl 9.0-STABLE FreeBSD 9.0-STABLE #20: Mon May 21 09:12:05 CEST 2012
>Description:
There was a logic error in on option for the ports in the Makefile. 

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:

--- ldns-1.6.13_1.patch begins here ---
diff -ruN --exclude=CVS ../ldns.orig/Makefile ./Makefile
--- ../ldns.orig/Makefile	2012-05-27 22:53:07.845457015 +0200
+++ ./Makefile	2012-05-27 22:54:38.075569554 +0200
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldns
 PORTVERSION=	1.6.13
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		CRITICAL
@@ -25,7 +26,6 @@
 		EXAMPLES "With example programs" On \
 		DRILL "With drill program" On \
 		GOST "GOST signatures enabled (requires openssl >= 1.0.0)" Off \
-		ECDSA "Without ECDSA support" Off \
 		PYLDNS "Build python bindings" Off
 
 .include <bsd.port.options.mk>
@@ -261,10 +261,6 @@
 PLIST_SUB+=	EXAMPLES="@comment "
 .endif
 
-.if defined(WITHOUT_ECDSA)
-CONFIGURE_ARGS+=--disable-ecdsa
-.endif
-
 .if defined(WITH_PYLDNS)
 CONFIGURE_ARGS+=--with-pyldns
 BUILD_DEPENDS+=	${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13
--- ldns-1.6.13_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?201205272120.q4RLKrw7064728>