diff options
author | joerg <joerg> | 2007-08-01 21:36:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-01 21:36:39 +0000 |
commit | 2a12ae895e9bf251f697753e92bfcda421eab768 (patch) | |
tree | 719886ba55947e286caa863b6d3d5ea709f4c829 /devel/isect | |
parent | 6a0968695698fd62ecb4586518887f90c15a8543 (diff) | |
download | pkgsrc-2a12ae895e9bf251f697753e92bfcda421eab768.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'devel/isect')
-rw-r--r-- | devel/isect/distinfo | 5 | ||||
-rw-r--r-- | devel/isect/patches/patch-ae | 12 | ||||
-rw-r--r-- | devel/isect/patches/patch-af | 12 | ||||
-rw-r--r-- | devel/isect/patches/patch-ag | 12 |
4 files changed, 40 insertions, 1 deletions
diff --git a/devel/isect/distinfo b/devel/isect/distinfo index 90108e375c0..250d359ce51 100644 --- a/devel/isect/distinfo +++ b/devel/isect/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2006/02/17 19:16:46 wiz Exp $ +$NetBSD: distinfo,v 1.6 2007/08/01 21:36:39 joerg Exp $ SHA1 (isect-1.6.2.tar.gz) = 58a7711964560319eafd70398bef849fdc958c33 RMD160 (isect-1.6.2.tar.gz) = a53d064d3236343931db1a1835e3bc56af9961ea @@ -7,3 +7,6 @@ SHA1 (patch-aa) = 2a1c802e43b2f7ba5ea4e25e597eb194a420e0a8 SHA1 (patch-ab) = 96ce0097afef5bbba6ec2ea02d5ef08ee85229bb SHA1 (patch-ac) = 0434aa942fd79618df1b5824e462fa2821a125f3 SHA1 (patch-ad) = 6a0fc888f44b3902c0d3ca5231ca3018025a8849 +SHA1 (patch-ae) = 2f066a1c31c14684b1e2c859c695dc5590ca154d +SHA1 (patch-af) = 74d97926d26b2780ea825b8dd8d976f613c562a4 +SHA1 (patch-ag) = f2062dff68512aecc0ede4c3817b850f13d42ef4 diff --git a/devel/isect/patches/patch-ae b/devel/isect/patches/patch-ae new file mode 100644 index 00000000000..0ca1b5d33b4 --- /dev/null +++ b/devel/isect/patches/patch-ae @@ -0,0 +1,12 @@ +$NetBSD: patch-ae,v 1.1 2007/08/01 21:36:39 joerg Exp $ + +--- clients/client.c.orig 2007-08-01 21:16:03.000000000 +0000 ++++ clients/client.c +@@ -11,7 +11,6 @@ + #include <config.h> + #endif + +-#include <malloc.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> diff --git a/devel/isect/patches/patch-af b/devel/isect/patches/patch-af new file mode 100644 index 00000000000..b0374b5e812 --- /dev/null +++ b/devel/isect/patches/patch-af @@ -0,0 +1,12 @@ +$NetBSD: patch-af,v 1.1 2007/08/01 21:36:40 joerg Exp $ + +--- clients/lp.c.orig 2007-08-01 21:16:27.000000000 +0000 ++++ clients/lp.c +@@ -2,7 +2,6 @@ + #include <config.h> + #endif + +-#include <malloc.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> diff --git a/devel/isect/patches/patch-ag b/devel/isect/patches/patch-ag new file mode 100644 index 00000000000..b6694af0857 --- /dev/null +++ b/devel/isect/patches/patch-ag @@ -0,0 +1,12 @@ +$NetBSD: patch-ag,v 1.1 2007/08/01 21:36:40 joerg Exp $ + +--- clients/cat.c.orig 2007-08-01 21:18:05.000000000 +0000 ++++ clients/cat.c +@@ -2,7 +2,6 @@ + #include <config.h> + #endif + +-#include <malloc.h> + #include <stdlib.h> + #include <stdio.h> + #include <string.h> |