Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by George Sherwood (308c506679181c14f5663f3180ea27d2a5444f3e)

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 binary grimoire by George Sherwood (308c506679181c14f5663f3180ea27d2a5444f3e)
  • Date: Tue, 9 Dec 2008 08:57:28 -0600

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

bin-http/firefox-bin/DEPENDS | 4 +++-
bin-http/firefox-bin/HISTORY | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)

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

firefox-bin: Devel version does not depend on gcc33.

diff --git a/bin-http/firefox-bin/DEPENDS b/bin-http/firefox-bin/DEPENDS
index a4f6769..12c12fb 100755
--- a/bin-http/firefox-bin/DEPENDS
+++ b/bin-http/firefox-bin/DEPENDS
@@ -1,4 +1,6 @@
-depends gcc33 &&
+if [[ "$FIREFOX_DEVEL" == "n" ]]; then
+ depends gcc33
+fi &&
depends zlib &&
depends jpeg &&
depends libpng &&
diff --git a/bin-http/firefox-bin/HISTORY b/bin-http/firefox-bin/HISTORY
index b109099..f76a77f 100644
--- a/bin-http/firefox-bin/HISTORY
+++ b/bin-http/firefox-bin/HISTORY
@@ -1,5 +1,6 @@
2008-12-09 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to 3.1b2
+ * DEPENDS: Devel version doesn't need gcc33

2008-11-12 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated stable to version 3.0.4



  • [SM-Commit] GIT changes to master binary grimoire by George Sherwood (308c506679181c14f5663f3180ea27d2a5444f3e), George Sherwood, 12/09/2008

Archive powered by MHonArc 2.6.24.

Top of Page