summaryrefslogtreecommitdiff
path: root/cad/fasthenry
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-07 01:44:03 +0000
committerdanw <danw@pkgsrc.org>2004-05-07 01:44:03 +0000
commite2d6785d48238b4c09098bac4cb648303108baa8 (patch)
tree860f9bd1794bdcbd44d9c908d03c1c2f2396b1f2 /cad/fasthenry
parent7d5324a76d552c0680c52f60698e162ffab08f22 (diff)
downloadpkgsrc-e2d6785d48238b4c09098bac4cb648303108baa8.tar.gz
s/malloc.h/stdlib.h/ (for darwin/freebsd)
Diffstat (limited to 'cad/fasthenry')
-rw-r--r--cad/fasthenry/distinfo7
-rw-r--r--cad/fasthenry/patches/patch-at13
-rw-r--r--cad/fasthenry/patches/patch-au13
-rw-r--r--cad/fasthenry/patches/patch-av13
-rw-r--r--cad/fasthenry/patches/patch-aw13
-rw-r--r--cad/fasthenry/patches/patch-ax13
6 files changed, 71 insertions, 1 deletions
diff --git a/cad/fasthenry/distinfo b/cad/fasthenry/distinfo
index 2b7c0098567..25fee32b31b 100644
--- a/cad/fasthenry/distinfo
+++ b/cad/fasthenry/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2004/03/22 00:25:11 dmcmahill Exp $
+$NetBSD: distinfo,v 1.5 2004/05/07 01:44:45 danw Exp $
SHA1 (fasthenry-3.0-12Nov96.tar.Z) = 74d9342efb327f6507e018ead4bd3e6c9e00e7bd
Size (fasthenry-3.0-12Nov96.tar.Z) = 2108595 bytes
@@ -21,3 +21,8 @@ SHA1 (patch-ap) = a4bbc32bfce5d838b773888fc2a5877a8d0cf9b4
SHA1 (patch-aq) = 987afb7e6126aefe5e97da3bcfef3209d7fe5c66
SHA1 (patch-ar) = a57aefa75fceff95b0aad74e81c5a9ae4fdc522e
SHA1 (patch-as) = acb1d01556e626e9c0a801f757d7e343c4e815b1
+SHA1 (patch-at) = e8b2d997954f6ad7827483f75a3fa94185d7be00
+SHA1 (patch-au) = e9393719fd7338417b3864ac2a55fe876a8e6476
+SHA1 (patch-av) = a70857353bc554da8ca5a58bfa5ab2301f98eea7
+SHA1 (patch-aw) = f573b8e614cf46eb69f8bc382855ad40f898cbb2
+SHA1 (patch-ax) = bb69f3a3cbbe15c86b5f9ecc714fa0bc2feb6735
diff --git a/cad/fasthenry/patches/patch-at b/cad/fasthenry/patches/patch-at
new file mode 100644
index 00000000000..ebd060a331a
--- /dev/null
+++ b/cad/fasthenry/patches/patch-at
@@ -0,0 +1,13 @@
+$NetBSD: patch-at,v 1.1 2004/05/07 01:44:45 danw Exp $
+
+--- src/fasthenry/contact.c.orig Sun May 2 21:40:25 2004
++++ src/fasthenry/contact.c
+@@ -11,7 +11,7 @@
+ #include <stdio.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include "induct.h"
+
diff --git a/cad/fasthenry/patches/patch-au b/cad/fasthenry/patches/patch-au
new file mode 100644
index 00000000000..fc8af5e9b5b
--- /dev/null
+++ b/cad/fasthenry/patches/patch-au
@@ -0,0 +1,13 @@
+$NetBSD: patch-au,v 1.1 2004/05/07 01:44:45 danw Exp $
+
+--- src/fasthenry/hole.c.orig Sun May 2 21:40:28 2004
++++ src/fasthenry/hole.c
+@@ -4,7 +4,7 @@
+ #include <stdio.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include "induct.h"
+
diff --git a/cad/fasthenry/patches/patch-av b/cad/fasthenry/patches/patch-av
new file mode 100644
index 00000000000..0de0deeaf43
--- /dev/null
+++ b/cad/fasthenry/patches/patch-av
@@ -0,0 +1,13 @@
+$NetBSD: patch-av,v 1.1 2004/05/07 01:44:45 danw Exp $
+
+--- src/fasthenry/mulGlobal.h.orig Sun May 2 21:40:34 2004
++++ src/fasthenry/mulGlobal.h
+@@ -45,7 +45,7 @@ extern char * calloc();
+ extern char * malloc();
+ extern char * realloc();
+ #else
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif /* end if NEWS */
+ #include <stdio.h>
+ #include <math.h>
diff --git a/cad/fasthenry/patches/patch-aw b/cad/fasthenry/patches/patch-aw
new file mode 100644
index 00000000000..1255330c8ff
--- /dev/null
+++ b/cad/fasthenry/patches/patch-aw
@@ -0,0 +1,13 @@
+$NetBSD: patch-aw,v 1.1 2004/05/07 01:44:45 danw Exp $
+
+--- src/fasthenry/readGeom.c.orig Sun May 2 21:44:00 2004
++++ src/fasthenry/readGeom.c
+@@ -3,7 +3,7 @@
+ #include <stdio.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include "induct.h"
+
diff --git a/cad/fasthenry/patches/patch-ax b/cad/fasthenry/patches/patch-ax
new file mode 100644
index 00000000000..2ae03d49606
--- /dev/null
+++ b/cad/fasthenry/patches/patch-ax
@@ -0,0 +1,13 @@
+$NetBSD: patch-ax,v 1.1 2004/05/07 01:44:45 danw Exp $
+
+--- src/zbuf/mulGlobal.h.orig Sun May 2 21:47:21 2004
++++ src/zbuf/mulGlobal.h
+@@ -42,7 +42,7 @@ extern char * calloc();
+ extern char * malloc();
+ extern char * realloc();
+ #else
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif /* end if NEWS */
+ #include <stdio.h>
+ #include <math.h>