summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2013-04-29 21:31:09 +0000
committerjoerg <joerg>2013-04-29 21:31:09 +0000
commit29718066a2da0acd56631246c4861fc4a33850ba (patch)
treeb710080e6271cb564fc3ba34cc7bac3fab429e6d /devel
parentc01c353df9cd35852bebf638fd8d7b6c577f392a (diff)
downloadpkgsrc-29718066a2da0acd56631246c4861fc4a33850ba.tar.gz
Add a number of includes hidden by libstdc++'s name space pollution.
Diffstat (limited to 'devel')
-rw-r--r--devel/libebml/distinfo3
-rw-r--r--devel/libebml/patches/patch-ebml_EbmlBinary.h12
-rw-r--r--devel/pcre++/distinfo3
-rw-r--r--devel/pcre++/patches/patch-libpcre++_pcre++.cc12
4 files changed, 28 insertions, 2 deletions
diff --git a/devel/libebml/distinfo b/devel/libebml/distinfo
index 85d691e07cd..21017b63847 100644
--- a/devel/libebml/distinfo
+++ b/devel/libebml/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.21 2013/04/12 13:35:20 drochner Exp $
+$NetBSD: distinfo,v 1.22 2013/04/29 21:31:10 joerg Exp $
SHA1 (libebml-1.3.0.tar.bz2) = 5a49ae3fddfe4b514f76d5743b29b23e0ecbc935
RMD160 (libebml-1.3.0.tar.bz2) = 76f945a96e9950c25ccdb6c9e5cc4225dd6bd163
Size (libebml-1.3.0.tar.bz2) = 59359 bytes
SHA1 (patch-aa) = 11d3321c11196354ab4a761876e7d4364c242084
+SHA1 (patch-ebml_EbmlBinary.h) = f2253fd395dad676a494c388dfaca742c57098a8
diff --git a/devel/libebml/patches/patch-ebml_EbmlBinary.h b/devel/libebml/patches/patch-ebml_EbmlBinary.h
new file mode 100644
index 00000000000..70a0fce4859
--- /dev/null
+++ b/devel/libebml/patches/patch-ebml_EbmlBinary.h
@@ -0,0 +1,12 @@
+$NetBSD: patch-ebml_EbmlBinary.h,v 1.1 2013/04/29 21:31:10 joerg Exp $
+
+--- ebml/EbmlBinary.h.orig 2013-04-28 06:51:13.000000000 +0000
++++ ebml/EbmlBinary.h
+@@ -37,6 +37,7 @@
+ #ifndef LIBEBML_BINARY_H
+ #define LIBEBML_BINARY_H
+
++#include <cstdlib>
+ #include <cstring>
+
+ #include "EbmlTypes.h"
diff --git a/devel/pcre++/distinfo b/devel/pcre++/distinfo
index c4adde074f9..b5f971b7ba6 100644
--- a/devel/pcre++/distinfo
+++ b/devel/pcre++/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.4 2008/06/12 02:14:27 joerg Exp $
+$NetBSD: distinfo,v 1.5 2013/04/29 21:31:10 joerg Exp $
SHA1 (pcre++-0.9.5.tar.gz) = 7cb640555c6adf34bf366139b22f6d1a66bd1fb0
RMD160 (pcre++-0.9.5.tar.gz) = 1aa3c933f271caacaeec08af02c7903dd4405c41
Size (pcre++-0.9.5.tar.gz) = 381589 bytes
SHA1 (patch-aa) = f891907a81b636acaeda22a415fab9e236bee48f
+SHA1 (patch-libpcre++_pcre++.cc) = 7405a823df0e7a33df0103d6a98ac251e44e6744
diff --git a/devel/pcre++/patches/patch-libpcre++_pcre++.cc b/devel/pcre++/patches/patch-libpcre++_pcre++.cc
new file mode 100644
index 00000000000..cf1c4c6610b
--- /dev/null
+++ b/devel/pcre++/patches/patch-libpcre++_pcre++.cc
@@ -0,0 +1,12 @@
+$NetBSD: patch-libpcre++_pcre++.cc,v 1.1 2013/04/29 21:31:10 joerg Exp $
+
+--- libpcre++/pcre++.cc.orig 2013-04-28 14:34:06.000000000 +0000
++++ libpcre++/pcre++.cc
+@@ -40,6 +40,7 @@
+
+
+ #include "pcre++.h"
++#include <clocale>
+
+ using namespace std;
+ using namespace pcrepp;