summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-08 19:41:30 +0000
committerjoerg <joerg>2007-08-08 19:41:30 +0000
commite7d69b63cb8dc1f4df65b172918cc9623f9da30a (patch)
tree070d4aa82a0dfd54996c15c6550b28883cc5cbef
parent2f8e3517a8a114ddd7959c830ab5c2420514a574 (diff)
downloadpkgsrc-e7d69b63cb8dc1f4df65b172918cc9623f9da30a.tar.gz
Don't use malloc.h.
-rw-r--r--graphics/gphoto/distinfo3
-rw-r--r--graphics/gphoto/patches/patch-bb12
-rw-r--r--graphics/impress/distinfo3
-rw-r--r--graphics/impress/patches/patch-ad12
4 files changed, 28 insertions, 2 deletions
diff --git a/graphics/gphoto/distinfo b/graphics/gphoto/distinfo
index f1de5a54c6d..b1a37346f5d 100644
--- a/graphics/gphoto/distinfo
+++ b/graphics/gphoto/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2006/05/12 12:26:58 joerg Exp $
+$NetBSD: distinfo,v 1.7 2007/08/08 19:41:30 joerg Exp $
SHA1 (gphoto-0.4.3.tar.gz) = f0606444ca0b3c37065b022cbe28ae265704af39
RMD160 (gphoto-0.4.3.tar.gz) = b0cefdea55b592e237a0787689255c2939180608
@@ -23,3 +23,4 @@ SHA1 (patch-ax) = d52694837311a05d310280a11497e13ad8648229
SHA1 (patch-ay) = 31bed2ab061434fd28ffeda727babfd17f1bbe6e
SHA1 (patch-az) = 0a4bc130750db709a5f4d808453f44ae20028e81
SHA1 (patch-ba) = 61ead767f4f2ec2f61218d28127c29e29e97f4f5
+SHA1 (patch-bb) = bd3829f614d9400a68cda92b3d5afb538729c1f9
diff --git a/graphics/gphoto/patches/patch-bb b/graphics/gphoto/patches/patch-bb
new file mode 100644
index 00000000000..9ff4d629bf1
--- /dev/null
+++ b/graphics/gphoto/patches/patch-bb
@@ -0,0 +1,12 @@
+$NetBSD: patch-bb,v 1.1 2007/08/08 19:41:30 joerg Exp $
+
+--- philips/philips_io.c.orig 2007-08-08 19:18:51.000000000 +0000
++++ philips/philips_io.c
+@@ -55,7 +55,6 @@ void update_status (char *message);
+ #include <errno.h>
+ #include <signal.h>
+ #include <time.h>
+-#include <malloc.h>
+ #include <unistd.h>
+ #include <string.h>
+ #include <sys/time.h>
diff --git a/graphics/impress/distinfo b/graphics/impress/distinfo
index f17655d36ab..727c4847bd2 100644
--- a/graphics/impress/distinfo
+++ b/graphics/impress/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/04/22 17:45:38 joerg Exp $
+$NetBSD: distinfo,v 1.6 2007/08/08 19:41:49 joerg Exp $
SHA1 (imp1.1b9.tar.gz) = 73d3ce69d2d31af0b8e6bfb3825ebcd2f519024c
RMD160 (imp1.1b9.tar.gz) = 2f0d49d90baa1c92edf564bf163147679c4cbaf4
@@ -6,3 +6,4 @@ Size (imp1.1b9.tar.gz) = 1334533 bytes
SHA1 (patch-aa) = a872102d3b3205b6e8e4d44839b150e94aa6fd8a
SHA1 (patch-ab) = f6e71dbd213cfdc447535bc25325c9417a99c498
SHA1 (patch-ac) = bedff4ed0d84f482fe765b775a2c2ac58eacdba3
+SHA1 (patch-ad) = e929f3994e292d508a665d3c25d34b4f21c5fd60
diff --git a/graphics/impress/patches/patch-ad b/graphics/impress/patches/patch-ad
new file mode 100644
index 00000000000..dcf40339f99
--- /dev/null
+++ b/graphics/impress/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2007/08/08 19:41:49 joerg Exp $
+
+--- font3d/truetype.cc.orig 2007-08-08 19:20:34.000000000 +0000
++++ font3d/truetype.cc
+@@ -29,7 +29,6 @@
+ //==============================================================================================
+
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include <stdio.h>
+ #include <iostream.h>
+ #include <iomanip.h>