ports/163810: [PATCH] dns/ldns OPTIONS broken
John Marshall
john.marshall at riverwillow.com.au
Wed Jan 4 08:10:11 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list