summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sodipodi/distinfo9
-rw-r--r--graphics/sodipodi/patches/patch-aa13
-rw-r--r--graphics/sodipodi/patches/patch-ab13
-rw-r--r--graphics/sodipodi/patches/patch-ac13
-rw-r--r--graphics/sodipodi/patches/patch-ad13
-rw-r--r--graphics/sodipodi/patches/patch-ae13
-rw-r--r--graphics/sodipodi/patches/patch-af13
-rw-r--r--graphics/sodipodi/patches/patch-ag13
-rw-r--r--misc/siag/distinfo4
-rw-r--r--misc/siag/patches/patch-ah13
-rw-r--r--misc/siag/patches/patch-ai12
-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
19 files changed, 225 insertions, 3 deletions
diff --git a/graphics/sodipodi/distinfo b/graphics/sodipodi/distinfo
index 51b7b79afe2..38562ca69a8 100644
--- a/graphics/sodipodi/distinfo
+++ b/graphics/sodipodi/distinfo
@@ -1,5 +1,12 @@
-$NetBSD: distinfo,v 1.8 2005/02/24 08:45:13 agc Exp $
+$NetBSD: distinfo,v 1.9 2007/08/08 21:31:26 joerg Exp $
SHA1 (sodipodi-0.34.tar.gz) = 61d97af419d9c0e1dd89998d21e8c9f81857192c
RMD160 (sodipodi-0.34.tar.gz) = 341f36f3b8a494502d19b7f76dc9caf5bcd18de3
Size (sodipodi-0.34.tar.gz) = 2327501 bytes
+SHA1 (patch-aa) = 98304357fc652cfb27e297a168e586fcc175c88d
+SHA1 (patch-ab) = 920dca7fd702a2c5d07c350f4597006a5b039922
+SHA1 (patch-ac) = 6480e9a31233d99ac3b97c890089d846d1e4e638
+SHA1 (patch-ad) = 5dcec0901d168120fc15c02e2361907a28bd5d02
+SHA1 (patch-ae) = 8a8fede8946eb625bb46d785fd9b4e97b5492fd2
+SHA1 (patch-af) = 568cd424099bc9e922d836d0b962e1a69146be06
+SHA1 (patch-ag) = ee32a55a27e905af9e980616eb1879778bc49134
diff --git a/graphics/sodipodi/patches/patch-aa b/graphics/sodipodi/patches/patch-aa
new file mode 100644
index 00000000000..87ae7ec8187
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2007/08/08 21:31:26 joerg Exp $
+
+--- src/libarikkei/arikkei-dict.c.orig 2007-08-08 20:54:11.000000000 +0000
++++ src/libarikkei/arikkei-dict.c
+@@ -12,7 +12,7 @@
+ *
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "arikkei-dict.h"
diff --git a/graphics/sodipodi/patches/patch-ab b/graphics/sodipodi/patches/patch-ab
new file mode 100644
index 00000000000..c5404c0f159
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/08/08 21:31:27 joerg Exp $
+
+--- src/libarikkei/arikkei-token.c.orig 2007-08-08 20:54:48.000000000 +0000
++++ src/libarikkei/arikkei-token.c
+@@ -12,7 +12,7 @@
+ *
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+
+ #include "arikkei-token.h"
diff --git a/graphics/sodipodi/patches/patch-ac b/graphics/sodipodi/patches/patch-ac
new file mode 100644
index 00000000000..7de17f7899a
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2007/08/08 21:31:27 joerg Exp $
+
+--- src/libarikkei/arikkei-strlib.c.orig 2007-08-08 20:55:21.000000000 +0000
++++ src/libarikkei/arikkei-strlib.c
+@@ -14,7 +14,7 @@
+
+ #include <math.h>
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <assert.h>
+
+ #include "arikkei-strlib.h"
diff --git a/graphics/sodipodi/patches/patch-ad b/graphics/sodipodi/patches/patch-ad
new file mode 100644
index 00000000000..568532586e7
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2007/08/08 21:31:28 joerg Exp $
+
+--- src/libnr/nr-pathops.c.orig 2007-08-08 20:56:24.000000000 +0000
++++ src/libnr/nr-pathops.c
+@@ -20,7 +20,7 @@
+ #define QROUND(v) (floor (QUANT * (v) + 0.5) / QUANT)
+
+ #include <math.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <assert.h>
+
diff --git a/graphics/sodipodi/patches/patch-ae b/graphics/sodipodi/patches/patch-ae
new file mode 100644
index 00000000000..60dbe264e81
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2007/08/08 21:31:28 joerg Exp $
+
+--- src/xml/repr-io.c.orig 2007-08-08 20:57:27.000000000 +0000
++++ src/xml/repr-io.c
+@@ -11,7 +11,7 @@
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
+ #include <ctype.h>
diff --git a/graphics/sodipodi/patches/patch-af b/graphics/sodipodi/patches/patch-af
new file mode 100644
index 00000000000..c74fc20d146
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2007/08/08 21:31:29 joerg Exp $
+
+--- src/helper/action.c.orig 2007-08-08 20:58:23.000000000 +0000
++++ src/helper/action.c
+@@ -12,7 +12,7 @@
+ */
+
+ #include <string.h>
+-#include <malloc.h>
++#include <stdlib.h>
+
+ #include <libnr/nr-macros.h>
+
diff --git a/graphics/sodipodi/patches/patch-ag b/graphics/sodipodi/patches/patch-ag
new file mode 100644
index 00000000000..b27969eb0a4
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2007/08/08 21:31:29 joerg Exp $
+
+--- src/helper/bezier-utils.c.orig 2007-08-08 20:58:39.000000000 +0000
++++ src/helper/bezier-utils.c
+@@ -22,7 +22,7 @@
+ #define notBEZIER_DEBUG
+
+ #include <math.h>
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <assert.h>
+
+ #include <libnr/nr-macros.h>
diff --git a/misc/siag/distinfo b/misc/siag/distinfo
index 1d6ad96d49b..01c461c0af3 100644
--- a/misc/siag/distinfo
+++ b/misc/siag/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2007/05/16 18:40:13 gdt Exp $
+$NetBSD: distinfo,v 1.11 2007/08/08 21:36:16 joerg Exp $
SHA1 (siag-3.5.7.tar.gz) = 007030eb29fc1a4d3a0d78f9d93893cf40b6b84b
RMD160 (siag-3.5.7.tar.gz) = 41f20210e4b5b4704ecd0f539cbcf1d409bb9a1a
@@ -10,4 +10,6 @@ SHA1 (patch-ad) = ffcf23d86942253eea4965af4241f62f73e490f4
SHA1 (patch-ae) = 25d31c562a492395b10d680df9e8eabe6aa85603
SHA1 (patch-af) = 6df3759696b2d30314d007a58a4604f97accd769
SHA1 (patch-ag) = b8aa8ab9d51ab0254307f294234cbf2242e29d44
+SHA1 (patch-ah) = c89d424c45616e001c75bd8c4e7f58d8246de55c
+SHA1 (patch-ai) = 19d042cbd90fc6eb1c1fccf6fe59b92d9254e973
SHA1 (patch-av) = 2e2598ca694ed93ff6bd34c9bb4625f915d412ad
diff --git a/misc/siag/patches/patch-ah b/misc/siag/patches/patch-ah
new file mode 100644
index 00000000000..ccd422b47b1
--- /dev/null
+++ b/misc/siag/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.3 2007/08/08 21:36:16 joerg Exp $
+
+--- stocks/lists.c.orig 2007-08-08 20:59:36.000000000 +0000
++++ stocks/lists.c
+@@ -20,7 +20,7 @@
+
+ #define __LISTS_C__
+
+-#include <malloc.h>
++#include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>
+
diff --git a/misc/siag/patches/patch-ai b/misc/siag/patches/patch-ai
new file mode 100644
index 00000000000..30cde3f57a7
--- /dev/null
+++ b/misc/siag/patches/patch-ai
@@ -0,0 +1,12 @@
+$NetBSD: patch-ai,v 1.3 2007/08/08 21:36:16 joerg Exp $
+
+--- stocks/stocks.c.orig 2007-08-08 21:00:20.000000000 +0000
++++ stocks/stocks.c
+@@ -22,7 +22,6 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <malloc.h>
+ #include <stdlib.h>
+
+ #ifdef __WINDOWS__
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