summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2015-10-07 23:21:07 +0000
committerjoerg <joerg@pkgsrc.org>2015-10-07 23:21:07 +0000
commit649e461fa537dce9f8d75ec07d44aad1486d384a (patch)
tree7bd8eb47d5cfd3d04bd30dd0aeb36e4df33ef5b5
parent6404802189db7598c78f4170c6a2e1a2ca0f5ab9 (diff)
downloadpkgsrc-649e461fa537dce9f8d75ec07d44aad1486d384a.tar.gz
Drop manual unwind.h guard. Drop using that conflicts with the real
definition itself.
-rw-r--r--www/seamonkey/distinfo4
-rw-r--r--www/seamonkey/patches/patch-mozilla_config_system__wrappers_unwind.h9
-rw-r--r--www/seamonkey/patches/patch-mozilla_dom_base_DOMRequest.cpp12
3 files changed, 14 insertions, 11 deletions
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
index 8012fbe0ede..df757634e46 100644
--- a/www/seamonkey/distinfo
+++ b/www/seamonkey/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.125 2015/10/02 22:49:35 ryoon Exp $
+$NetBSD: distinfo,v 1.126 2015/10/07 23:21:07 joerg Exp $
SHA1 (seamonkey-2.38.source.tar.xz) = fc9c22f7411372876d4f151ff6aca39cde31f711
RMD160 (seamonkey-2.38.source.tar.xz) = 8c1358fe5fe9f6a6b7f5d122d2e50472d89221e4
@@ -25,7 +25,7 @@ SHA1 (patch-mozilla_config_rules.mk) = ce24fd149c05a252acffc05a72dc0f86eabe16b4
SHA1 (patch-mozilla_config_stl__wrappers_ios) = 9200935d025d899a5810dc615345b9a7005369b2
SHA1 (patch-mozilla_config_stl__wrappers_ostream) = 232e253bca5d8f7f0de1b880dc34b613f8852ee7
SHA1 (patch-mozilla_config_system-headers) = 142b95a375fab09097a3bbd5f4673be5bfe88741
-SHA1 (patch-mozilla_config_system__wrappers_unwind.h) = e1e0b68c13af61edd54a6f12d63a8da3ddb21132
+SHA1 (patch-mozilla_dom_base_DOMRequest.cpp) = 3c01dd16ea83b2d972e437e92b2126aeec68a7a1
SHA1 (patch-mozilla_dom_base_moz.build) = de05328ca4339e0e3a92da3e4517697df9d3b53a
SHA1 (patch-mozilla_dom_media_AudioStream.h) = 92029dfdf3cfd168b88e313806340db9d13d408f
SHA1 (patch-mozilla_dom_media_gstreamer_GStreamerAllocator.cpp) = c160b78d4ea5058df602c74be43be9476cb78d1f
diff --git a/www/seamonkey/patches/patch-mozilla_config_system__wrappers_unwind.h b/www/seamonkey/patches/patch-mozilla_config_system__wrappers_unwind.h
deleted file mode 100644
index 808279a2ef9..00000000000
--- a/www/seamonkey/patches/patch-mozilla_config_system__wrappers_unwind.h
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-mozilla_config_system__wrappers_unwind.h,v 1.7 2015/09/21 05:03:45 ryoon Exp $
-
---- mozilla/config/system_wrappers/unwind.h.orig 2015-09-21 03:33:26.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
diff --git a/www/seamonkey/patches/patch-mozilla_dom_base_DOMRequest.cpp b/www/seamonkey/patches/patch-mozilla_dom_base_DOMRequest.cpp
new file mode 100644
index 00000000000..2c6ef1dac9f
--- /dev/null
+++ b/www/seamonkey/patches/patch-mozilla_dom_base_DOMRequest.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-mozilla_dom_base_DOMRequest.cpp,v 1.1 2015/10/07 23:21:07 joerg Exp $
+
+--- mozilla/dom/base/DOMRequest.cpp.orig 2015-09-25 07:36:10.000000000 +0000
++++ mozilla/dom/base/DOMRequest.cpp
+@@ -19,7 +19,6 @@ using mozilla::dom::DOMError;
+ using mozilla::dom::DOMRequest;
+ using mozilla::dom::DOMRequestService;
+ using mozilla::dom::DOMCursor;
+-using mozilla::dom::Promise;
+ using mozilla::dom::AutoJSAPI;
+
+ DOMRequest::DOMRequest(nsPIDOMWindow* aWindow)