diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-02-01 00:02:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-02-01 00:02:21 +0000 |
commit | 733d2a4232ee76d4409118389f26ba69b1d79d74 (patch) | |
tree | 77dcfd39edb5071a8adbe95849a912b3f60a8447 /graphics | |
parent | ea7c158becfb59c9ba29cd65e3bfda4a5f22a469 (diff) | |
download | pkgsrc-733d2a4232ee76d4409118389f26ba69b1d79d74.tar.gz |
update for gnuplot V3.7 - somehow i managed to not commit these patches
when updating the package. Pointed out by Bernhard Riedel <bernhard@sdg.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnuplot/patches/patch-aa | 28 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-ab | 9 |
2 files changed, 11 insertions, 26 deletions
diff --git a/graphics/gnuplot/patches/patch-aa b/graphics/gnuplot/patches/patch-aa index 7558c53560d..5b96471db22 100644 --- a/graphics/gnuplot/patches/patch-aa +++ b/graphics/gnuplot/patches/patch-aa @@ -1,17 +1,11 @@ -$NetBSD: patch-aa,v 1.2 1998/08/07 10:40:47 agc Exp $ - ---- readline.c.orig Fri Jan 30 07:58:22 1998 -+++ readline.c Fri Jan 30 08:08:56 1998 -@@ -119,3 +119,3 @@ - #ifdef SIGTSTP --#define TERMIOS -+/*#define TERMIOS*/ - #include <termios.h> -@@ -126,2 +126,3 @@ - #endif -+#endif /* ISC22 */ - #ifndef IUCLC -@@ -129,3 +130,2 @@ - #endif --#endif /* ISC22 */ - +--- readline.c.orig Tue Nov 3 13:53:59 1998 ++++ readline.c Mon Feb 1 00:37:36 1999 +@@ -143,7 +144,7 @@ + */ + # if defined(SIGTSTP) || defined(TERMIOS) + # ifndef TERMIOS +-# define TERMIOS ++/* # define TERMIOS */ + # endif /* not TERMIOS */ + # include <termios.h> + /* Added by Robert Eckardt, RobertE@beta.TP2.Ruhr-Uni-Bochum.de */ diff --git a/graphics/gnuplot/patches/patch-ab b/graphics/gnuplot/patches/patch-ab deleted file mode 100644 index 89f38a8a9b4..00000000000 --- a/graphics/gnuplot/patches/patch-ab +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 10:40:47 agc Exp $ - ---- util.c.orig Fri Jan 30 08:11:09 1998 -+++ util.c Fri Jan 30 08:11:28 1998 -@@ -52,3 +52,3 @@ - extern int sys_nerr; --extern char *sys_errlist[]; -+/*extern char *sys_errlist[];*/ - #endif |