pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/imaze Do not include <malloc.h>.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/961dcc3f12a5
branches:  trunk
changeset: 496976:961dcc3f12a5
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon Jul 18 01:24:02 2005 +0000

description:
Do not include <malloc.h>.

diffstat:

 games/imaze/distinfo         |   3 ++-
 games/imaze/patches/patch-ad |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r c1caeafaf25a -r 961dcc3f12a5 games/imaze/distinfo
--- a/games/imaze/distinfo      Mon Jul 18 01:18:59 2005 +0000
+++ b/games/imaze/distinfo      Mon Jul 18 01:24:02 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 23:11:59 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/07/18 01:24:02 kristerw Exp $
 
 SHA1 (imaze-sounds.tar) = 976b1acb2da35f5c69c4d867873f65162ae33ecc
 RMD160 (imaze-sounds.tar) = 6e6ea9313ab9c733486f11f2c6a9e8e09f97401e
@@ -9,3 +9,4 @@
 SHA1 (patch-aa) = cd2fa9e2d93e2f2ee1845c9c4fc3fc66ffd23711
 SHA1 (patch-ab) = 19f3dfafa9126b3352b938610f77f1b7144a1aa3
 SHA1 (patch-ac) = dcd117f666f7f5b489e8469ca5e19c9d8464264f
+SHA1 (patch-ad) = df3416e378d17152ffc1dbb8f9b61645d92c015c
diff -r c1caeafaf25a -r 961dcc3f12a5 games/imaze/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/imaze/patches/patch-ad      Mon Jul 18 01:24:02 2005 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2005/07/18 01:24:02 kristerw Exp $
+
+--- source/speicher.c.orig     Mon Jul 18 03:20:27 2005
++++ source/speicher.c  Mon Jul 18 03:21:11 2005
+@@ -13,9 +13,6 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
+-#ifndef __FreeBSD__
+-#include <malloc.h>
+-#endif
+ #include <memory.h>
+ 
+ #include "global.h"



Home | Main Index | Thread Index | Old Index