summaryrefslogtreecommitdiff
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
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.
-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
-rw-r--r--mail/thunderbird/distinfo5
-rw-r--r--mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios8
-rw-r--r--mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream8
-rw-r--r--mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h9
12 files changed, 87 insertions, 3 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
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo
index aaf33a20a92..576c334f5b5 100644
--- a/mail/thunderbird/distinfo
+++ b/mail/thunderbird/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.119 2013/05/08 09:14:29 sbd Exp $
+$NetBSD: distinfo,v 1.120 2013/05/14 12:41:02 joerg Exp $
SHA1 (enigmail-1.4.5.tar.gz) = 16d0450a9f5fb4de0e9cc5b9f8091dce4b070aaf
RMD160 (enigmail-1.4.5.tar.gz) = 860a1ca813fd2ccae69ac0afe07affd39611e56a
@@ -61,7 +61,10 @@ SHA1 (patch-mm) = 92d4a37be44cabe5f72c5352518a1a6566283163
SHA1 (patch-mn) = 1d0293cce00aa5fa8aa6d0c37dade3c251ca7da6
SHA1 (patch-mozilla_build_autoconf_nss.m4) = 4c726f98a5139eba2b4a4c34288c08092bfb90b3
SHA1 (patch-mozilla_config_baseconfig.mk) = 6923112e0aae6dfd59f67473d0734eb46b29d190
+SHA1 (patch-mozilla_config_stl__wrappers_ios) = 066a9f3db9203afa8131b2ff91d212033e5950e0
+SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 67559c5ab17088680b86dea6b081a48b781f59b5
SHA1 (patch-mozilla_config_system-headers) = 03f0c0f4269289e4f8aa1a12b2fa870ff48b2bf4
+SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = 32d4ab3fbf80bf19783dab7c4a875a7262f419cf
SHA1 (patch-mozilla_content_media_nsAudioStream.cpp) = a89fae3e745d045138118e3a0ddb224718f7827e
SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.cpp) = d81cb5b1c608bba1e1a8dd2ee3cf62549d6ee87a
SHA1 (patch-mozilla_dom_plugins_ipc_PluginModuleChild.h) = ff7237f365df1d0bd6eaa8992854f29fe1870319
diff --git a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios
new file mode 100644
index 00000000000..0f17351b177
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ios
@@ -0,0 +1,8 @@
+$NetBSD: patch-mozilla_config_stl__wrappers_ios,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- mozilla/config/stl_wrappers/ios.orig 2013-05-13 18:23:07.000000000 +0000
++++ mozilla/config/stl_wrappers/ios
+@@ -0,0 +1,3 @@
++#pragma GCC visibility push(default)
++#include_next <ios>
++#pragma GCC visibility pop
diff --git a/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream
new file mode 100644
index 00000000000..c169e0bb38e
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_config_stl__wrappers_ostream
@@ -0,0 +1,8 @@
+$NetBSD: patch-mozilla_config_stl__wrappers_ostream,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- mozilla/config/stl_wrappers/ostream.orig 2013-05-13 18:22:40.000000000 +0000
++++ mozilla/config/stl_wrappers/ostream
+@@ -0,0 +1,3 @@
++#pragma GCC visibility push(default)
++#include_next <ostream>
++#pragma GCC visibility pop
diff --git a/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h b/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h
new file mode 100644
index 00000000000..d13ed78267d
--- /dev/null
+++ b/mail/thunderbird/patches/patch-mozilla_config_system__wrappers_unwind.h
@@ -0,0 +1,9 @@
+$NetBSD: patch-mozilla_config_system__wrappers_unwind.h,v 1.1 2013/05/14 12:41:02 joerg Exp $
+
+--- mozilla/config/system_wrappers/unwind.h.orig 2013-05-13 19:56:18.000000000 +0000
++++ mozilla/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