diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-01-10 22:29:23 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-01-10 22:29:23 +0000 |
commit | e676e2910f592704af67424758ebd4cfdff9ebcd (patch) | |
tree | dd14b47bf2d53036668a1976cb68d74952705242 /www/firefox/files/patch-bug800401 | |
parent | - bump PORTREVISION since shlib version of gflags was changed (diff) |
- update www/firefox to 18.0
- update www/firefox-esr to 17.0.2
- update www/seamonkey to 2.15 (enigmail to 1.5.0)
- remove QT4 option to avoid confusion (it turned out to be too experimental)
In collaboration with: Jan Beich <jbeich@tormail.org>
Security: http://www.vuxml.org/freebsd/a4ed6632-5aa9-11e2-8fcb-c8600054b392.html
Diffstat (limited to 'www/firefox/files/patch-bug800401')
-rw-r--r-- | www/firefox/files/patch-bug800401 | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/www/firefox/files/patch-bug800401 b/www/firefox/files/patch-bug800401 new file mode 100644 index 000000000000..97e430a9a95f --- /dev/null +++ b/www/firefox/files/patch-bug800401 @@ -0,0 +1,91 @@ +commit a564d64 +Author: Ehsan Akhgari <ehsan@mozilla.com> +Date: Thu Oct 11 13:42:12 2012 -0400 + + Bug 800401 - Make sure that the WebRTC build system does not impose the -Werror flag on all Linux/Mac builds; r=jesup + + In the future, we need to hook these up to the FAIL_ON_WARNINGS machinery. +--- + media/mtransport/third_party/nICEr/nicer.gyp | 2 -- + media/mtransport/third_party/nrappkit/nrappkit.gyp | 2 -- + media/webrtc/signaling/signaling.gyp | 6 ------ + 3 files changed, 10 deletions(-) + +diff --git media/mtransport/third_party/nICEr/nicer.gyp media/mtransport/third_party/nICEr/nicer.gyp +index 26ec0c5..0e1f8b4 100644 +--- media/mtransport/third_party/nICEr/nicer.gyp ++++ media/mtransport/third_party/nICEr/nicer.gyp +@@ -132,7 +132,6 @@ + ## Mac + [ 'OS == "mac"', { + 'cflags_mozilla': [ +- '-Werror', + '-Wall', + '-Wno-parentheses', + '-Wno-strict-prototypes', +@@ -183,7 +182,6 @@ + ## Linux + [ 'OS == "linux"', { + 'cflags': [ +- '-Werror', + '-Wall', + '-Wno-parentheses', + '-Wno-strict-prototypes', +diff --git media/mtransport/third_party/nrappkit/nrappkit.gyp media/mtransport/third_party/nrappkit/nrappkit.gyp +index f9a5c19..3cc8e1c 100644 +--- media/mtransport/third_party/nrappkit/nrappkit.gyp ++++ media/mtransport/third_party/nrappkit/nrappkit.gyp +@@ -150,7 +150,6 @@ + ## Mac + [ 'OS == "mac"', { + 'cflags_mozilla': [ +- '-Werror', + '-Wall', + '-Wno-parentheses', + '-Wno-strict-prototypes', +@@ -200,7 +199,6 @@ + ## Linux + [ 'OS == "linux"', { + 'cflags': [ +- '-Werror', + '-Wall', + '-Wno-parentheses', + '-Wno-strict-prototypes', +diff --git media/webrtc/signaling/signaling.gyp media/webrtc/signaling/signaling.gyp +index 1ec0ee2..175996f 100644 +--- media/webrtc/signaling/signaling.gyp ++++ media/webrtc/signaling/signaling.gyp +@@ -184,7 +184,6 @@ + ], + + 'cflags_mozilla': [ +- '-Werror', + ], + }], + ['OS=="win"', { +@@ -212,8 +211,6 @@ + ], + + 'cflags_mozilla': [ +- '-Werror', +- '-Wno-error=conversion' + ], + }], + ], +@@ -633,7 +630,6 @@ + ], + + 'cflags_mozilla': [ +- '-Werror', + ], + }], + ['OS=="win"', { +@@ -752,8 +748,6 @@ + ], + + 'cflags_mozilla': [ +- '-Werror', +- '-Wno-error=conversion' + ], + }], + ], |