summaryrefslogtreecommitdiff
path: root/devel/hptools
diff options
context:
space:
mode:
authordanw <danw@pkgsrc.org>2004-05-07 01:50:15 +0000
committerdanw <danw@pkgsrc.org>2004-05-07 01:50:15 +0000
commit1236283f84dcbc0f28ae848238ed86d496107221 (patch)
tree04299d8040da72b33d6f39e869d0fc1287c91cd6 /devel/hptools
parente2d6785d48238b4c09098bac4cb648303108baa8 (diff)
downloadpkgsrc-1236283f84dcbc0f28ae848238ed86d496107221.tar.gz
patch out malloc.h includes for darwin/freebsd
Diffstat (limited to 'devel/hptools')
-rw-r--r--devel/hptools/distinfo7
-rw-r--r--devel/hptools/patches/patch-aa14
-rw-r--r--devel/hptools/patches/patch-ab14
-rw-r--r--devel/hptools/patches/patch-ac14
-rw-r--r--devel/hptools/patches/patch-ad14
-rw-r--r--devel/hptools/patches/patch-ae14
6 files changed, 76 insertions, 1 deletions
diff --git a/devel/hptools/distinfo b/devel/hptools/distinfo
index ca9fec9a15a..68086593b3d 100644
--- a/devel/hptools/distinfo
+++ b/devel/hptools/distinfo
@@ -1,4 +1,9 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/12/11 12:11:11 cjep Exp $
+$NetBSD: distinfo,v 1.2 2004/05/07 01:50:15 danw Exp $
SHA1 (hptools-src-3.0.8.tar.gz) = a0e8b934eeb2f83d858c4aa67d52779d69e51608
Size (hptools-src-3.0.8.tar.gz) = 438065 bytes
+SHA1 (patch-aa) = e311d10f2c10a08c03aab93891ea7dbe9924f763
+SHA1 (patch-ab) = 1ce7fbb60a1f6ab4877c0298a72596cb773b23e4
+SHA1 (patch-ac) = e1a7e026ab75df83601da555d350a03e05622a60
+SHA1 (patch-ad) = 65e49a4c80080731ef19fbe8fb6542f93c3ffd79
+SHA1 (patch-ae) = 8b57a5c56cde0dd7e777e1a77cc938894e0d92f9
diff --git a/devel/hptools/patches/patch-aa b/devel/hptools/patches/patch-aa
new file mode 100644
index 00000000000..2c0fcc3b019
--- /dev/null
+++ b/devel/hptools/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2004/05/07 01:50:15 danw Exp $
+
+--- ../rplcomp/masd.c.orig Sat Mar 13 00:47:19 2004
++++ ../rplcomp/masd.c Sat Mar 13 00:47:25 2004
+@@ -11,9 +11,6 @@
+ #else
+ # include <strings.h>
+ #endif
+-#ifndef macintosh
+-# include <malloc.h>
+-#endif
+ #include <ctype.h>
+
+ #include "rplcomp.h"
diff --git a/devel/hptools/patches/patch-ab b/devel/hptools/patches/patch-ab
new file mode 100644
index 00000000000..4c1395d9a3f
--- /dev/null
+++ b/devel/hptools/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/05/07 01:50:15 danw Exp $
+
+--- ../rplcomp/defer.c.orig Sat Mar 13 00:47:14 2004
++++ ../rplcomp/defer.c Sat Mar 13 00:47:19 2004
+@@ -11,9 +11,6 @@
+ #else
+ # include <strings.h>
+ #endif
+-#ifndef macintosh
+-# include <malloc.h>
+-#endif
+ #include <ctype.h>
+
+ #include "rplcomp.h"
diff --git a/devel/hptools/patches/patch-ac b/devel/hptools/patches/patch-ac
new file mode 100644
index 00000000000..c982bfb52e0
--- /dev/null
+++ b/devel/hptools/patches/patch-ac
@@ -0,0 +1,14 @@
+$NetBSD: patch-ac,v 1.1 2004/05/07 01:50:15 danw Exp $
+
+--- ../common/envfile.c.orig Sat Mar 13 00:46:43 2004
++++ ../common/envfile.c Sat Mar 13 00:46:58 2004
+@@ -10,9 +10,6 @@
+ #else
+ # include <strings.h>
+ #endif
+-#ifndef macintosh
+-# include <malloc.h>
+-#endif
+
+ #include "envfile.h"
+
diff --git a/devel/hptools/patches/patch-ad b/devel/hptools/patches/patch-ad
new file mode 100644
index 00000000000..00a5378ace7
--- /dev/null
+++ b/devel/hptools/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2004/05/07 01:50:15 danw Exp $
+
+--- ../include/sasm.h.orig Sat Mar 13 00:46:58 2004
++++ ../include/sasm.h Sat Mar 13 00:47:07 2004
+@@ -16,9 +16,6 @@
+ #else
+ # include <strings.h>
+ #endif
+-#ifdef __FREE__
+-# include <malloc.h>
+-#endif
+ #include <time.h>
+
+ #include <ctype.h>
diff --git a/devel/hptools/patches/patch-ae b/devel/hptools/patches/patch-ae
new file mode 100644
index 00000000000..8183d367bba
--- /dev/null
+++ b/devel/hptools/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2004/05/07 01:50:15 danw Exp $
+
+--- ../include/sload.h.orig Sat Mar 13 00:47:08 2004
++++ ../include/sload.h Sat Mar 13 00:47:14 2004
+@@ -21,9 +21,6 @@
+ #else
+ # include <strings.h>
+ #endif
+-#ifdef __FREE__
+-# include <malloc.h>
+-#endif
+ #include <time.h>
+
+ #include <ctype.h>