Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 08:37:12 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177234: [PATCH] databases/rrdtool: inverted logic
Message-ID:  <514c7aa8.6bcbec0a.1ed8.ffffef27@mx.google.com>
Resent-Message-ID: <201303221540.r2MFe2AS085263@freefall.freebsd.org>

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

>Number:         177234
>Category:       ports
>Synopsis:       [PATCH] databases/rrdtool: inverted logic
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar 22 15:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Inverted logic in last commit while converting to options ng

>How-To-Repeat:
>Fix:

	See attached patch


--- rrdtool.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 314933)
+++ Makefile	(working copy)
@@ -113,7 +113,7 @@
 		-e 's/^[[:space:]].*cd .* rrdtool.html index.html/	#/' \
 		${WRKSRC}/doc/Makefile.in
 .endif
-.if ${PORT_OPTIONS:MEXAMPLES}
+.if ! ${PORT_OPTIONS:MEXAMPLES}
 	${REINPLACE_CMD} -e '/^SUBDIRS = /s| examples | |' \
 		${WRKSRC}/Makefile.in
 .endif
--- rrdtool.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514c7aa8.6bcbec0a.1ed8.ffffef27>