Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Jan 2012 19:03:27 +1100 (AEDT)
From:      John Marshall <john.marshall@riverwillow.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163810: [PATCH] dns/ldns OPTIONS broken
Message-ID:  <201201040803.q0483R69015892@rwpc15.mby.riverwillow.net.au>
Resent-Message-ID: <201201040810.q048AAVo062029@freefall.freebsd.org>

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

>Number:         163810
>Category:       ports
>Synopsis:       [PATCH] dns/ldns OPTIONS broken
>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:   Wed Jan 04 08:10:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     John Marshall
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
Riverwillow Pty Ltd
>Environment:
System: FreeBSD rwpc15 8.2-STABLE FreeBSD 8.2-STABLE #0: Sat Aug 13 07:41:35 AEST 2011 root@rwpc13:/build/obj/build/src/sys/RWPC13 i386


	
>Description:

OPTIONS don't work because <bsd.port.options.mk> is not included in the
Makefile.

>How-To-Repeat:

 - make config
 - set a knob (e.g. DRILL)
 - make install
 - Note the lack of drill 

>Fix:

	

--- ldns.diff begins here ---
--- Makefile.orig	2011-11-07 16:47:42.000000000 +1100
+++ Makefile	2012-01-04 18:51:52.000000000 +1100
@@ -28,6 +28,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?201201040803.q0483R69015892>