Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (5d78e77443ba26ec1881239e02dd695cbcc74239)

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 master grimoire by George Sherwood (5d78e77443ba26ec1881239e02dd695cbcc74239)
  • Date: Fri, 10 Sep 2010 16:41:03 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

http/firefox/DETAILS | 2 +-
http/firefox/HISTORY | 5 +++++
http/firefox/INSTALL | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

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

firefox: Updated devel to version 4.0b5. Updated INSTALL to use
make -f client.mk install vice make install

diff --git a/http/firefox/DETAILS b/http/firefox/DETAILS
index fd58dfe..ebc5877 100755
--- a/http/firefox/DETAILS
+++ b/http/firefox/DETAILS
@@ -1,6 +1,6 @@
SPELL=firefox
if [[ $FIREFOX_CVS == y ]]; then
- VERSION=4.0b4
+ VERSION=4.0b5
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 60b926f..eff95d6 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2010-09-10 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated devel to version 4.0b5
+ * INSTALL: 4.0 doesn't use make install anymore. 3.6.x works
+ with make -f client.mk install
+
2010-09-08 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 3.6.9, SECURITY_PATCH=35

diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index aba58af..d643e42 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -6,7 +6,7 @@ if spell_ok Firebird; then
dispel Firebird
fi &&

-make install &&
+make -f client.mk install &&


ln -s $INSTALL_ROOT/usr/lib/firefox-$VERSION $INSTALL_ROOT/usr/lib/firefox &&



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (5d78e77443ba26ec1881239e02dd695cbcc74239), George Sherwood, 09/10/2010

Archive powered by MHonArc 2.6.24.

Top of Page