summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2001-07-17 03:02:51 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2001-07-17 03:02:51 +0000
commitb5224ccd82a2a651a39d7099276e012034023f04 (patch)
treeb61316ed18fc5821e6d5dc6cd3ff66894d6d7691 /cad/gnetlist/patches
parent10de104e58601fd157258d95756a80d8bc439e25 (diff)
downloadpkgsrc-b5224ccd82a2a651a39d7099276e012034023f04.tar.gz
update to gnetlist-20010708
this represents nearly a year and a half of bug fixes and enhancements including some additional netlist types.
Diffstat (limited to 'cad/gnetlist/patches')
-rw-r--r--cad/gnetlist/patches/patch-aa13
-rw-r--r--cad/gnetlist/patches/patch-ab12
-rw-r--r--cad/gnetlist/patches/patch-ac12
-rw-r--r--cad/gnetlist/patches/patch-ad12
-rw-r--r--cad/gnetlist/patches/patch-ae12
5 files changed, 61 insertions, 0 deletions
diff --git a/cad/gnetlist/patches/patch-aa b/cad/gnetlist/patches/patch-aa
new file mode 100644
index 00000000000..922e0d1b20f
--- /dev/null
+++ b/cad/gnetlist/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/i_vars.c.orig Mon Jun 11 18:50:26 2001
++++ src/i_vars.c Mon Jul 16 19:51:56 2001
+@@ -21,4 +21,8 @@
+ #include <stdio.h>
+
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
++
+ #include <libgeda/libgeda.h>
+
diff --git a/cad/gnetlist/patches/patch-ab b/cad/gnetlist/patches/patch-ab
new file mode 100644
index 00000000000..68333d84b9f
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/gnetlist.c.orig Sun Jul 8 12:13:54 2001
++++ src/gnetlist.c Mon Jul 16 19:52:44 2001
+@@ -20,4 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+ #include <signal.h>
+ #ifdef HAVE_UNISTD_H
diff --git a/cad/gnetlist/patches/patch-ac b/cad/gnetlist/patches/patch-ac
new file mode 100644
index 00000000000..320c3fe87ba
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/parsecmd.c.orig Sun Feb 18 17:47:48 2001
++++ src/parsecmd.c Mon Jul 16 19:53:14 2001
+@@ -20,4 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
diff --git a/cad/gnetlist/patches/patch-ad b/cad/gnetlist/patches/patch-ad
new file mode 100644
index 00000000000..c433838ac21
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/s_net.c.orig Fri Jun 15 20:37:43 2001
++++ src/s_net.c Mon Jul 16 19:53:43 2001
+@@ -20,4 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+ #include <stdlib.h>
+ #include <assert.h>
diff --git a/cad/gnetlist/patches/patch-ae b/cad/gnetlist/patches/patch-ae
new file mode 100644
index 00000000000..94b3f844ac1
--- /dev/null
+++ b/cad/gnetlist/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $
+
+--- src/s_rename.c.orig Thu Mar 1 21:54:03 2001
++++ src/s_rename.c Mon Jul 16 19:54:17 2001
+@@ -20,4 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
++#ifdef HAVE_STRINGS_H
++#include <strings.h>
++#endif
+ #include <stdlib.h>
+ #include <assert.h>