summaryrefslogtreecommitdiff
path: root/graphics/plplot
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2000-12-08 09:59:30 +0000
committerjtb <jtb@pkgsrc.org>2000-12-08 09:59:30 +0000
commita313c5c296bd4b276206dfa61bab7b0ae2529c73 (patch)
tree3cd77d97b987f3ddb19d56059eee0d29b451a5e4 /graphics/plplot
parentabeaba3d2105d75c29b098f08aae0f57e53bc8b6 (diff)
downloadpkgsrc-a313c5c296bd4b276206dfa61bab7b0ae2529c73.tar.gz
Removed some old patches.
Diffstat (limited to 'graphics/plplot')
-rw-r--r--graphics/plplot/patches/patch-ae13
-rw-r--r--graphics/plplot/patches/patch-af13
-rw-r--r--graphics/plplot/patches/patch-ag13
3 files changed, 0 insertions, 39 deletions
diff --git a/graphics/plplot/patches/patch-ae b/graphics/plplot/patches/patch-ae
deleted file mode 100644
index 815f20cec06..00000000000
--- a/graphics/plplot/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.1.1.1 2000/12/02 05:40:33 jtb Exp $
-
---- bindings/tk/tkMain.c.orig Sat Oct 21 14:27:04 2000
-+++ bindings/tk/tkMain.c
-@@ -201,7 +201,7 @@
- * Initialize the Tk application.
- */
-
-- mainWindow = Tk_CreateMainWindow(interp, display, name, "Tk");
-+ mainWindow = TkCreateMainWindow(interp, display, name, "Tk");
- if (mainWindow == NULL) {
- fprintf(stderr, "%s\n", interp->result);
- exit(1);
diff --git a/graphics/plplot/patches/patch-af b/graphics/plplot/patches/patch-af
deleted file mode 100644
index 295b405553a..00000000000
--- a/graphics/plplot/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.1.1.1 2000/12/02 05:40:33 jtb Exp $
-
---- utils/pltek.c.orig
-+++ utils/pltek.c
-@@ -110,7 +110,7 @@
- oldpage = ipage;
- printf("Page %d/%d> ", ipage, npage);
-
-- gets(ibuf);
-+ fgets(ibuf, sizeof(ibuf), stdin);
- c = ibuf[0];
-
- /* User input a page number or a return */
diff --git a/graphics/plplot/patches/patch-ag b/graphics/plplot/patches/patch-ag
deleted file mode 100644
index d14cf5a9e77..00000000000
--- a/graphics/plplot/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1.1.1 2000/12/02 05:40:33 jtb Exp $
-
---- src/plctrl.c.orig
-+++ src/plctrl.c
-@@ -131,7 +131,7 @@
- /* Anything else is assumed to be Unix */
-
- #ifndef PLLIBDEV
--#define PLLIBDEV "/usr/local/plplot/lib"
-+#define PLLIBDEV "%%PREFIX%%/lib/plplot"
- #endif
-
- #endif