summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 21:31:26 +0000
committerjoerg <joerg>2007-08-08 21:31:26 +0000
commitedc49fb4ac89b2c30cfac3ab14c3dea7ccb39882 (patch)
treedb06f2c195b048d935211f681201e4f37d2dcff3 /graphics
parentcae4e9f71252d6df2524821a3d3f1c5772d78293 (diff)
downloadpkgsrc-edc49fb4ac89b2c30cfac3ab14c3dea7ccb39882.tar.gz
Don't use malloc.h.
Diffstat (limited to 'graphics')
-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
8 files changed, 99 insertions, 1 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>