summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorwennmach <wennmach@pkgsrc.org>2001-03-19 22:11:14 +0000
committerwennmach <wennmach@pkgsrc.org>2001-03-19 22:11:14 +0000
commitf5bd35d108ba1edfcbfe97a94fc9d74f60452d42 (patch)
tree32fdcedd4a240066d92003a0f3cb7bffba92a5b9 /graphics/gnuplot
parent92b54a9c84b05188dc2bad15d9180b0be684dcb3 (diff)
downloadpkgsrc-f5bd35d108ba1edfcbfe97a94fc9d74f60452d42.tar.gz
Update gnuplot to 3.7.1.
This is a prerequisite step for octave-current.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r--graphics/gnuplot/Makefile4
-rw-r--r--graphics/gnuplot/files/md54
-rw-r--r--graphics/gnuplot/files/patch-sum6
-rw-r--r--graphics/gnuplot/patches/patch-ab28
4 files changed, 22 insertions, 20 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile
index bd2866b2938..92fd84d5885 100644
--- a/graphics/gnuplot/Makefile
+++ b/graphics/gnuplot/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2001/02/16 15:22:23 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2001/03/19 22:11:14 wennmach Exp $
#
-DISTNAME= gnuplot-3.7
+DISTNAME= gnuplot-3.7.1
CATEGORIES= graphics x11
MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ \
ftp://ftp.ucc.ie/pub/gnuplot/
diff --git a/graphics/gnuplot/files/md5 b/graphics/gnuplot/files/md5
index 1ea11f09ab9..97f3ff1a3fd 100644
--- a/graphics/gnuplot/files/md5
+++ b/graphics/gnuplot/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.3 1999/01/25 18:47:38 hubertf Exp $
+$NetBSD: md5,v 1.4 2001/03/19 22:11:15 wennmach Exp $
-MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d
+MD5 (gnuplot-3.7.1.tar.gz) = 30798b4c14ea734969a86ee41a9c1dca
diff --git a/graphics/gnuplot/files/patch-sum b/graphics/gnuplot/files/patch-sum
index a79e50a43e7..4a6afb7bb2a 100644
--- a/graphics/gnuplot/files/patch-sum
+++ b/graphics/gnuplot/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:51:08 agc Exp $
+$NetBSD: patch-sum,v 1.2 2001/03/19 22:11:15 wennmach Exp $
-MD5 (patch-aa) = 9683f54a266ead220d79c40ea5476ea7
-MD5 (patch-ab) = dfcfc491aa0071598bb09476dec12586
+SHA1 (patch-aa) = 74dc3f1bc1daf4976ea080dbdef5c22a709a7d7a
+SHA1 (patch-ab) = 902b43ac6b2a026b563f9aca6b4f434643c80b1c
diff --git a/graphics/gnuplot/patches/patch-ab b/graphics/gnuplot/patches/patch-ab
index 4b97f035552..34fa49bcdfd 100644
--- a/graphics/gnuplot/patches/patch-ab
+++ b/graphics/gnuplot/patches/patch-ab
@@ -1,17 +1,19 @@
-$NetBSD: patch-ab,v 1.5 1999/03/03 22:23:31 hubertf Exp $
+$NetBSD: patch-ab,v 1.6 2001/03/19 22:11:15 wennmach Exp $
---- syscfg.h.orig Wed Mar 3 21:34:37 1999
-+++ syscfg.h Wed Mar 3 21:40:43 1999
-@@ -190,6 +190,12 @@
- # endif
- #endif /* MSDOS */
+Get rid of ugly "deprecated symbol unix no longer predefined" warnings.
+
+--- syscfg.h.orig Mon Mar 19 15:01:36 2001
++++ syscfg.h Mon Mar 19 15:05:43 2001
+@@ -197,7 +197,11 @@
-+/* symbol unix is no longer defined under NetBSD after 1.3 */
-+#ifdef __NetBSD__
-+# undef unix
-+# define unix
-+#endif
-+
/* Note: may not catch all IBM AIX compilers or SCO compilers */
- #if defined(__unix__)|| defined(unix) || defined(_AIX) || defined(SCO)
+ /* cc on NetBSD doesn't define unix anymore :-/ */
+-#if defined(unix)|| defined(__unix) || defined(_AIX) || defined(__NetBSD__) || defined(SCO)
++#if defined(__NetBSD__)
++#undef unix
++#define unix
++#endif
++#if defined(unix)|| defined(__unix) || defined(_AIX) || defined(SCO)
# ifndef unix
+ # define unix
+ # endif