summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-05-14 12:41:02 +0000
committerjoerg <joerg@pkgsrc.org>2013-05-14 12:41:02 +0000
commit4082030e06b239d709b602cf172cf4fb784f3d92 (patch)
treeeecc096a91f75452b755459025b76685bc6f1306 /devel
parent15ec21e7a0e185fa619eea75db0090a7be01b18b (diff)
downloadpkgsrc-4082030e06b239d709b602cf172cf4fb784f3d92.tar.gz
Add public wrappers for ios, ostream and unwind.h, otherwise linking may
fail due to hidden definitions of system functions.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/distinfo5
-rw-r--r--devel/xulrunner/patches/patch-config_stl__wrappers_ios8
-rw-r--r--devel/xulrunner/patches/patch-config_stl__wrappers_ostream8
-rw-r--r--devel/xulrunner/patches/patch-config_system__wrappers_unwind.h9
-rw-r--r--devel/xulrunner17/distinfo5
-rw-r--r--devel/xulrunner17/patches/patch-config_stl__wrappers_ios8
-rw-r--r--devel/xulrunner17/patches/patch-config_stl__wrappers_ostream8
-rw-r--r--devel/xulrunner17/patches/patch-config_system__wrappers_unwind.h9
8 files changed, 58 insertions, 2 deletions
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 1d0da1e7ba1..529991cf11a 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.103 2013/05/11 23:33:14 mef Exp $
+$NetBSD: distinfo,v 1.104 2013/05/14 12:41:02 joerg Exp $
SHA1 (firefox-20.0.1.source.tar.bz2) = 8d8f775293982f2526bb2da5dc743cd20a47af47
RMD160 (firefox-20.0.1.source.tar.bz2) = a09371db65b3fd052197039a1e0f6c1f4e37823a
@@ -26,6 +26,9 @@ SHA1 (patch-bg) = e5af56b3dca81ad67149c09942580ebd9062b38d
SHA1 (patch-bi) = 3dd927d93431afe000cd4a45b4d9920e63158a85
SHA1 (patch-build_autoconf_nss.m4) = 4731f46a41f6d4ff31a6da07c9badb328a0f676f
SHA1 (patch-config_baseconfig.mk) = 4f8e966e5e9684c165929d02f82099fb4befcc75
+SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1
+SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b
+SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491
SHA1 (patch-gfx_skia_Makefile.in) = ddc7e4a375f4cfd7dd76c5b37835bbcd3ad13cf1
SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__head.h) = 493fced792610ea1ce5ab6b1e043ef36b33f8279
SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__name.h) = 61a6611b3dd08f5bd56681244eefbfa3f209f6a1
diff --git a/devel/xulrunner/patches/patch-config_stl__wrappers_ios b/devel/xulrunner/patches/patch-config_stl__wrappers_ios
new file mode 100644
index 00000000000..b723347bdb8
--- /dev/null
+++ b/devel/xulrunner/patches/patch-config_stl__wrappers_ios
@@ -0,0 +1,8 @@
+$NetBSD: patch-config_stl__wrappers_ios,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- config/stl_wrappers/ios.orig 2013-05-13 18:23:07.000000000 +0000
++++ config/stl_wrappers/ios
+@@ -0,0 +1,3 @@
++#pragma GCC visibility push(default)
++#include_next <ios>
++#pragma GCC visibility pop
diff --git a/devel/xulrunner/patches/patch-config_stl__wrappers_ostream b/devel/xulrunner/patches/patch-config_stl__wrappers_ostream
new file mode 100644
index 00000000000..978433f35a2
--- /dev/null
+++ b/devel/xulrunner/patches/patch-config_stl__wrappers_ostream
@@ -0,0 +1,8 @@
+$NetBSD: patch-config_stl__wrappers_ostream,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000
++++ config/stl_wrappers/ostream
+@@ -0,0 +1,3 @@
++#pragma GCC visibility push(default)
++#include_next <ostream>
++#pragma GCC visibility pop
diff --git a/devel/xulrunner/patches/patch-config_system__wrappers_unwind.h b/devel/xulrunner/patches/patch-config_system__wrappers_unwind.h
new file mode 100644
index 00000000000..9921622d8e2
--- /dev/null
+++ b/devel/xulrunner/patches/patch-config_system__wrappers_unwind.h
@@ -0,0 +1,9 @@
+$NetBSD: patch-config_system__wrappers_unwind.h,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- config/system_wrappers/unwind.h.orig 2013-05-13 19:56:18.000000000 +0000
++++ config/system_wrappers/unwind.h
+@@ -0,0 +1,4 @@
++#pragma GCC system_header
++#pragma GCC visibility push(default)
++#include_next <unwind.h>
++#pragma GCC visibility pop
diff --git a/devel/xulrunner17/distinfo b/devel/xulrunner17/distinfo
index c6d1833aeca..978ae9a1655 100644
--- a/devel/xulrunner17/distinfo
+++ b/devel/xulrunner17/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2013/04/09 19:07:03 ryoon Exp $
+$NetBSD: distinfo,v 1.8 2013/05/14 12:41:02 joerg Exp $
SHA1 (firefox-17.0.5esr.source.tar.bz2) = 8e82f4b6c25b94d0630fcf2e7adffc32b3a922b1
RMD160 (firefox-17.0.5esr.source.tar.bz2) = 800dad30676b1b17d77a808f1149e26ac65dbc82
@@ -31,7 +31,10 @@ SHA1 (patch-bg) = a629ee2d31aefb366ed50a1e7bd5dba51a39dc68
SHA1 (patch-bi) = 6ae67da19d32bc3e7fc09a32c50c4635f28fe1e6
SHA1 (patch-build_autoconf_nss.m4) = b4da991ed606fcadcb6582b4c7213e1c83ee811f
SHA1 (patch-config_baseconfig.mk) = 8fc7a064bda66c91488e27e7d49e615e49540c7d
+SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1
+SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b
SHA1 (patch-config_system-headers) = 02c71493cdbed0b966fe674c736916aa666ea4f0
+SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491
SHA1 (patch-content_media_nsAudioStream.cpp) = 75c9fc45d464ee332271142c3e29b826b6254d49
SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 66d023227b46582d30961cfac15506b9f29c23de
SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = cba2ea71973b3717b29052e131eb278cec972ebd
diff --git a/devel/xulrunner17/patches/patch-config_stl__wrappers_ios b/devel/xulrunner17/patches/patch-config_stl__wrappers_ios
new file mode 100644
index 00000000000..b723347bdb8
--- /dev/null
+++ b/devel/xulrunner17/patches/patch-config_stl__wrappers_ios
@@ -0,0 +1,8 @@
+$NetBSD: patch-config_stl__wrappers_ios,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- config/stl_wrappers/ios.orig 2013-05-13 18:23:07.000000000 +0000
++++ config/stl_wrappers/ios
+@@ -0,0 +1,3 @@
++#pragma GCC visibility push(default)
++#include_next <ios>
++#pragma GCC visibility pop
diff --git a/devel/xulrunner17/patches/patch-config_stl__wrappers_ostream b/devel/xulrunner17/patches/patch-config_stl__wrappers_ostream
new file mode 100644
index 00000000000..978433f35a2
--- /dev/null
+++ b/devel/xulrunner17/patches/patch-config_stl__wrappers_ostream
@@ -0,0 +1,8 @@
+$NetBSD: patch-config_stl__wrappers_ostream,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000
++++ config/stl_wrappers/ostream
+@@ -0,0 +1,3 @@
++#pragma GCC visibility push(default)
++#include_next <ostream>
++#pragma GCC visibility pop
diff --git a/devel/xulrunner17/patches/patch-config_system__wrappers_unwind.h b/devel/xulrunner17/patches/patch-config_system__wrappers_unwind.h
new file mode 100644
index 00000000000..9921622d8e2
--- /dev/null
+++ b/devel/xulrunner17/patches/patch-config_system__wrappers_unwind.h
@@ -0,0 +1,9 @@
+$NetBSD: patch-config_system__wrappers_unwind.h,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- config/system_wrappers/unwind.h.orig 2013-05-13 19:56:18.000000000 +0000
++++ config/system_wrappers/unwind.h
+@@ -0,0 +1,4 @@
++#pragma GCC system_header
++#pragma GCC visibility push(default)
++#include_next <unwind.h>
++#pragma GCC visibility pop