summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-08 21:31:26 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-08 21:31:26 +0000
commitd4743316f3d4e4a33cafa9a642668253fde92d9e (patch)
treedb06f2c195b048d935211f681201e4f37d2dcff3 /net
parent5d0ad11ea1b5c11d571148b57df529c4cb17543a (diff)
downloadpkgsrc-d4743316f3d4e4a33cafa9a642668253fde92d9e.tar.gz
Don't use malloc.h.
Diffstat (limited to 'net')
-rw-r--r--net/openh323/distinfo9
-rw-r--r--net/openh323/patches/patch-ab13
-rw-r--r--net/openh323/patches/patch-ad13
-rw-r--r--net/openh323/patches/patch-ae13
-rw-r--r--net/openh323/patches/patch-af13
-rw-r--r--net/openh323/patches/patch-ag12
-rw-r--r--net/openh323/patches/patch-ah13
-rw-r--r--net/openh323/patches/patch-ai13
8 files changed, 98 insertions, 1 deletions
diff --git a/net/openh323/distinfo b/net/openh323/distinfo
index f22b13dfcee..810f0287cbc 100644
--- a/net/openh323/distinfo
+++ b/net/openh323/distinfo
@@ -1,8 +1,15 @@
-$NetBSD: distinfo,v 1.12 2006/11/11 22:49:51 rillig Exp $
+$NetBSD: distinfo,v 1.13 2007/08/08 21:37:20 joerg Exp $
SHA1 (openh323-v1_15_2-src-tar.gz) = e5839bc7b8ad6f26b03794672802530d72c73878
RMD160 (openh323-v1_15_2-src-tar.gz) = a048af6d27b79384fd6d0f111bc69da3260d1af8
Size (openh323-v1_15_2-src-tar.gz) = 3735815 bytes
SHA1 (patch-aa) = 212a661357da355cc6c600b3de9d431bbd90a66e
+SHA1 (patch-ab) = b4599fd637086a8cb3327483ad1b12d97f6bb303
SHA1 (patch-ac) = 7bf0602cbc7f91fc68c92b4740ec178fa79c50f4
+SHA1 (patch-ad) = 1320725bb24ac8f5e708cfb82df5f2d6251f3df8
+SHA1 (patch-ae) = b97fb59515518d2dd11eae03db6a437308227f30
+SHA1 (patch-af) = 0a19177c580213f75316cc020c1a39fa947ccb55
+SHA1 (patch-ag) = 12d05fdf4e190de65a8ffbf4f6a8f2c7892c3796
+SHA1 (patch-ah) = 5ac7263a878bbe7414c662f00aabcf2e1bcdd815
+SHA1 (patch-ai) = 6de8757eac3ac9bc53de87f01698f575730b09df
SHA1 (patch-ba) = e54de2d0ae24e9eb51ef5c5d32c4fed7c83710f2
diff --git a/net/openh323/patches/patch-ab b/net/openh323/patches/patch-ab
new file mode 100644
index 00000000000..7e349ab332b
--- /dev/null
+++ b/net/openh323/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/08/08 21:37:20 joerg Exp $
+
+--- plugins/audio/GSM0610/gsm06_10_codec.c.orig 2007-08-08 20:43:26.000000000 +0000
++++ plugins/audio/GSM0610/gsm06_10_codec.c
+@@ -65,7 +65,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT(GSM_0610)
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "inc/gsm.h"
diff --git a/net/openh323/patches/patch-ad b/net/openh323/patches/patch-ad
new file mode 100644
index 00000000000..16624c22b05
--- /dev/null
+++ b/net/openh323/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/08/08 21:37:20 joerg Exp $
+
+--- plugins/audio/Speex/speexcodec.cxx.orig 2007-08-08 20:47:32.000000000 +0000
++++ plugins/audio/Speex/speexcodec.cxx
+@@ -62,7 +62,7 @@ extern "C" {
+ PLUGIN_CODEC_IMPLEMENT("Speex")
+ };
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "libspeex/speex.h"
diff --git a/net/openh323/patches/patch-ae b/net/openh323/patches/patch-ae
new file mode 100644
index 00000000000..3fa8ead5552
--- /dev/null
+++ b/net/openh323/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/iLBC/ilbccodec.c.orig 2007-08-08 20:48:37.000000000 +0000
++++ plugins/audio/iLBC/ilbccodec.c
+@@ -36,7 +36,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT("iLBC")
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "iLBC/iLBC_encode.h"
+ #include "iLBC/iLBC_decode.h"
diff --git a/net/openh323/patches/patch-af b/net/openh323/patches/patch-af
new file mode 100644
index 00000000000..e389cdb8c12
--- /dev/null
+++ b/net/openh323/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/LPC_10/lpc_10_codec.c.orig 2007-08-08 20:50:34.000000000 +0000
++++ plugins/audio/LPC_10/lpc_10_codec.c
+@@ -30,7 +30,7 @@
+
+ #include <opalplugin.h>
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "lpc10.h"
diff --git a/net/openh323/patches/patch-ag b/net/openh323/patches/patch-ag
new file mode 100644
index 00000000000..02cf5956d7c
--- /dev/null
+++ b/net/openh323/patches/patch-ag
@@ -0,0 +1,12 @@
+$NetBSD: patch-ag,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/VoiceAgeG729/g729codec.c.orig 2007-08-08 20:51:46.000000000 +0000
++++ plugins/audio/VoiceAgeG729/g729codec.c
+@@ -38,7 +38,6 @@ PLUGIN_CODEC_IMPLEMENT("VoiceAgeG729")
+ #pragma comment(linker, "/NODEFAULTLIB:libcmt.lib")
+
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include "va_g729/va_g729a.h"
+
+ #define SAMPLES_PER_FRAME L_FRAME
diff --git a/net/openh323/patches/patch-ah b/net/openh323/patches/patch-ah
new file mode 100644
index 00000000000..a378d4f9566
--- /dev/null
+++ b/net/openh323/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/G726/g726codec.c.orig 2007-08-08 20:52:58.000000000 +0000
++++ plugins/audio/G726/g726codec.c
+@@ -53,7 +53,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT("G.726")
+
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include "g726/g72x.h"
+
diff --git a/net/openh323/patches/patch-ai b/net/openh323/patches/patch-ai
new file mode 100644
index 00000000000..7b281eff3d3
--- /dev/null
+++ b/net/openh323/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2007/08/08 21:37:21 joerg Exp $
+
+--- plugins/audio/IMA_ADPCM/ima_adpcm.c.orig 2007-08-08 20:53:49.000000000 +0000
++++ plugins/audio/IMA_ADPCM/ima_adpcm.c
+@@ -38,7 +38,7 @@
+
+ PLUGIN_CODEC_IMPLEMENT("IMA-ADPCM")
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ //By LH, Microsoft IMA ADPCM CODEC Capability