summaryrefslogtreecommitdiff
path: root/www/firefox/files/patch-bug1013882
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-04-11 14:17:57 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-04-11 14:17:57 +0000
commit479c06108561aa5f3d1483a077c9a92ede50bd6e (patch)
tree72fa4584e8007fff14d6550dbbf8add5ba44f672 /www/firefox/files/patch-bug1013882
parentnet/p5-Net-AMQP-RabbitMQ: create port (diff)
www/firefox: update to 53.0 (rc3)
More candidates are likely to come before the official announcement (aka the rush hour) scheduled on 2017-04-19. This one intended to pick up upstream security fixes earlier while looking for downstream regressions. Changes: https://www.mozilla.org/firefox/53.0/releasenotes/ Security: 5e0a038a-ca30-416d-a2f5-38cbf5e7df33 MFH: 2017Q2 (piling up)
Notes
Notes: svn path=/head/; revision=438264
Diffstat (limited to 'www/firefox/files/patch-bug1013882')
-rw-r--r--www/firefox/files/patch-bug101388269
1 files changed, 0 insertions, 69 deletions
diff --git a/www/firefox/files/patch-bug1013882 b/www/firefox/files/patch-bug1013882
deleted file mode 100644
index b3e86c5f5c6e..000000000000
--- a/www/firefox/files/patch-bug1013882
+++ /dev/null
@@ -1,69 +0,0 @@
-diff --git b2g/installer/Makefile.in b2g/installer/Makefile.in
-index 754312a..c69904c 100644
---- b2g/installer/Makefile.in
-+++ b2g/installer/Makefile.in
-@@ -101,6 +101,10 @@ ifneq (,$(filter rtsp,$(NECKO_PROTOCOLS)
- DEFINES += -DMOZ_RTSP
- endif
-
-+ifdef MOZ_DEBUG
-+DEFINES += -DMOZ_DEBUG=1
-+endif
-+
- DEFINES += -DMOZ_ICU_VERSION=$(MOZ_ICU_VERSION)
- ifdef MOZ_SYSTEM_ICU
- DEFINES += -DMOZ_SYSTEM_ICU
-diff --git b2g/installer/package-manifest.in b2g/installer/package-manifest.in
-index 17d433c..0416187 100644
---- b2g/installer/package-manifest.in
-+++ b2g/installer/package-manifest.in
-@@ -660,7 +660,7 @@
- @RESPATH@/components/EngineeringModeAPI.js
- @RESPATH@/components/EngineeringModeService.js
-
--#ifdef MOZ_DEBUG
-+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
- @RESPATH@/components/TestInterfaceJS.js
- @RESPATH@/components/TestInterfaceJS.manifest
- #endif
-diff --git browser/installer/package-manifest.in browser/installer/package-manifest.in
-index b509fd4..195345c 100644
---- browser/installer/package-manifest.in
-+++ browser/installer/package-manifest.in
-@@ -608,7 +608,7 @@
- @RESPATH@/components/MozKeyboard.js
- @RESPATH@/components/InputMethod.manifest
-
--#ifdef MOZ_DEBUG
-+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
- @RESPATH@/components/TestInterfaceJS.js
- @RESPATH@/components/TestInterfaceJS.manifest
- #endif
-diff --git mobile/android/installer/Makefile.in mobile/android/installer/Makefile.in
-index 96dceab..3528ad6 100644
---- mobile/android/installer/Makefile.in
-+++ mobile/android/installer/Makefile.in
-@@ -41,6 +41,10 @@ BINPATH = bin
- endif
- DEFINES += -DBINPATH=$(BINPATH)
-
-+ifdef MOZ_DEBUG
-+DEFINES += -DMOZ_DEBUG=1
-+endif
-+
- ifdef ENABLE_MARIONETTE
- DEFINES += -DENABLE_MARIONETTE=1
- endif
-diff --git mobile/android/installer/package-manifest.in mobile/android/installer/package-manifest.in
-index 994580b..cf142df 100644
---- mobile/android/installer/package-manifest.in
-+++ mobile/android/installer/package-manifest.in
-@@ -440,7 +440,7 @@
- @BINPATH@/components/dom_webspeechsynth.xpt
- #endif
-
--#ifdef MOZ_DEBUG
-+#if defined(ENABLE_TESTS) && defined(MOZ_DEBUG)
- @BINPATH@/components/TestInterfaceJS.js
- @BINPATH@/components/TestInterfaceJS.manifest
- #endif