Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (027f5baf2881442e5c1fc5859947eb0e0464508f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (027f5baf2881442e5c1fc5859947eb0e0464508f)
  • Date: Mon, 30 Aug 2010 14:28:42 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

http/firefox/DEPENDS | 4 ++--
http/firefox/HISTORY | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 027f5baf2881442e5c1fc5859947eb0e0464508f
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

firefox: xulrunner dependent regardless of CVS status.

xulrunner was only cast when CVS status was set to FALSE. I found when
cast that plugins under CVS was not working properly. Upon casting
xulrunner manually I found this immediately resolved the issue.

xulrunner has been moved within the DEPENDS file and placed outside
of the CVS IF/ELSE logic so it is called irregardless of CVS status.

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index 249e60b..3c31975 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -10,11 +10,11 @@ depends zlib &&
depends cairo &&
depends python &&
depends libnotify &&
+depends xulrunner &&
if [[ "$FIREFOX_CVS" = "n" ]]; then
depends nspr &&
depends -sub "3.12.x" nss &&
-depends -sub APNG libpng &&
-depends xulrunner
+depends -sub APNG libpng
else
depends autoconf-2.13 &&
depends libnotify &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index dba8f8e..04cce1e 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2010-08-30 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: xulrunner not dependent on CVS status.
+
2010-08-28 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to version 4.0b4
* DEPENDS: Optional depends on yasm




Archive powered by MHonArc 2.6.24.

Top of Page