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

Eric Sandall scm at sourcemage.org
Fri Jul 4 03:05:48 EDT 2008


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
 



More information about the SM-Commit mailing list