ports/169952: [MAINTAINER] dns/nsd: [SUMMARIZE CHANGES]
Jaap Akkerhuis
jaap at NLnetLabs.nl
Tue Jul 17 22:20:13 UTC 2012
>Number: 169952
>Category: ports
>Synopsis: [MAINTAINER] dns/nsd: [SUMMARIZE CHANGES]
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 17 22:20:06 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 #24: Mon Jul 9 01:44:47 CEST
>Description:
[DESCRIBE CHANGES]
The update to version 3.2.11 of this port got committed today "with
minor changes".
Most changes had to do with the new OPTIONS processing and
thanks for taking care of that. However, I noticed some typos:
- Handling ip IPv6 SUpport was missing;
- LARGEFILE was misspelled in the .if empty(...) stanza which
resulted that it got always disabled.
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix)
>How-To-Repeat:
>Fix:
--- nsd-3.2.11_1.patch begins here ---
diff -ruN --exclude=CVS ../nsd.orig/Makefile ./Makefile
--- ../nsd.orig/Makefile 2012-07-17 23:40:29.957491333 +0200
+++ ./Makefile 2012-07-17 23:59:37.906756823 +0200
@@ -7,6 +7,7 @@
PORTNAME= nsd
PORTVERSION= 3.2.11
+PORTREVISION= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.nlnetlabs.nl/downloads/nsd/ \
ftp://ftp.rhnet.is/pub/nsd/
@@ -55,6 +56,7 @@
ROOT_SERVER_DESC= Configure as a root server
LARGEFILE_DESC= Largefile support
+IPV6_DESC= IPv6 Support
BIND8_STATS_DESC= BIND8-like NSTATS & XSTATS
ZONE_STATS_DESC= Per-zone BIND8 stats
CHECKING_DESC= Internal run-time checks
@@ -70,7 +72,7 @@
CONFIGURE_ARGS+= --enable-root-server
.endif
-.if empty(PORT_OPTIONS:MLARGFILE)
+.if empty(PORT_OPTIONS:MLARGEFILE)
CONFIGURE_ARGS+= --disable-largefile
.endif
--- nsd-3.2.11_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list