Date: Mon, 20 Aug 2012 20:51:58 GMT From: Artis Caune <Artis.Caune@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/170794: [PATCH] dns/nsd: fix MAXIPS ports option Message-ID: <201208202051.q7KKpwMM084583@red.freebsd.org> Resent-Message-ID: <201208202100.q7KL0VKq028054@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 170794 >Category: ports >Synopsis: [PATCH] dns/nsd: fix MAXIPS ports option >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: Mon Aug 20 21:00:31 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Artis Caune >Release: stable/9 >Organization: >Environment: FreeBSD freebsd 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE r239148: Fri Aug 10 00:00:00 UTC 2012 root@freebsd:/usr/obj/usr/src/sys/GENERIC amd64 >Description: MAXIPS is ignored because of typo in Makefile >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2012-08-21 08:08:53.640267418 +1200 +++ Makefile 2012-08-21 08:27:05.950192027 +1200 @@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --enable-mmap .endif -.if ${PORT_OPTIONS:MMAXIPS) +.if ${PORT_OPTIONS:MMAXIPS} CONFIGURE_ARGS+= --with-max-ips=${NSDMAX_IPS} .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208202051.q7KKpwMM084583>