Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-firefox4 grimoire by George Sherwood (a238ab3037b55c230d5570a3ea34a88371accd79)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-firefox4 grimoire by George Sherwood (a238ab3037b55c230d5570a3ea34a88371accd79)
  • Date: Fri, 25 Mar 2011 20:55:22 -0500

GIT changes to devel-firefox4 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

http/firefox/DETAILS | 2 +-
http/firefox/HISTORY | 5 +++++
http/firefox/mozconfig3 | 4 ++--
3 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit a238ab3037b55c230d5570a3ea34a88371accd79
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

firefox: Updated to version 4.0 to build against xulrunner 2.0.
Everything builds and installs fine, but doesn't run and shows no
errors. Needs more testing.

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index 9c3ee61..2fded40 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -8,7 +8,7 @@ if [[ $FIREFOX_CVS == y ]]; then
#
SOURCE_HASH=sha512:eb38349212a352718987e611315405c869fad9ebd6026ce4662bbbb12c5914178c6d348ea12686a7efbb046870e44238a1b46e20fe3d9eb323e3d6ab8f9dfacc
SOURCE2_URL[0]=$SOURCE_URL.asc
else
- VERSION=3.6.15
+ VERSION=4.0
SOURCE=$SPELL-$VERSION.source.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_GPG=firefox.gpg:$SOURCE2:UPSTREAM_KEY
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c2e33b2..d017e79 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2011-03-25 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated stable to version 4.0 to build
+ against xulrunner
+ * mozconfig3: Updated to work with firefox 4.0
+
2011-03-22 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to version 4.0
* INSTALL: Removed hacks for 4.0rc1
diff --git a/http/firefox/mozconfig3 b/http/firefox/mozconfig3
index fa47e6e..d73c1e8 100644
--- a/http/firefox/mozconfig3
+++ b/http/firefox/mozconfig3
@@ -9,7 +9,7 @@ mk_add_options MOZ_CO_PROJECT=browser
ac_add_options --with-pthreads
ac_add_options --with-system-jpeg=/usr/lib
ac_add_options --with-system-zlib=/usr/lib
-ac_add_options --with-system-png=/usr/lib
+#ac_add_options --with-system-png=/usr/lib
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
ac_add_options --enable-application=browser
@@ -22,7 +22,7 @@ ac_add_options --disable-installer
ac_add_options --disable-updater
ac_add_options --disable-tests
ac_add_options --with-system-libxul
-ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-1.9
+ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-2.0
ac_add_options --prefix=$INSTALL_ROOT/usr
ac_add_options --mandir=$INSTALL_ROOT/usr
ac_add_options --enable-optimize="$CFLAGS"



  • [SM-Commit] GIT changes to devel-firefox4 grimoire by George Sherwood (a238ab3037b55c230d5570a3ea34a88371accd79), George Sherwood, 03/25/2011

Archive powered by MHonArc 2.6.24.

Top of Page