Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 May 2012 16:56:33 -0700
From:      Matthew Luckie <mjl@luckie.org.nz>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/167657: [patch] re-add pbm terminal to ports/math/gnuplot
Message-ID:  <E1SRBJZ-0002dk-64@spandex.luckie.org.nz>
Resent-Message-ID: <201205070000.q4700Pdr010228@freefall.freebsd.org>

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

>Number:         167657
>Category:       ports
>Synopsis:       [patch] re-add pbm terminal to ports/math/gnuplot
>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:   Mon May 07 00:00:24 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Luckie
>Release:        FreeBSD 9.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD spandex.luckie.org.nz 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 9 15:16:43 PST 2012 root@spandex.luckie.org.nz:/usr/obj/usr/src/sys/spandex i386


	
>Description:
In the update to gnuplot 4.6, the pbm terminal became an optional feature
of gnuplot.  It would be nice to have it back.

>How-To-Repeat:

gnuplot> set terminal pbm

>Fix:

	

--- patch-gnuplot begins here ---
diff -uNr gnuplot/Makefile gnuplot-new/Makefile
--- gnuplot/Makefile	2012-04-13 07:00:21.000000000 -0700
+++ gnuplot-new/Makefile	2012-05-06 16:48:41.000000000 -0700
@@ -18,7 +18,8 @@
 		--with-readline=gnu \
 		--without-linux-vga \
 		--without-lisp-files \
-		--without-tutorial
+		--without-tutorial \
+		--with-bitmap-terminals
 MAKE_JOBS_SAFE=	yes
 
 OPTIONS=	X11		"Enable X11 support"		on \
--- patch-gnuplot ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1SRBJZ-0002dk-64>