summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-10-27 20:48:07 +0000
committerasau <asau@pkgsrc.org>2009-10-27 20:48:07 +0000
commit8be4ca50342ea22bf232415313e2e5775873e5b9 (patch)
tree1435ad2bcb9bbfa9cd46008a21bd0966f0613b49
parentac4dd2ecb2e978e28b7216f16717cf4f8accf42d (diff)
downloadpkgsrc-8be4ca50342ea22bf232415313e2e5775873e5b9.tar.gz
Update to gnuplot 4.2.6.
New features, changes and fixes in gnuplot version 4.2.6 =========================================================== * NEW xterm tektronix emulation 'set term xterm' * FIX 'set xtics mirror' didn't work if xtics were previously unset * FIX off-by-one pixel bug in width of boxes with palette or rgb color * FIX center rotation of 'set view equal xyz' mode at screen center * FIX sanity-check time ranges for axes with timeformat * FIX pslatex blacktext and broken format specifier * FIX PostScript code points for Lcaron, lcaron in encoding cp1250 * CHANGE If a 2D plot uses a Z-based palette, then autoscale cbrange * CHANGE aquaterm accepts "size xx,yy" with a comma * CHANGE Remove the EXPERIMENTAL flag from the wxt terminal * CHANGE Remove the EXPERIMENTAL flag from the x11 terminal binary polygon mode
-rw-r--r--graphics/gnuplot/Makefile.common4
-rw-r--r--graphics/gnuplot/distinfo10
-rw-r--r--graphics/gnuplot/patches/patch-ag10
3 files changed, 12 insertions, 12 deletions
diff --git a/graphics/gnuplot/Makefile.common b/graphics/gnuplot/Makefile.common
index 0362675700c..ad443a12857 100644
--- a/graphics/gnuplot/Makefile.common
+++ b/graphics/gnuplot/Makefile.common
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.16 2009/09/14 18:52:03 asau Exp $
+# $NetBSD: Makefile.common,v 1.17 2009/10/27 20:48:07 asau Exp $
# used by ../../graphics/gnuplot-nox11
-DISTNAME= gnuplot-4.2.5
+DISTNAME= gnuplot-4.2.6
CATEGORIES+= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo
index bdc5530607c..9f7b4497caf 100644
--- a/graphics/gnuplot/distinfo
+++ b/graphics/gnuplot/distinfo
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.13 2009/09/14 18:52:03 asau Exp $
+$NetBSD: distinfo,v 1.14 2009/10/27 20:48:07 asau Exp $
-SHA1 (gnuplot-4.2.5.tar.gz) = e7ad6afc1ca7b39a512a18f2dc6f2bcda9bf9128
-RMD160 (gnuplot-4.2.5.tar.gz) = 79ab74627d66c2eff6d69276c1556acca89ec6dd
-Size (gnuplot-4.2.5.tar.gz) = 2873303 bytes
+SHA1 (gnuplot-4.2.6.tar.gz) = d11fdde8218bee98597ee836cbc17e4bf6093b70
+RMD160 (gnuplot-4.2.6.tar.gz) = 3b1726e5327b17bb7b528198e62a12b9fe3e5a76
+Size (gnuplot-4.2.6.tar.gz) = 2936753 bytes
SHA1 (patch-aa) = a6f67cc9ef3dc1cac2dc5bd9d0ecc634b9b70a92
SHA1 (patch-ab) = f64716b79fbdab9b85fb7df89c9c24a6db313d26
SHA1 (patch-ac) = 36bbe7654e581d7323dfe2a0c358c0f99aae2c6f
SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
SHA1 (patch-ae) = 622630495587a963fe713ca18d871b5b51aafadc
SHA1 (patch-af) = 02a661965a9af633f9a4dc6ef74f8ad312610362
-SHA1 (patch-ag) = b3d3e7e0799dcba09c8c9794db2677e58c070c0a
+SHA1 (patch-ag) = 22354c38ac2a8a85c804c269bbfa8da03ae55708
diff --git a/graphics/gnuplot/patches/patch-ag b/graphics/gnuplot/patches/patch-ag
index a38b18be492..475d2d40088 100644
--- a/graphics/gnuplot/patches/patch-ag
+++ b/graphics/gnuplot/patches/patch-ag
@@ -1,16 +1,16 @@
-$NetBSD: patch-ag,v 1.1 2009/09/14 18:52:03 asau Exp $
+$NetBSD: patch-ag,v 1.2 2009/10/27 20:48:07 asau Exp $
NetBSD editline keeps header files in "readline", not "editline".
Same applies to DragonFly.
---- configure.orig 2009-09-14 17:37:45.000000000 +0400
-+++ configure 2009-09-14 17:37:54.000000000 +0400
-@@ -9178,7 +9178,7 @@
+--- configure.orig 2009-10-27 23:40:36.000000000 +0300
++++ configure 2009-10-27 23:42:16.000000000 +0300
+@@ -9584,7 +9584,7 @@
_ACEOF
-for ac_header in editline/readline.h
+for ac_header in readline/readline.h
do
- as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then