Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (d291f014c7fe8e490461c53a9a284fb16735efb2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d291f014c7fe8e490461c53a9a284fb16735efb2)
  • Date: Fri, 4 Jul 2008 02:05:48 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

http/firefox/DEPENDS | 23 ++++++++++++-----------
http/firefox/HISTORY | 5 +++++
2 files changed, 17 insertions(+), 11 deletions(-)

New commits:
commit d291f014c7fe8e490461c53a9a284fb16735efb2
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

firefox: Depends on curl for crash reporter

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 18a1b6a..9cd7dd8 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -1,15 +1,16 @@
-depends atk &&
-depends g++ &&
-depends glib2 &&
-depends jpeg '--with-system-jpeg' &&
-depends pango &&
-depends perl &&
-depends zip &&
-depends zlib '--with-system-zlib' &&
-depends cairo &&
-depends python &&
+depends atk &&
+depends curl '--enable-crashreporter' &&
+depends g++ &&
+depends glib2 &&
+depends jpeg '--with-system-jpeg' &&
+depends pango &&
+depends perl &&
+depends zip &&
+depends zlib '--with-system-zlib' &&
+depends cairo &&
+depends python &&

-depends -sub APNG libpng &&
+depends -sub APNG libpng &&

# These were the GTK+2 option in the GTK version conditional, perhaps
# the flags need a closer look.
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 44c87be..4a6be67 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,8 @@
+2008-07-03 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on curl for crash reporter
+ Supposedly optional, but using --disable-crashreporter as instructed
+ still fails without curl with the same error
+
2008-06-21 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: don't do useless doc'ing, fixed desc, gtk+2 anyway




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d291f014c7fe8e490461c53a9a284fb16735efb2), Eric Sandall, 07/04/2008

Archive powered by MHonArc 2.6.24.

Top of Page