From 9aafe503d08e2766f5343cca1c13e96a47c6bd4c Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Tue, 20 Nov 2012 23:01:15 +0000 Subject: - Update firefox and thunderbird to 17.0 - Update seamonkey to 2.14 - Update ESR ports and libxul to 10.0.11 - support more h264 codecs when using GSTREAMER with YouTube - Unbreak firefox-esr, thunderbird-esr and libxul on head >= 1000024 [1] - Buildsystem is not python 3 aware, use python up to 2.7 [2] PR: ports/173679 [1] Submitted by: swills [1], demon [2] In collaboration with: Jan Beich Security: d23119df-335d-11e2-b64c-c8600054b392 Approved by: portmgr (beat) Feature safe: yes --- www/seamonkey/files/patch-bug774671 | 40 ------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 www/seamonkey/files/patch-bug774671 (limited to 'www/seamonkey/files/patch-bug774671') diff --git a/www/seamonkey/files/patch-bug774671 b/www/seamonkey/files/patch-bug774671 deleted file mode 100644 index bc1c63bc2245..000000000000 --- a/www/seamonkey/files/patch-bug774671 +++ /dev/null @@ -1,40 +0,0 @@ -commit 7e9eda2 -Author: Rafael Ávila de Espíndola -Date: Tue Jul 17 12:54:41 2012 -0400 - - Bug 774671 - Fix mismatched declarations. r=luke. ---- - mozilla/js/src/jsproxy.h | 2 +- - mozilla/js/src/jsprvtd.h | 6 +++--- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git mozilla/js/src/jsproxy.h mozilla/js/src/jsproxy.h -index ec26e3a..aa0e782 100644 ---- mozilla/js/src/jsproxy.h -+++ mozilla/js/src/jsproxy.h -@@ -13,7 +13,7 @@ - - namespace js { - --class Wrapper; -+class JS_FRIEND_API(Wrapper); - - /* - * A proxy is a JSObject that implements generic behavior by providing custom -diff --git mozilla/js/src/jsprvtd.h mozilla/js/src/jsprvtd.h -index 19b5aef..93e1216 100644 ---- mozilla/js/src/jsprvtd.h -+++ mozilla/js/src/jsprvtd.h -@@ -146,9 +146,9 @@ struct TreeContext; - class UpvarCookie; - - class Proxy; --class BaseProxyHandler; --class DirectWrapper; --class CrossCompartmentWrapper; -+class JS_FRIEND_API(BaseProxyHandler); -+class JS_FRIEND_API(DirectWrapper); -+class JS_FRIEND_API(CrossCompartmentWrapper); - - class TempAllocPolicy; - class RuntimeAllocPolicy; -- cgit v1.2.3