Date: Tue, 9 Oct 2012 21:56:08 GMT From: Steven Kreuzer <skreuzer@FreeBSD.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/172524: ports-mgmt/porttools: Use Options-NG Message-ID: <201210092156.q99Lu8bO015958@red.freebsd.org> Resent-Message-ID: <201210092230.q99MU8jb042700@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172524 >Category: ports >Synopsis: ports-mgmt/porttools: Use Options-NG >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: Tue Oct 09 22:30:08 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 8.2-RELEASE-p9 i386 >Organization: >Environment: FreeBSD clamps.exit2shell.com 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #0: Mon Jun 11 22:27:05 UTC 2012 >Description: Change port to use the new Options-NG framework >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 305599) +++ Makefile (working copy) @@ -36,11 +36,14 @@ MAN1= port.1 MAN5= porttools.5 -OPTIONS= NEWFILE "Enable newfile support" on +OPTIONS_DEFINE= NEWFILE +OPTIONS_DEFAULT= NEWFILE +NEWFILE_DESC= Enable newfile support + .include <bsd.port.options.mk> -.if !defined(WITHOUT_NEWFILE) +.if ${PORT_OPTIONS:MNEWFILE} RUN_DEPENDS+= newfile:${PORTSDIR}/devel/newfile .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210092156.q99Lu8bO015958>