diff options
author | wennmach <wennmach> | 2001-03-19 22:11:14 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-03-19 22:11:14 +0000 |
commit | aa1dc59c5d579e772f6772d0d5588dd4aa75859a (patch) | |
tree | 32fdcedd4a240066d92003a0f3cb7bffba92a5b9 /graphics | |
parent | 6b0eaab75ba6d29c4726134d656419ae008159e3 (diff) | |
download | pkgsrc-aa1dc59c5d579e772f6772d0d5588dd4aa75859a.tar.gz |
Update gnuplot to 3.7.1.
This is a prerequisite step for octave-current.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnuplot/files/md5 | 4 | ||||
-rw-r--r-- | graphics/gnuplot/files/patch-sum | 6 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-ab | 28 |
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 |