pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc add missing headers to let this build with gcc44



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3a74178296c
branches:  trunk
changeset: 399853:b3a74178296c
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Tue Oct 06 00:53:26 2009 +0000

description:
add missing headers to let this build with gcc44

diffstat:

 cad/gnucap/distinfo                |   4 +++-
 cad/gnucap/patches/patch-aa        |  12 ++++++++++++
 cad/gnucap/patches/patch-ab        |  12 ++++++++++++
 graphics/inkscape/distinfo         |   7 ++++++-
 graphics/inkscape/patches/patch-al |  12 ++++++++++++
 graphics/inkscape/patches/patch-am |  12 ++++++++++++
 graphics/inkscape/patches/patch-an |  13 +++++++++++++
 graphics/inkscape/patches/patch-ao |  13 +++++++++++++
 graphics/inkscape/patches/patch-ap |  12 ++++++++++++
 9 files changed, 95 insertions(+), 2 deletions(-)

diffs (144 lines):

diff -r 4a18030a2aab -r b3a74178296c cad/gnucap/distinfo
--- a/cad/gnucap/distinfo       Tue Oct 06 00:52:28 2009 +0000
+++ b/cad/gnucap/distinfo       Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c cad/gnucap/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gnucap/patches/patch-aa       Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c cad/gnucap/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cad/gnucap/patches/patch-ab       Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c graphics/inkscape/distinfo
--- a/graphics/inkscape/distinfo        Tue Oct 06 00:52:28 2009 +0000
+++ b/graphics/inkscape/distinfo        Tue Oct 06 00:53:26 2009 +0000
@@ -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-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 -r 4a18030a2aab -r b3a74178296c graphics/inkscape/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-al        Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c graphics/inkscape/patches/patch-am
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-am        Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c graphics/inkscape/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-an        Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c graphics/inkscape/patches/patch-ao
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-ao        Tue Oct 06 00:53:26 2009 +0000
@@ -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 -r 4a18030a2aab -r b3a74178296c graphics/inkscape/patches/patch-ap
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/inkscape/patches/patch-ap        Tue Oct 06 00:53:26 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index