From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 7 00:00:25 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFF5E106564A for ; Mon, 7 May 2012 00:00:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 95A098FC16 for ; Mon, 7 May 2012 00:00:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4700PUa010230 for ; Mon, 7 May 2012 00:00:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4700Pdr010228; Mon, 7 May 2012 00:00:25 GMT (envelope-from gnats) Resent-Date: Mon, 7 May 2012 00:00:25 GMT Resent-Message-Id: <201205070000.q4700Pdr010228@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Luckie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34C4B1065672 for ; 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 ; 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 ) (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 ) id 1SRBJZ-0002dk-64 for FreeBSD-gnats-submit@freebsd.org; Sun, 06 May 2012 16:56:33 -0700 Message-Id: Date: Sun, 06 May 2012 16:56:33 -0700 From: Matthew Luckie To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/167657: [patch] re-add pbm terminal to ports/math/gnuplot X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Luckie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2012 00:00:26 -0000 >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: