summaryrefslogtreecommitdiff
path: root/graphics/gnuplot
diff options
context:
space:
mode:
authorhubertf <hubertf>1999-02-01 00:02:21 +0000
committerhubertf <hubertf>1999-02-01 00:02:21 +0000
commit345d893d36b5c3a300b1145ddf27446674570efe (patch)
tree77dcfd39edb5071a8adbe95849a912b3f60a8447 /graphics/gnuplot
parentdaef26a28e024ceee71ee8b6651ed962177cb4a4 (diff)
downloadpkgsrc-345d893d36b5c3a300b1145ddf27446674570efe.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/gnuplot')
-rw-r--r--graphics/gnuplot/patches/patch-aa28
-rw-r--r--graphics/gnuplot/patches/patch-ab9
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