summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-01 21:24:57 +0000
committerjoerg <joerg>2007-08-01 21:24:57 +0000
commit37288a444e08b612571cd48ee6221d8d3cfc55e6 (patch)
treed29de2c938e1bb2603a33fafafccbd875d5db47e /cad
parent2800105b838370cdd907f926c4fba154418cf9b2 (diff)
downloadpkgsrc-37288a444e08b612571cd48ee6221d8d3cfc55e6.tar.gz
Don't use malloc.h.
Diffstat (limited to 'cad')
-rw-r--r--cad/ipal-current/distinfo8
-rw-r--r--cad/ipal-current/patches/patch-aa13
-rw-r--r--cad/ipal-current/patches/patch-ab13
-rw-r--r--cad/ipal-current/patches/patch-ac13
-rw-r--r--cad/ipal-current/patches/patch-ad13
-rw-r--r--cad/ipal-current/patches/patch-ae13
-rw-r--r--cad/ipal-current/patches/patch-af13
7 files changed, 85 insertions, 1 deletions
diff --git a/cad/ipal-current/distinfo b/cad/ipal-current/distinfo
index 8f85624bc19..9e5d9e0d8af 100644
--- a/cad/ipal-current/distinfo
+++ b/cad/ipal-current/distinfo
@@ -1,5 +1,11 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 14:59:25 agc Exp $
+$NetBSD: distinfo,v 1.4 2007/08/01 21:30:38 joerg Exp $
SHA1 (ipal-20001210.tar.gz) = 3ab54b3cf39545b6d709617ab7a378feb554ebac
RMD160 (ipal-20001210.tar.gz) = 27e8dc5baecea7ddb1bbac39ebd970a5136a7224
Size (ipal-20001210.tar.gz) = 216307 bytes
+SHA1 (patch-aa) = a0e69cfac3e6ff6b448d25d2850691dad5e3b3dd
+SHA1 (patch-ab) = 1151169b90615a13f7e1848525df932315187ee3
+SHA1 (patch-ac) = 600a234352517b03ead527c9bfd6f569c2bb1134
+SHA1 (patch-ad) = 942b35479f57849a60a8b51b857c10e67a3bc4ca
+SHA1 (patch-ae) = aa1168a3cededa00ca9f3af39d7752d6332ddbd5
+SHA1 (patch-af) = 7b77fddea23bb9043f13bfc1c359cb19cb07a9cf
diff --git a/cad/ipal-current/patches/patch-aa b/cad/ipal-current/patches/patch-aa
new file mode 100644
index 00000000000..1bb259b3b33
--- /dev/null
+++ b/cad/ipal-current/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2007/08/01 21:30:38 joerg Exp $
+
+--- libjedec/j_read.c.orig 2007-08-01 21:10:25.000000000 +0000
++++ libjedec/j_read.c
+@@ -23,7 +23,7 @@
+ # include "jedec.h"
+ # include "j_priv.h"
+ # include <stdio.h>
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <assert.h>
+
+ static unsigned char*allocate_fusemap(unsigned size)
diff --git a/cad/ipal-current/patches/patch-ab b/cad/ipal-current/patches/patch-ab
new file mode 100644
index 00000000000..0d51cc3a9a6
--- /dev/null
+++ b/cad/ipal-current/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/08/01 21:30:39 joerg Exp $
+
+--- libipal/pal_alloc.c.orig 2007-08-01 21:10:49.000000000 +0000
++++ libipal/pal_alloc.c
+@@ -25,7 +25,7 @@
+ #endif
+
+ # include "pal_priv.h"
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <string.h>
+ # include <stdlib.h>
+ # include <assert.h>
diff --git a/cad/ipal-current/patches/patch-ac b/cad/ipal-current/patches/patch-ac
new file mode 100644
index 00000000000..09012819d63
--- /dev/null
+++ b/cad/ipal-current/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.3 2007/08/01 21:30:39 joerg Exp $
+
+--- libipal/pal_parse.y.orig 2007-08-01 21:11:13.000000000 +0000
++++ libipal/pal_parse.y
+@@ -1,7 +1,7 @@
+
+ %{
+ # include "pal_priv.h"
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <assert.h>
+
+ static void pal_error(const char*msg);
diff --git a/cad/ipal-current/patches/patch-ad b/cad/ipal-current/patches/patch-ad
new file mode 100644
index 00000000000..30f2bbbbfe1
--- /dev/null
+++ b/cad/ipal-current/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.3 2007/08/01 21:30:40 joerg Exp $
+
+--- ipaledit/pla_matrix.c.orig 2007-08-01 21:11:35.000000000 +0000
++++ ipaledit/pla_matrix.c
+@@ -21,7 +21,7 @@
+ #endif
+
+ # include "pla_matrix.h"
+-# include <malloc.h>
++# include <stdlib.h>
+ # include <string.h>
+
+
diff --git a/cad/ipal-current/patches/patch-ae b/cad/ipal-current/patches/patch-ae
new file mode 100644
index 00000000000..a35e9073982
--- /dev/null
+++ b/cad/ipal-current/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/01 21:30:40 joerg Exp $
+
+--- ipaledit/main.c.orig 2007-08-01 21:11:56.000000000 +0000
++++ ipaledit/main.c
+@@ -25,7 +25,7 @@
+ #ifdef HAVE_GETOPT_H
+ # include <getopt.h>
+ #endif
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "pla_matrix.h"
+ # include "jedec.h"
+ # include "ipal.h"
diff --git a/cad/ipal-current/patches/patch-af b/cad/ipal-current/patches/patch-af
new file mode 100644
index 00000000000..7f07eefd672
--- /dev/null
+++ b/cad/ipal-current/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/01 21:30:40 joerg Exp $
+
+--- ipalrev/main.c.orig 2007-08-01 21:12:20.000000000 +0000
++++ ipalrev/main.c
+@@ -24,7 +24,7 @@
+ #if defined(HAVE_GETOPT_H)
+ # include <getopt.h>
+ #endif
+-# include <malloc.h>
++# include <stdlib.h>
+ # include "jedec.h"
+ # include "ipal.h"
+ # include <assert.h>