summaryrefslogtreecommitdiff
path: root/print/lgrind
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 19:48:13 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 19:48:13 +0000
commit61395cb3365d17b51f273f994999c6031aec0241 (patch)
tree2e70c4ea63d2cf238aaf87b9691495c71fc5aa57 /print/lgrind
parent98190f35265186a5356a0ed7f7eea7397568c903 (diff)
downloadpkgsrc-61395cb3365d17b51f273f994999c6031aec0241.tar.gz
Don't use malloc.h.
Diffstat (limited to 'print/lgrind')
-rw-r--r--print/lgrind/distinfo4
-rw-r--r--print/lgrind/patches/patch-ae12
-rw-r--r--print/lgrind/patches/patch-af13
3 files changed, 28 insertions, 1 deletions
diff --git a/print/lgrind/distinfo b/print/lgrind/distinfo
index ec37159b24a..b6136983670 100644
--- a/print/lgrind/distinfo
+++ b/print/lgrind/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/04/07 03:01:36 minskim Exp $
+$NetBSD: distinfo,v 1.7 2007/08/08 19:50:55 joerg Exp $
SHA1 (lgrind.tar.bz2) = 152d92ccdcb9bc7342f6aec6c4c009d124f7e812
RMD160 (lgrind.tar.bz2) = c32b0002d95e3dec58d03ba39e58dd798058e0eb
@@ -7,3 +7,5 @@ SHA1 (patch-aa) = fe4cfcebbfe2a4fb6f202cbbd9b3bc4c798c343d
SHA1 (patch-ab) = a843a7bfda99fb073f809b42339c409a13864f70
SHA1 (patch-ac) = 61ded0486a4f6c135fb26a4cf185a197f9ce1db3
SHA1 (patch-ad) = a475dd078de2d92ffdd23592fd16ae489cec5dee
+SHA1 (patch-ae) = 1686f0a57a4e62a07907e5fa4e8a0339f5cdd36c
+SHA1 (patch-af) = 2c56072174c30d8d7c651785e0338a1b5b2ff879
diff --git a/print/lgrind/patches/patch-ae b/print/lgrind/patches/patch-ae
new file mode 100644
index 00000000000..ecb3ded2743
--- /dev/null
+++ b/print/lgrind/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 19:50:55 joerg Exp $
+
+--- lgrind.c.orig 2007-08-08 19:31:25.000000000 +0000
++++ lgrind.c
+@@ -70,7 +70,6 @@ static char Version[] =
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+-#include <malloc.h>
+ /* One of the following two (depending on your system) */
+ #include <unistd.h>
+ /* #include <io.h> */
diff --git a/print/lgrind/patches/patch-af b/print/lgrind/patches/patch-af
new file mode 100644
index 00000000000..c901493ec9f
--- /dev/null
+++ b/print/lgrind/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 19:50:55 joerg Exp $
+
+--- regexp.c.orig 2007-08-08 19:31:27.000000000 +0000
++++ regexp.c
+@@ -23,7 +23,7 @@ static char Version[] =
+
+
+ #include <stdio.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include "regexp.h"