pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cbda68eadbf1
branches:  trunk
changeset: 531937:cbda68eadbf1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Aug 08 20:53:47 2007 +0000

description:
Don't use malloc.h.

diffstat:

 games/openmortal/distinfo         |   4 +++-
 games/openmortal/patches/patch-ad |  13 +++++++++++++
 games/openmortal/patches/patch-ae |  12 ++++++++++++
 3 files changed, 28 insertions(+), 1 deletions(-)

diffs (48 lines):

diff -r 987baaf9c948 -r cbda68eadbf1 games/openmortal/distinfo
--- a/games/openmortal/distinfo Wed Aug 08 20:40:48 2007 +0000
+++ b/games/openmortal/distinfo Wed Aug 08 20:53:47 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.9 2006/08/15 06:50:44 xtraeme Exp $
+$NetBSD: distinfo,v 1.10 2007/08/08 20:53:47 joerg Exp $
 
 SHA1 (openmortal-0.7.tar.bz2) = a7177012e1c0eb04f357aa9ff013e53c8f7b835c
 RMD160 (openmortal-0.7.tar.bz2) = 6a0fdd46445ed243db261227a93526b97c6f9d79
@@ -6,3 +6,5 @@
 SHA1 (patch-aa) = d18089a348fb7718bed0f47fbff7aaf772915340
 SHA1 (patch-ab) = 1f7f9075975994e76262df4d3153f1162cb40dd3
 SHA1 (patch-ac) = 807cfb849a4a3408c5877b61690bf0cf37da59b6
+SHA1 (patch-ad) = ad0fbd55c11a6076e9e5212b717a4b220820b206
+SHA1 (patch-ae) = d0434959250bad25932963efafe34bb7fe948cee
diff -r 987baaf9c948 -r cbda68eadbf1 games/openmortal/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/openmortal/patches/patch-ad Wed Aug 08 20:53:47 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/08/08 20:53:47 joerg Exp $
+
+--- src/gfx.cpp.orig   2007-08-08 20:28:38.000000000 +0000
++++ src/gfx.cpp
+@@ -7,7 +7,7 @@
+  ***************************************************************************/
+ 
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ 
+ 
+ #include "SDL.h"
diff -r 987baaf9c948 -r cbda68eadbf1 games/openmortal/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/openmortal/patches/patch-ae Wed Aug 08 20:53:47 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 20:53:47 joerg Exp $
+
+--- src/sge_tt_text.cpp.orig   2007-08-08 20:28:55.000000000 +0000
++++ src/sge_tt_text.cpp
+@@ -26,7 +26,6 @@
+ 
+ #include "SDL.h"
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <memory.h>
+ #include <string.h>
+ #include <stdarg.h>



Home | Main Index | Thread Index | Old Index