summaryrefslogtreecommitdiff
path: root/emulators/xtrs
diff options
context:
space:
mode:
authorjoerg <joerg>2007-07-27 23:50:19 +0000
committerjoerg <joerg>2007-07-27 23:50:19 +0000
commit5fe44709fc9fe821bc63af1a8704bbf60f93b632 (patch)
treeea43222461192cc1572a9234aa2032ba8a7d6720 /emulators/xtrs
parentee5a4cec9563f9c677778d6883c8021b76087631 (diff)
downloadpkgsrc-5fe44709fc9fe821bc63af1a8704bbf60f93b632.tar.gz
Don't use malloc.h.
Diffstat (limited to 'emulators/xtrs')
-rw-r--r--emulators/xtrs/distinfo5
-rw-r--r--emulators/xtrs/patches/patch-aa12
-rw-r--r--emulators/xtrs/patches/patch-ab12
-rw-r--r--emulators/xtrs/patches/patch-ac12
4 files changed, 40 insertions, 1 deletions
diff --git a/emulators/xtrs/distinfo b/emulators/xtrs/distinfo
index 16f1c7275af..0ea8f8a2d04 100644
--- a/emulators/xtrs/distinfo
+++ b/emulators/xtrs/distinfo
@@ -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 --git a/emulators/xtrs/patches/patch-aa b/emulators/xtrs/patches/patch-aa
new file mode 100644
index 00000000000..ad7142e5b8d
--- /dev/null
+++ b/emulators/xtrs/patches/patch-aa
@@ -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 --git a/emulators/xtrs/patches/patch-ab b/emulators/xtrs/patches/patch-ab
new file mode 100644
index 00000000000..ca1659e7357
--- /dev/null
+++ b/emulators/xtrs/patches/patch-ab
@@ -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 --git a/emulators/xtrs/patches/patch-ac b/emulators/xtrs/patches/patch-ac
new file mode 100644
index 00000000000..443afeb9afd
--- /dev/null
+++ b/emulators/xtrs/patches/patch-ac
@@ -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>