summaryrefslogtreecommitdiff
path: root/cad/geda/patches
diff options
context:
space:
mode:
Diffstat (limited to 'cad/geda/patches')
-rw-r--r--cad/geda/patches/patch-aa30
-rw-r--r--cad/geda/patches/patch-ab25
-rw-r--r--cad/geda/patches/patch-ac17
-rw-r--r--cad/geda/patches/patch-ad10
-rw-r--r--cad/geda/patches/patch-ae12
-rw-r--r--cad/geda/patches/patch-af21
-rw-r--r--cad/geda/patches/patch-ag13
-rw-r--r--cad/geda/patches/patch-ah11
8 files changed, 0 insertions, 139 deletions
diff --git a/cad/geda/patches/patch-aa b/cad/geda/patches/patch-aa
deleted file mode 100644
index e82bad81ea5..00000000000
--- a/cad/geda/patches/patch-aa
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-aa,v 1.9 2004/03/05 13:03:47 dmcmahill Exp $
-
---- graphman/raw2gw.c.orig Thu Dec 11 08:15:03 2003
-+++ graphman/raw2gw.c
-@@ -27,6 +27,7 @@
- */
-
- #include <stdio.h>
-+#include <sys/param.h>
- #include <unistd.h>
-
-
-@@ -34,7 +35,7 @@
- int main(int iArgn, const char *szArgv[])
- {
- FILE *hFile;
-- char *szDir;
-+ char szDir[MAXPATHLEN];
-
- if (iArgn < 2)
- return 0;
-@@ -47,7 +48,7 @@ int main(int iArgn, const char *szArgv[]
- return -1;
- }
-
-- szDir = get_current_dir_name();
-+ getcwd(szDir, MAXPATHLEN);
-
- hFile = fopen(szArgv[2], "w");
- if (hFile == NULL)
diff --git a/cad/geda/patches/patch-ab b/cad/geda/patches/patch-ab
deleted file mode 100644
index b894f40f0ba..00000000000
--- a/cad/geda/patches/patch-ab
+++ /dev/null
@@ -1,25 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
-
---- graphman/callbacks.c.orig 2004-08-31 02:57:44.000000000 +0000
-+++ graphman/callbacks.c
-@@ -19,7 +19,11 @@
- /*******************************************************************************/
-
- #ifdef HAVE_CONFIG_H
--# include <config.h>
-+# include "../config.h"
-+#endif
-+
-+#ifdef HAVE_UNISTD_H
-+# include <unistd.h>
- #endif
-
- #include <gtk/gtk.h>
-@@ -28,6 +32,7 @@
- #include "global.h"
- #include "graph.h"
- #include "interface.h"
-+#include "libstring.h"
- #include "support.h"
- #include "value.h"
-
diff --git a/cad/geda/patches/patch-ac b/cad/geda/patches/patch-ac
deleted file mode 100644
index 6ad03ac85e2..00000000000
--- a/cad/geda/patches/patch-ac
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2005/02/03 12:39:22 dmcmahill Exp $
-
---- src/doc.c.orig 2003-12-11 08:44:17.000000000 +0000
-+++ src/doc.c 2005-02-03 12:24:43.000000000 +0000
-@@ -20,5 +20,5 @@
- /*******************************************************************************/
-
--#include <malloc.h>
-+#include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-@@ -39,4 +39,5 @@
- #include "global.h"
- #include "m_action.h"
-+#include "m_project.h"
- #include "msgbox.h"
- #include "project.h"
diff --git a/cad/geda/patches/patch-ad b/cad/geda/patches/patch-ad
deleted file mode 100644
index b667793aae7..00000000000
--- a/cad/geda/patches/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ad,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
-
---- src/callbacks.c.orig 2003-12-09 08:03:14.000000000 +0000
-+++ src/callbacks.c
-@@ -39,4 +39,5 @@
- gboolean on_MainWindow_delete_event(GtkWidget *pWidget, GdkEvent *pEvent, gpointer pUserData)
- {
- ProjectExit_MenuActivation(GTK_MENU_ITEM(pWidget), pUserData);
-+ return 0;
- }
diff --git a/cad/geda/patches/patch-ae b/cad/geda/patches/patch-ae
deleted file mode 100644
index 13e9f5c6949..00000000000
--- a/cad/geda/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
-
---- graphman/libstring.c.orig 2004-08-30 21:02:42.000000000 +0000
-+++ graphman/libstring.c
-@@ -18,6 +18,7 @@
- /* */
- /*******************************************************************************/
-
-+#include <stdio.h>
- #include <stdlib.h>
- #include <string.h>
- #include "libstring.h"
diff --git a/cad/geda/patches/patch-af b/cad/geda/patches/patch-af
deleted file mode 100644
index c9ddec009a4..00000000000
--- a/cad/geda/patches/patch-af
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-af,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
-
---- graphman/main.c.orig 2004-08-31 02:57:45.000000000 +0000
-+++ graphman/main.c
-@@ -19,7 +19,7 @@
- /*******************************************************************************/
-
- #ifdef HAVE_CONFIG_H
--# include <config.h>
-+# include <../config.h>
- #endif
-
- #include <gtk/gtk.h>
-@@ -34,6 +34,7 @@
- #include "interface.h"
- #include "libstring.h"
- #include "support.h"
-+#include "value.h"
-
-
-
diff --git a/cad/geda/patches/patch-ag b/cad/geda/patches/patch-ag
deleted file mode 100644
index 6a4b44d604d..00000000000
--- a/cad/geda/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2005/01/11 03:16:22 dmcmahill Exp $
-
---- graphman/config.c.orig 2004-08-30 21:02:42.000000000 +0000
-+++ graphman/config.c
-@@ -272,7 +272,7 @@ static int ConfigReadLine(char *szLine)
-
- *******************************************************************************/
-
--static cSeparator = ',';
-+static char cSeparator = ',';
-
-
- static BOOL IsSeparator(const char c)
diff --git a/cad/geda/patches/patch-ah b/cad/geda/patches/patch-ah
deleted file mode 100644
index 2937ca3d065..00000000000
--- a/cad/geda/patches/patch-ah
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2005/02/03 12:42:01 dmcmahill Exp $
-
---- src/m_file.c.orig 2003-12-08 08:27:28.000000000 +0000
-+++ src/m_file.c 2005-02-03 12:40:16.000000000 +0000
-@@ -21,5 +21,5 @@
-
- #include <gtk/gtk.h>
--#include <malloc.h>
-+#include <stdlib.h>
- #include <stdio.h>
- #include <string.h>