Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jun 2004 00:00:59 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68388: Update port: math/gnuplot
Message-ID:  <20040627000059.11510846.tkato432@yahoo.com>
Resent-Message-ID: <200406261510.i5QFAULO057356@freefall.freebsd.org>

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

>Number:         68388
>Category:       ports
>Synopsis:       Update port: math/gnuplot
>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:   Sat Jun 26 15:10:30 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix OPTIONS usage

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/math/gnuplot/Makefile math/gnuplot/Makefile
--- /usr/ports/math/gnuplot/Makefile	Sat Jun 26 12:23:02 2004
+++ math/gnuplot/Makefile	Sat Jun 26 12:30:47 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	gnuplot
 PORTVERSION=	4.0.0
+PORTREVISION=	1
 CATEGORIES=	math graphics
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -50,18 +51,18 @@
 PLIST_SUB+=		X11:="@comment "
 .endif
 
-.if defined(WITH_PNG)
+.if defined(WITHOUT_PNG)
+CONFIGURE_ARGS+=	--without-png
+.else
 LIB_DEPENDS+=		png.5:${PORTSDIR}/graphics/png
 CONFIGURE_ARGS+=	--with-png=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-png
 .endif
 
-.if defined(WITH_PDF)
+.if defined(WITHOUT_PDF)
+CONFIGURE_ARGS+=	--without-pdf
+.else
 LIB_DEPENDS+=		pdf.7:${PORTSDIR}/print/pdflib
 CONFIGURE_ARGS+=	--with-pdf=${LOCALBASE}
-.else
-CONFIGURE_ARGS+=	--without-pdf
 .endif
 
 post-patch:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040627000059.11510846.tkato432>