ports/167657: [patch] re-add pbm terminal to ports/math/gnuplot

Matthew Luckie mjl at luckie.org.nz
Mon May 7 00:00:26 UTC 2012


>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 at 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:



More information about the freebsd-ports-bugs mailing list