summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2009-10-06 00:53:26 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2009-10-06 00:53:26 +0000
commit9875336bd708b9b031ad2e391a357b8b6137b09a (patch)
treeb9c04cfb0ed68b683bcb743bf3a2103ac5ff650e
parentc3ef592c5ae2d1e998374a3b7ee3ff8cd58e0427 (diff)
downloadpkgsrc-9875336bd708b9b031ad2e391a357b8b6137b09a.tar.gz
add missing headers to let this build with gcc44
-rw-r--r--cad/gnucap/distinfo4
-rw-r--r--cad/gnucap/patches/patch-aa12
-rw-r--r--cad/gnucap/patches/patch-ab12
-rw-r--r--graphics/inkscape/distinfo7
-rw-r--r--graphics/inkscape/patches/patch-al12
-rw-r--r--graphics/inkscape/patches/patch-am12
-rw-r--r--graphics/inkscape/patches/patch-an13
-rw-r--r--graphics/inkscape/patches/patch-ao13
-rw-r--r--graphics/inkscape/patches/patch-ap12
9 files changed, 95 insertions, 2 deletions
diff --git a/cad/gnucap/distinfo b/cad/gnucap/distinfo
index c4bc2ceb0ab..ad47cd36bb1 100644
--- a/cad/gnucap/distinfo
+++ b/cad/gnucap/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.10 2006/07/09 21:56:27 dmcmahill Exp $
+$NetBSD: distinfo,v 1.11 2009/10/06 00:54:19 dmcmahill Exp $
SHA1 (gnucap-2006-07-08.tar.gz) = dafdfa1f78ee37b247066ccac7a2e63f99a7d8f0
RMD160 (gnucap-2006-07-08.tar.gz) = 8006dffd189095b81dbf7358caacea870bc054df
Size (gnucap-2006-07-08.tar.gz) = 1546670 bytes
+SHA1 (patch-aa) = 60e6484c852adfba3b0bd11a9a5c691e4d228bd7
+SHA1 (patch-ab) = cdb1825722b18784ca54ae0c39183ff0790dc6d9
diff --git a/cad/gnucap/patches/patch-aa b/cad/gnucap/patches/patch-aa
new file mode 100644
index 00000000000..0f1b8744cb1
--- /dev/null
+++ b/cad/gnucap/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2009/10/06 00:54:19 dmcmahill Exp $
+
+needed for gcc44
+
+--- modelgen/md.h.orig 2006-07-07 06:54:23.000000000 +0000
++++ modelgen/md.h 2009-10-05 17:52:16.000000000 +0000
+@@ -29,4 +29,5 @@
+ #include <new>
+ #include <cstdarg>
++#include <cstring>
+ #include <cassert>
+ #include <cfloat>
diff --git a/cad/gnucap/patches/patch-ab b/cad/gnucap/patches/patch-ab
new file mode 100644
index 00000000000..0c092066d54
--- /dev/null
+++ b/cad/gnucap/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.5 2009/10/06 00:54:19 dmcmahill Exp $
+
+needed for gcc44
+
+--- src/md.h.orig 2006-07-07 06:54:23.000000000 +0000
++++ src/md.h 2009-10-05 17:52:49.000000000 +0000
+@@ -29,4 +29,5 @@
+ #include <new>
+ #include <cstdarg>
++#include <cstring>
+ #include <cassert>
+ #include <cfloat>
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo
index 32e69262913..3eea8bbf4c7 100644
--- a/graphics/inkscape/distinfo
+++ b/graphics/inkscape/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2009/06/04 00:05:19 reed Exp $
+$NetBSD: distinfo,v 1.28 2009/10/06 00:53:26 dmcmahill Exp $
SHA1 (inkscape-0.46.tar.bz2) = ca68fc9bf539d7bcfc31f36d24f884255b2154e7
RMD160 (inkscape-0.46.tar.bz2) = c90713493557bdc17515de1287c9af401a4a3e26
@@ -14,3 +14,8 @@ SHA1 (patch-ah) = 964e51dca7e1212037a9f0122fa0ef812bf8f46c
SHA1 (patch-ai) = 56271685b207f4056952929895f1fdd2ec74e3ef
SHA1 (patch-aj) = ae258d2b4f3d5bdbfbc6d76d13361b6e672de73c
SHA1 (patch-ak) = 7ce80942f955a63dd6f6e772cbf03cf7b89db2c0
+SHA1 (patch-al) = 0059368f58bc41395d96125c010c6cb574cfca6a
+SHA1 (patch-am) = 0ca65739b623945283569580fe0b194fe89fb392
+SHA1 (patch-an) = 6426a52af7b16c3dfeb51f5e48d879d56f067807
+SHA1 (patch-ao) = e7ac9857bf0d686ae77aaa2f3ab90009bfc0a797
+SHA1 (patch-ap) = cd29bd178dc2c6c9456bc09d6663d6a25acc7da1
diff --git a/graphics/inkscape/patches/patch-al b/graphics/inkscape/patches/patch-al
new file mode 100644
index 00000000000..b117a9b942c
--- /dev/null
+++ b/graphics/inkscape/patches/patch-al
@@ -0,0 +1,12 @@
+$NetBSD: patch-al,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
+
+gcc44 fixes
+
+--- src/streams-handles.cpp.orig 2008-03-11 04:20:00.000000000 +0000
++++ src/streams-handles.cpp 2009-10-05 18:16:03.000000000 +0000
+@@ -14,4 +14,5 @@
+
+ #include <iostream>
++#include <cstdio>
+
+ namespace Inkscape {
diff --git a/graphics/inkscape/patches/patch-am b/graphics/inkscape/patches/patch-am
new file mode 100644
index 00000000000..230b00d0fd8
--- /dev/null
+++ b/graphics/inkscape/patches/patch-am
@@ -0,0 +1,12 @@
+$NetBSD: patch-am,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
+
+gcc44 fixes
+
+--- src/streams-zlib.cpp.orig 2008-03-11 04:19:29.000000000 +0000
++++ src/streams-zlib.cpp 2009-10-05 19:41:10.000000000 +0000
+@@ -10,4 +10,5 @@
+ */
+
++#include <cstdio>
+ #include <cstring>
+ #include <string>
diff --git a/graphics/inkscape/patches/patch-an b/graphics/inkscape/patches/patch-an
new file mode 100644
index 00000000000..0286c06f58c
--- /dev/null
+++ b/graphics/inkscape/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
+
+gcc44 fixes
+
+--- src/dom/io/uristream.cpp.orig 2008-03-11 04:19:31.000000000 +0000
++++ src/dom/io/uristream.cpp 2009-10-05 20:00:03.000000000 +0000
+@@ -42,5 +42,5 @@
+
+ #include "uristream.h"
+-
++#include <cstring>
+
+
diff --git a/graphics/inkscape/patches/patch-ao b/graphics/inkscape/patches/patch-ao
new file mode 100644
index 00000000000..79f53eb4052
--- /dev/null
+++ b/graphics/inkscape/patches/patch-ao
@@ -0,0 +1,13 @@
+$NetBSD4
+
+gcc44 fixes
+
+--- src/io/sys.cpp.orig 2008-03-11 04:20:06.000000000 +0000
++++ src/io/sys.cpp 2009-10-05 21:07:59.000000000 +0000
+@@ -16,4 +16,6 @@
+ #endif
+
++#include <cstdio>
++
+ #include <glib/gutils.h>
+ #if GLIB_CHECK_VERSION(2,6,0)
diff --git a/graphics/inkscape/patches/patch-ap b/graphics/inkscape/patches/patch-ap
new file mode 100644
index 00000000000..f64b61bd51a
--- /dev/null
+++ b/graphics/inkscape/patches/patch-ap
@@ -0,0 +1,12 @@
+$NetBSD: patch-ap,v 1.1 2009/10/06 00:53:26 dmcmahill Exp $
+
+gcc44 fixes
+
+--- src/io/uristream.cpp.orig 2008-03-11 04:20:06.000000000 +0000
++++ src/io/uristream.cpp 2009-10-05 21:09:22.000000000 +0000
+@@ -16,4 +16,5 @@
+ #include <string>
+ #include <cstring>
++#include <cstdio>
+
+ #ifdef WIN32