Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2011 10:25:41 GMT
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jaap@NLnetLabs.nl
Subject:   ports/163734: [patch] dns/ldns -- options settings not functional
Message-ID:  <201112311025.pBVAPfin097704@lucid-nonsense.infracaninophile.co.uk>
Resent-Message-ID: <201112311030.pBVAUEs3015236@freefall.freebsd.org>

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

>Number:         163734
>Category:       ports
>Synopsis:       [patch] dns/ldns -- options settings not functional
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 31 10:30:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Seaman
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
Infracaninophile
>Environment:
System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #0 r228845: Fri Dec 23 19:13:12 GMT 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Changes to the OPTIONS configuration in the dns/ldns port have no effect.
Needs to include bsd.port.options.mk

Maintainer is CC'd

Note: this will change the default package build, since the effect at
the moment is that all options are turned off.  Means that doxygen and
its sundry dependencies will now be required.  PORTREVISION bumped
accordingly.

I haven't added this in the attached patch but one request I'd ask the
maintainer to consider would be turning on the EXAMPLES option by
default.

>How-To-Repeat:
	
>Fix:

	

--- ldns.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/dns/ldns/Makefile,v
retrieving revision 1.28
diff -u -u -r1.28 Makefile
--- Makefile	7 Nov 2011 05:47:42 -0000	1.28
+++ Makefile	31 Dec 2011 10:24:43 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	ldns
 PORTVERSION=	1.6.11
+PORTREVISION=	1
 CATEGORIES=	dns
 MASTER_SITES=	http://www.nlnetlabs.nl/downloads/ldns/ \
 		CRITICAL
@@ -28,6 +29,8 @@
 		ECDSA "With highly experimental ECDSA support" Off \
 		PYLDNS "Build python bindings" Off
 
+.include <bsd.port.options.mk>
+
 .if defined(WITH_PYLDNS)
 USE_PYTHON=	yes
 .include "${PORTSDIR}/Mk/bsd.python.mk"
--- ldns.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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