Skip to Content.
Sympa Menu

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

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 (3e2cca9d7fb974843fb43177b720eec01e0909f1)
  • Date: Thu, 21 Jan 2010 18:50:25 -0600

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

http/xulrunner/DEPENDS | 7 ++++++-
http/xulrunner/HISTORY | 3 +++
2 files changed, 9 insertions(+), 1 deletion(-)

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

xulrunner: Optionally depends on wireless_tools

Supposedly fixes Bug #15550, but it doesn't. :( At least we're
registering that xulrunner builds against wireless_tools now.

diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index edd3dcd..e36db69 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -27,4 +27,9 @@ optional_depends gnome-vfs2 \
optional_depends libgnomeui \
"--enable-gnomeui" \
"--disable-gnomeui" \
- "For GNOME UI support"
+ "For GNOME UI support" &&
+
+optional_depends 'wireless_tools' \
+ '--enable-necko-wifi' \
+ '--disable-necko-wifi' \
+ 'for Necko WiFi scanning'
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 1b56cdb..a3313d0 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2010-01-21 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depends on wireless_tools
+
2010-01-21 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: corrected dependencies -- added libnotify (required)




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (3e2cca9d7fb974843fb43177b720eec01e0909f1), Eric Sandall, 01/21/2010

Archive powered by MHonArc 2.6.24.

Top of Page