pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/sms_sdl Do not use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b913ce41982
branches:  trunk
changeset: 530171:6b913ce41982
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Jun 17 18:53:26 2007 +0000

description:
Do not use malloc.h.

diffstat:

 emulators/sms_sdl/distinfo         |   3 ++-
 emulators/sms_sdl/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r f2ce3d82b939 -r 6b913ce41982 emulators/sms_sdl/distinfo
--- a/emulators/sms_sdl/distinfo        Sun Jun 17 18:47:31 2007 +0000
+++ b/emulators/sms_sdl/distinfo        Sun Jun 17 18:53:26 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/07/24 14:01:02 wiz Exp $
+$NetBSD: distinfo,v 1.2 2007/06/17 18:53:26 minskim Exp $
 
 SHA1 (sms_sdl-0.9.4a-r7.1-src.zip) = 66147e5b9d69eca64924093ca26c580acf20c493
 RMD160 (sms_sdl-0.9.4a-r7.1-src.zip) = 98a7b6101a496f80b5c5b54231816d39a69e40f5
 Size (sms_sdl-0.9.4a-r7.1-src.zip) = 113154 bytes
+SHA1 (patch-aa) = 80a6ee341b8b3e4d5c92bcd42ef26164dac3e9f6
diff -r f2ce3d82b939 -r 6b913ce41982 emulators/sms_sdl/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/sms_sdl/patches/patch-aa        Sun Jun 17 18:53:26 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/06/17 18:53:26 minskim Exp $
+
+--- shared.h.orig      2003-01-09 17:18:08.000000000 -0800
++++ shared.h
+@@ -2,7 +2,6 @@
+ #define _SHARED_H_
+ 
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #include <math.h>



Home | Main Index | Thread Index | Old Index