pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/d2x Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d2749873846
branches:  trunk
changeset: 531919:9d2749873846
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 17:55:59 2007 +0000

description:
Don't use malloc.h.

diffstat:

 games/d2x/distinfo         |   3 ++-
 games/d2x/patches/patch-ac |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 97f1d09fb75d -r 9d2749873846 games/d2x/distinfo
--- a/games/d2x/distinfo        Wed Aug 08 17:48:37 2007 +0000
+++ b/games/d2x/distinfo        Wed Aug 08 17:55:59 2007 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/12/29 18:58:23 joerg Exp $
+$NetBSD: distinfo,v 1.4 2007/08/08 17:55:59 joerg Exp $
 
 SHA1 (d2x-0.2.5.tar.gz) = b68c74fdc1f31a5ae32f6b27d7d3658e7e0dbdca
 RMD160 (d2x-0.2.5.tar.gz) = c27f16f52eaa7a3742cd7b50307bd747ab79c96f
 Size (d2x-0.2.5.tar.gz) = 2015249 bytes
 SHA1 (patch-aa) = c7b5790409851bea1637d0f2fc1a8d86924c4528
 SHA1 (patch-ab) = b59b2de4d60d98bec20117f085be06016ee03047
+SHA1 (patch-ac) = 93d3f8afb1d865c5c4ba4218f19d5e5b67df3eed
diff -r 97f1d09fb75d -r 9d2749873846 games/d2x/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/d2x/patches/patch-ac        Wed Aug 08 17:55:59 2007 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2007/08/08 17:55:59 joerg Exp $
+
+--- mem/mem.c.orig     2007-08-08 17:34:10.000000000 +0000
++++ mem/mem.c
+@@ -34,11 +34,6 @@ COPYRIGHT 1993-1999 PARALLAX SOFTWARE CO
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#if defined(__APPLE__) && defined(__MACH__)
+-#include <sys/malloc.h>
+-#else
+-#include <malloc.h>
+-#endif
+ #include "pstypes.h"
+ #include "mono.h"
+ #include "error.h"



Home | Main Index | Thread Index | Old Index