diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-11-20 23:01:15 +0000 |
commit | 9aafe503d08e2766f5343cca1c13e96a47c6bd4c (patch) | |
tree | d56a366dfc71562e65a02f0224eed5e9c21419cd /www/seamonkey/files/patch-bug774671 | |
parent | - New port: octave-forge-cgi. (diff) |
- 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 <jbeich@tormail.org>
Security: d23119df-335d-11e2-b64c-c8600054b392
Approved by: portmgr (beat)
Feature safe: yes
Diffstat (limited to 'www/seamonkey/files/patch-bug774671')
-rw-r--r-- | www/seamonkey/files/patch-bug774671 | 40 |
1 files changed, 0 insertions, 40 deletions
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 <respindola@mozilla.com> -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; |