summaryrefslogtreecommitdiff
path: root/audio/terminatorx
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-05 18:57:05 +0000
committerjoerg <joerg>2007-08-05 18:57:05 +0000
commitfc7c410c4b139f880ff41111da16cfeccc78130c (patch)
tree05fd655217e5077bee5d64d880ea00e556ed3a49 /audio/terminatorx
parent810f6486040be2b63ee4bd16f4034931e666affb (diff)
downloadpkgsrc-fc7c410c4b139f880ff41111da16cfeccc78130c.tar.gz
Don't use malloc.h.
Diffstat (limited to 'audio/terminatorx')
-rw-r--r--audio/terminatorx/distinfo8
-rw-r--r--audio/terminatorx/patches/patch-ab12
-rw-r--r--audio/terminatorx/patches/patch-ac13
-rw-r--r--audio/terminatorx/patches/patch-ad13
-rw-r--r--audio/terminatorx/patches/patch-ae13
-rw-r--r--audio/terminatorx/patches/patch-af13
-rw-r--r--audio/terminatorx/patches/patch-ag13
7 files changed, 84 insertions, 1 deletions
diff --git a/audio/terminatorx/distinfo b/audio/terminatorx/distinfo
index 12e103de7b8..ac3e390b355 100644
--- a/audio/terminatorx/distinfo
+++ b/audio/terminatorx/distinfo
@@ -1,6 +1,12 @@
-$NetBSD: distinfo,v 1.3 2005/12/12 00:26:36 joerg Exp $
+$NetBSD: distinfo,v 1.4 2007/08/05 18:57:05 joerg Exp $
SHA1 (terminatorX-3.82.tar.bz2) = 8d492fc759ffb77c2549190081077e12f765233f
RMD160 (terminatorX-3.82.tar.bz2) = b70c688101844a07eddcd3e090cd6e805e93f066
Size (terminatorX-3.82.tar.bz2) = 395755 bytes
SHA1 (patch-aa) = c313aed6ec7bba657a3941ddc5586ad7b7c734eb
+SHA1 (patch-ab) = 16e264ac60c0ec65c525baddc5c3e71d039cc0c3
+SHA1 (patch-ac) = 4a86d5f59ecf6c072589bf5e57d7ab0ef4d7d7eb
+SHA1 (patch-ad) = e3125815472b334882bc190405a2ff217a018fb3
+SHA1 (patch-ae) = 5412826df902f180d93de078ec1a5bcc8a6b1bfa
+SHA1 (patch-af) = 7129f695f1c7e79800d123b4a3d5db7a8f6c3f5d
+SHA1 (patch-ag) = 53094ee9beb48478ee4ea3c375422c858fc2fc81
diff --git a/audio/terminatorx/patches/patch-ab b/audio/terminatorx/patches/patch-ab
new file mode 100644
index 00000000000..bab9c4b0862
--- /dev/null
+++ b/audio/terminatorx/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2007/08/05 18:57:06 joerg Exp $
+
+--- src/tX_widget.c.orig 2007-08-05 18:25:29.000000000 +0000
++++ src/tX_widget.c
+@@ -29,7 +29,6 @@
+ #include "tX_widget.h"
+ #include "tX_types.h"
+ #include "tX_global.h"
+-#include <malloc.h>
+ #include <stdlib.h>
+ #include <string.h>
+
diff --git a/audio/terminatorx/patches/patch-ac b/audio/terminatorx/patches/patch-ac
new file mode 100644
index 00000000000..5dc09e0059a
--- /dev/null
+++ b/audio/terminatorx/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/08/05 18:57:06 joerg Exp $
+
+--- src/main.cc.orig 2007-08-05 18:25:55.000000000 +0000
++++ src/main.cc
+@@ -39,7 +39,7 @@
+
+ #include <stdio.h>
+ #include "tX_mastergui.h"
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <math.h>
+ #include <stdio.h>
+ #ifndef WIN32
diff --git a/audio/terminatorx/patches/patch-ad b/audio/terminatorx/patches/patch-ad
new file mode 100644
index 00000000000..27f4541ef2a
--- /dev/null
+++ b/audio/terminatorx/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/08/05 18:57:06 joerg Exp $
+
+--- src/tX_flash.c.orig 2007-08-05 18:26:20.000000000 +0000
++++ src/tX_flash.c
+@@ -28,7 +28,7 @@
+ #include "tX_flash.h"
+ #include "tX_types.h"
+ #include "tX_global.h"
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #ifndef WIN32
+ #include <unistd.h>
diff --git a/audio/terminatorx/patches/patch-ae b/audio/terminatorx/patches/patch-ae
new file mode 100644
index 00000000000..e7b347df28b
--- /dev/null
+++ b/audio/terminatorx/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/05 18:57:06 joerg Exp $
+
+--- src/tX_vtt.cc.orig 2007-08-05 18:28:09.000000000 +0000
++++ src/tX_vtt.cc
+@@ -29,7 +29,7 @@
+ #include "tX_vtt.h"
+ #include "tX_global.h"
+ #include <stdio.h>
+-#include "malloc.h"
++#include <stdlib.h>
+ #include <math.h>
+ #include "tX_mastergui.h"
+ #include "tX_sequencer.h"
diff --git a/audio/terminatorx/patches/patch-af b/audio/terminatorx/patches/patch-af
new file mode 100644
index 00000000000..99fa5555cea
--- /dev/null
+++ b/audio/terminatorx/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/05 18:57:06 joerg Exp $
+
+--- src/tX_audiofile.cc.orig 2007-08-05 18:29:28.000000000 +0000
++++ src/tX_audiofile.cc
+@@ -39,7 +39,7 @@
+ #include "tX_audiofile.h"
+
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include "wav_file.h"
+ #include "tX_loaddlg.h"
+ #include "tX_endian.h"
diff --git a/audio/terminatorx/patches/patch-ag b/audio/terminatorx/patches/patch-ag
new file mode 100644
index 00000000000..68d37581a4e
--- /dev/null
+++ b/audio/terminatorx/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/08/05 18:57:06 joerg Exp $
+
+--- src/tX_seqpar.cc.orig 2007-08-05 18:29:59.000000000 +0000
++++ src/tX_seqpar.cc
+@@ -29,7 +29,7 @@
+ #include "tX_sequencer.h"
+ #include "tX_extdial.h"
+ #include "tX_engine.h"
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #define TX_SEQPAR_DEFAULT_SCALE 0.05
+