[Lunar-commits] <moonbase-other> firefox: Bump to 32. Compiled with shared-js so that can be re-enabled from mozconfig.

Dennis Veatch dennisveatch at bellsouth.net
Wed Sep 3 00:59:38 CEST 2014


commit cddd347aa8224de46b8d98d5b45165b953562c9b
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Tue, 02 Sep 2014 18:55:54 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/cddd347aa8224de46b8d98d5b45165b953562c9b

firefox: Bump to 32. Compiled with shared-js so that can be re-enabled from mozconfig.

Don't need the BUILD sedit, in fact it was causing me a;

        package-manifest ../../dist ../../dist/firefox \

  File "/usr/src/mozilla-release/toolkit/mozapps/installer/packager.py", line 379
    buildconfig.substs['MOZ_DISABLE_STARTUPCACHE'] != '1':
                                                         ^
SyntaxError: invalid syntax
/usr/src/mozilla-release/toolkit/mozapps/installer/packager.mk:714: recipe for target 'stage-package' failed
make[1]: *** [stage-package] Error 1
make[1]: Leaving directory '/usr/src/mozilla-release/build-mozilla/browser/installer'
/usr/src/mozilla-release/browser/build.mk:21: recipe for target 'install' failed
make: *** [install] Error 2
---
  web/firefox/BUILD     | +1/-3     
  web/firefox/DETAILS   | +3/-3     
  web/firefox/mozconfig | +0/-3     
  3 files changed, 4 insertions(+), 9 deletions(-)

--- a/web/firefox/BUILD
+++ b/web/firefox/BUILD
@@ -1,3 +1,4 @@
+
 # To skirt around this make failure in libxul.so:
 # ftbzip2.c:183: undefined reference to `BZ2_bzDecompressInit'
 CFLAGS+=" -lbz2" &&
@@ -6,9 +7,6 @@ CFLAGS+=" -lbz2" &&
 # Removing it until it can be fixed somehow
 CFLAGS+=" -mno-avx" &&
 
-# Workaround Segmentation fault at install part on precompile_cache.js
-sedit 's/# Fill startup cache/if False:/; T; n; d' toolkit/mozapps/installer/packager.py &&
-
 sedit 's/@PRE_RELEASE_SUFFIX@//g' browser/base/content/browser.xul &&
 
 export MOZ_CO_PROJECT=browser  &&
--- a/web/firefox/DETAILS
+++ b/web/firefox/DETAILS
@@ -1,12 +1,12 @@
           MODULE=firefox
-         VERSION=31.0
+         VERSION=32.0
           SOURCE=$MODULE-$VERSION.source.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/mozilla-release
       SOURCE_URL=ftp://ftp.mozilla.org/pub/firefox/releases/$VERSION/source
-      SOURCE_VFY=sha1:a6c3e25ee3aeb7da42db2aaeb50a385d63532beb
+      SOURCE_VFY=sha1:5cb7644af9741ebcdb3a21b777362913908c8f41
         WEB_SITE=http://www.mozilla.org/projects/firefox
          ENTERED=20110814
-         UPDATED=20140810
+         UPDATED=20140902
            SHORT="A speedy, full-featured web browser"
 cat << EOF
 Mozilla Firefox is the successor of Mozilla Firebird.
--- a/web/firefox/mozconfig
+++ b/web/firefox/mozconfig
@@ -30,8 +30,5 @@ ac_add_options --disable-necko-wifi
 ac_add_options --disable-gnomevfs
 ac_add_options --enable-system-cairo
 
-# Enabling this causes the make to fail on java script. No work around found.
-ac_add_options --disable-shared-js
-
 #Disabling tests breaks PGO so having CONFIGURE set it 
 #ac_add_options --disable-tests




More information about the Lunar-commits mailing list