pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xtrs Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/716ca08a3f5e
branches:  trunk
changeset: 531283:716ca08a3f5e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Jul 27 23:50:19 2007 +0000

description:
Don't use malloc.h.

diffstat:

 emulators/xtrs/distinfo         |   5 ++++-
 emulators/xtrs/patches/patch-aa |  12 ++++++++++++
 emulators/xtrs/patches/patch-ab |  12 ++++++++++++
 emulators/xtrs/patches/patch-ac |  12 ++++++++++++
 4 files changed, 40 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r 55596b73b4c6 -r 716ca08a3f5e emulators/xtrs/distinfo
--- a/emulators/xtrs/distinfo   Fri Jul 27 23:42:56 2007 +0000
+++ b/emulators/xtrs/distinfo   Fri Jul 27 23:50:19 2007 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 18:49:22 agc Exp $
+$NetBSD: distinfo,v 1.3 2007/07/27 23:50:19 joerg Exp $
 
 SHA1 (xtrs-4.9.tar.gz) = abfbbdb972c7fa2b3545ed42698162a88168bded
 RMD160 (xtrs-4.9.tar.gz) = 6daabf36a53e4af8b9d6b97d91cba00cc55b406f
 Size (xtrs-4.9.tar.gz) = 422910 bytes
+SHA1 (patch-aa) = f43c92142a240c45015fad93fd702df78e5a707c
+SHA1 (patch-ab) = 11aa129243aa5bb5c7b017241ebd444e9ac43ff2
+SHA1 (patch-ac) = f57cd85b5896bbdf1ae0346e1d703aa460ba8984
diff -r 55596b73b4c6 -r 716ca08a3f5e emulators/xtrs/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xtrs/patches/patch-aa   Fri Jul 27 23:50:19 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2007/07/27 23:50:19 joerg Exp $
+
+--- debug.c.orig       2007-07-27 23:28:45.000000000 +0000
++++ debug.c
+@@ -21,7 +21,6 @@
+ #include "z80.h"
+ #include "trs.h"
+ 
+-#include <malloc.h>
+ #include <stdlib.h>
+ #include <signal.h>
+ #include <errno.h>
diff -r 55596b73b4c6 -r 716ca08a3f5e emulators/xtrs/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xtrs/patches/patch-ab   Fri Jul 27 23:50:19 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2007/07/27 23:50:20 joerg Exp $
+
+--- trs_memory.c.orig  2007-07-27 23:28:29.000000000 +0000
++++ trs_memory.c
+@@ -28,7 +28,6 @@
+ 
+ #include "z80.h"
+ #include "trs.h"
+-#include <malloc.h>
+ #include <stdlib.h>
+ #include "trs_disk.h"
+ #include "trs_hard.h"
diff -r 55596b73b4c6 -r 716ca08a3f5e emulators/xtrs/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/xtrs/patches/patch-ac   Fri Jul 27 23:50:19 2007 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2007/07/27 23:50:20 joerg Exp $
+
+--- trs_xinterface.c.orig      2007-07-27 23:31:37.000000000 +0000
++++ trs_xinterface.c
+@@ -35,7 +35,6 @@
+ #include <sys/types.h>
+ #include <sys/time.h>
+ #include <sys/file.h>
+-#include <malloc.h>
+ #include <string.h>
+ #include <stdlib.h>
+ #include <unistd.h>



Home | Main Index | Thread Index | Old Index