From mjl@luckie.org.nz  Sun May  6 23:56:41 2012
Return-Path: <mjl@luckie.org.nz>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 34C4B1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 May 2012 23:56:41 +0000 (UTC)
	(envelope-from mjl@luckie.org.nz)
Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.120])
	by mx1.freebsd.org (Postfix) with ESMTP id EE1BD8FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  6 May 2012 23:56:40 +0000 (UTC)
Received: from [76.88.32.44] ([76.88.32.44:14844] helo=spandex.luckie.org.nz)
	by cdptpa-oedge03.mail.rr.com (envelope-from <mjl@luckie.org.nz>)
	(ecelerity 2.2.3.46 r()) with ESMTP
	id EC/F4-29249-1BF07AF4; Sun, 06 May 2012 23:56:34 +0000
Received: from mjl by spandex.luckie.org.nz with local (Exim 4.77 (FreeBSD))
	(envelope-from <mjl@luckie.org.nz>)
	id 1SRBJZ-0002dk-64
	for FreeBSD-gnats-submit@freebsd.org; Sun, 06 May 2012 16:56:33 -0700
Message-Id: <E1SRBJZ-0002dk-64@spandex.luckie.org.nz>
Date: Sun, 06 May 2012 16:56:33 -0700
From: Matthew Luckie <mjl@luckie.org.nz>
Reply-To: Matthew Luckie <mjl@luckie.org.nz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] re-add pbm terminal to ports/math/gnuplot
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         167657
>Category:       ports
>Synopsis:       [patch] re-add pbm terminal to ports/math/gnuplot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    glewis
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 07 00:00:24 UTC 2012
>Closed-Date:    Tue May 08 06:24:47 UTC 2012
>Last-Modified:  Tue May  8 06:30:11 UTC 2012
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->glewis 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 7 00:00:38 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167657 
State-Changed-From-To: open->closed 
State-Changed-By: glewis 
State-Changed-When: Tue May 8 06:24:46 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=167657 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/167657: commit references a PR
Date: Tue,  8 May 2012 06:24:34 +0000 (UTC)

 glewis      2012-05-08 06:24:24 UTC
 
   FreeBSD ports repository
 
   Modified files:
     math/gnuplot         Makefile 
   Log:
   . Restore the bitmap terminal.
   
   PR:             167657
   Submitted by:   Matthew Luckie
   
   Revision  Changes    Path
   1.93      +3 -1      ports/math/gnuplot/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
