pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/dvdisaster Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89e5f6ef10cb
branches:  trunk
changeset: 531744:89e5f6ef10cb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 19:15:47 2007 +0000

description:
Don't use malloc.h.

diffstat:

 sysutils/dvdisaster/distinfo         |   3 ++-
 sysutils/dvdisaster/patches/patch-ah |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r d93560373f55 -r 89e5f6ef10cb sysutils/dvdisaster/distinfo
--- a/sysutils/dvdisaster/distinfo      Sun Aug 05 19:13:02 2007 +0000
+++ b/sysutils/dvdisaster/distinfo      Sun Aug 05 19:15:47 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/08 20:19:13 heinz Exp $
+$NetBSD: distinfo,v 1.2 2007/08/05 19:15:47 joerg Exp $
 
 SHA1 (dvdisaster-0.70.4.tar.bz2) = 0ab5fe59d4c91e77c2f73b389485d0f5443d8873
 RMD160 (dvdisaster-0.70.4.tar.bz2) = 917457581309db33aef5ceddc7dddbd2ef084497
@@ -10,3 +10,4 @@
 SHA1 (patch-ae) = 9386da56b3668141eed764714a1d07a7bb1700c4
 SHA1 (patch-af) = 33069cda271d85634189b712a1361ed2232dc804
 SHA1 (patch-ag) = 3dad3065b93817f091dea422787192e02e0e52d8
+SHA1 (patch-ah) = 9cb1e03dc8c13e560a2f862811a4e828563db112
diff -r d93560373f55 -r 89e5f6ef10cb sysutils/dvdisaster/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/dvdisaster/patches/patch-ah      Sun Aug 05 19:15:47 2007 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ah,v 1.1 2007/08/05 19:15:47 joerg Exp $
+
+--- memtrack.c.orig    2007-08-01 20:40:51.000000000 +0000
++++ memtrack.c
+@@ -21,9 +21,6 @@
+ 
+ #define _GNU_SOURCE
+ 
+-#if !defined(SYS_FREEBSD) && !defined(SYS_DARWIN)   /* FreeBSD declares malloc() in stdlib.h */
+- #include <malloc.h>
+-#endif
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>



Home | Main Index | Thread Index | Old Index