pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Enable the history file in gnuplot pe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9edc718e41d
branches:  trunk
changeset: 505078:f9edc718e41d
user:      garbled <garbled%pkgsrc.org@localhost>
date:      Thu Dec 29 23:01:51 2005 +0000

description:
Enable the history file in gnuplot per PR pkg/32139. Bump pkgrev to 3

diffstat:

 graphics/gnuplot/Makefile        |  4 ++--
 graphics/gnuplot/Makefile.common |  3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (30 lines):

diff -r 62c11d52b1a3 -r f9edc718e41d graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Thu Dec 29 22:52:19 2005 +0000
+++ b/graphics/gnuplot/Makefile Thu Dec 29 23:01:51 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2005/06/01 18:02:56 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2005/12/29 23:01:51 garbled Exp $
 #
 
-PKGREVISION=           2
+PKGREVISION=           3
 SVR4_PKGNAME=          gplot
 CATEGORIES+=           x11
 
diff -r 62c11d52b1a3 -r f9edc718e41d graphics/gnuplot/Makefile.common
--- a/graphics/gnuplot/Makefile.common  Thu Dec 29 22:52:19 2005 +0000
+++ b/graphics/gnuplot/Makefile.common  Thu Dec 29 23:01:51 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2005/12/05 23:55:08 rillig Exp $
+# $NetBSD: Makefile.common,v 1.6 2005/12/29 23:01:51 garbled Exp $
 #
 
 DISTNAME=              gnuplot-4.0.0
@@ -21,6 +21,7 @@
 INFO_FILES=            gnuplot.info
 
 CONFIGURE_ARGS+=       --with-pdf
+CONFIGURE_ARGS+=       --enable-history-file
 CONFIGURE_ARGS+=       --with-plot=${PREFIX:Q}
 CONFIGURE_ARGS+=       --with-readline=${BUILDLINK_PREFIX.readline}
 CONFIGURE_ARGS+=       --without-lisp-files



Home | Main Index | Thread Index | Old Index