From a313c5c296bd4b276206dfa61bab7b0ae2529c73 Mon Sep 17 00:00:00 2001
From: jtb <jtb@pkgsrc.org>
Date: Fri, 8 Dec 2000 09:59:30 +0000
Subject: Removed some old patches.

---
 graphics/plplot/patches/patch-ae | 13 -------------
 graphics/plplot/patches/patch-af | 13 -------------
 graphics/plplot/patches/patch-ag | 13 -------------
 3 files changed, 39 deletions(-)
 delete mode 100644 graphics/plplot/patches/patch-ae
 delete mode 100644 graphics/plplot/patches/patch-af
 delete mode 100644 graphics/plplot/patches/patch-ag

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
-- 
cgit v1.2.3