pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/terminatorx Don't use malloc.h.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/228f1118cff7
branches:  trunk
changeset: 531741:228f1118cff7
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 05 18:57:05 2007 +0000

description:
Don't use malloc.h.

diffstat:

 audio/terminatorx/distinfo         |   8 +++++++-
 audio/terminatorx/patches/patch-ab |  12 ++++++++++++
 audio/terminatorx/patches/patch-ac |  13 +++++++++++++
 audio/terminatorx/patches/patch-ad |  13 +++++++++++++
 audio/terminatorx/patches/patch-ae |  13 +++++++++++++
 audio/terminatorx/patches/patch-af |  13 +++++++++++++
 audio/terminatorx/patches/patch-ag |  13 +++++++++++++
 7 files changed, 84 insertions(+), 1 deletions(-)

diffs (118 lines):

diff -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/distinfo
--- a/audio/terminatorx/distinfo        Sun Aug 05 18:42:28 2007 +0000
+++ b/audio/terminatorx/distinfo        Sun Aug 05 18:57:05 2007 +0000
@@ -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 -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-ab        Sun Aug 05 18:57:05 2007 +0000
@@ -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 -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-ac        Sun Aug 05 18:57:05 2007 +0000
@@ -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 -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-ad        Sun Aug 05 18:57:05 2007 +0000
@@ -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 -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-ae        Sun Aug 05 18:57:05 2007 +0000
@@ -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 -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-af        Sun Aug 05 18:57:05 2007 +0000
@@ -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 -r 648b933e58b5 -r 228f1118cff7 audio/terminatorx/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/terminatorx/patches/patch-ag        Sun Aug 05 18:57:05 2007 +0000
@@ -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
+ 



Home | Main Index | Thread Index | Old Index