aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-esr/files
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2013-06-26 11:01:34 +0000
committerFlorian Smeets <flo@FreeBSD.org>2013-06-26 11:01:34 +0000
commitd24ed7a7b663f5e7f243706e0f25e7b044c02f28 (patch)
tree95f37f9850e84f6918dba03cead478194c444dc5 /www/firefox-esr/files
parent8c39c78e7c30bcac33fdc4104e347ea1ca1fd899 (diff)
downloadports-d24ed7a7b663f5e7f243706e0f25e7b044c02f28.tar.gz
ports-d24ed7a7b663f5e7f243706e0f25e7b044c02f28.zip
- update firefox to 22.0
- update firefox-esr, thunderbird and libxul to 17.0.7 - update nspr to 4.10 - OSS support was removed upstream, only ALSA and PulseAudio are supported from now on. Security: b3fcb387-de4b-11e2-b1c6-0025905a4771 In collaboration with: Jan Beich <jbeich@tormail.org>
Notes
Notes: svn path=/head/; revision=321792
Diffstat (limited to 'www/firefox-esr/files')
-rw-r--r--www/firefox-esr/files/patch-bug85493622
1 files changed, 0 insertions, 22 deletions
diff --git a/www/firefox-esr/files/patch-bug854936 b/www/firefox-esr/files/patch-bug854936
deleted file mode 100644
index a8ac9ffb98e5..000000000000
--- a/www/firefox-esr/files/patch-bug854936
+++ /dev/null
@@ -1,22 +0,0 @@
---- xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp~
-+++ xpcom/reflect/xptcall/src/md/unix/xptcinvoke_gcc_x86_unix.cpp
-@@ -9,7 +9,7 @@
- #include "xptc_gcc_x86_unix.h"
-
- extern "C" {
--static void ATTRIBUTE_USED __attribute__ ((regparm(3)))
-+void ATTRIBUTE_USED __attribute__ ((regparm(3)))
- invoke_copy_to_stack(uint32_t paramCount, nsXPTCVariant* s, uint32_t* d)
- {
- for(uint32_t i = paramCount; i >0; i--, d++, s++)
---- xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp~
-+++ xpcom/reflect/xptcall/src/md/unix/xptcstubs_gcc_x86_unix.cpp
-@@ -10,7 +10,7 @@
- #include "xptc_gcc_x86_unix.h"
-
- extern "C" {
--static nsresult ATTRIBUTE_USED
-+nsresult ATTRIBUTE_USED
- __attribute__ ((regparm (3)))
- PrepareAndDispatch(uint32_t methodIndex, nsXPTCStubBase* self, uint32_t* args)
- {