Skip to Content.
Sympa Menu

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

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 (138de827ac3b5c46e54725fa5ed0e41aae938a7c)
  • Date: Thu, 19 Aug 2010 09:41:59 -0500

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

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

New commits:
commit 138de827ac3b5c46e54725fa5ed0e41aae938a7c
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Adding libnotify as a dependency for firefox regardless if CVS used or
not. During compile of devel version it was found that firefox would not
compile unless libnotify (version >= 0.4) was cast. Stable also requires
libnotify but is pulled in indirectly as a dependency for xulrunner.

commit 72e1e310ab4a7d28b12782feb6484b295f27a454
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Updating DEPENDS file for CVS(devel) dependencies. Unable to compile
firefox from CVS without libnotify (version >= 0.4) cast. Once this
dependency is
in place there were no issues in casting firefox. I have confirmed that
firefox (stable, currently 3.6.8) does NOT require libnotify. Due to this the
depends statement has been located in the proper place within the DEPENDS
file.

diff --git a/http/firefox/DEPENDS b/http/firefox/DEPENDS
index eddcf79..82281f1 100755
--- a/http/firefox/DEPENDS
+++ b/http/firefox/DEPENDS
@@ -9,13 +9,15 @@ depends zip &&
depends zlib &&
depends cairo &&
depends python &&
+depends libnotify &&
if [[ "$FIREFOX_CVS" = "n" ]]; then
depends nspr &&
depends -sub "3.12.x" nss &&
depends -sub APNG libpng &&
depends xulrunner
else
-depends autoconf-2.13
+depends autoconf-2.13 &&
+depends libnotify
fi &&

depends gtk+2 &&




Archive powered by MHonArc 2.6.24.

Top of Page