Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (6a28bc9e5169cc33859a518d7502ca21c4dc7d8f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (6a28bc9e5169cc33859a518d7502ca21c4dc7d8f)
  • Date: Sat, 5 Sep 2009 11:32:27 -0500

GIT changes to master grimoire by Remko van der Vossen <wich AT sourcemage.org>:

http/xulrunner/DEPENDS | 3 ++-
http/xulrunner/HISTORY | 3 +++
libs/gmp/DEPENDS | 2 ++
libs/gmp/HISTORY | 3 +++
4 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 6a28bc9e5169cc33859a518d7502ca21c4dc7d8f
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

xulrunner: added missing dep python

commit f0bf56523718aeb3242f96fe30883e5af02c075d
Author: Remko van der Vossen <wich AT sourcemage.org>
Commit: Remko van der Vossen <wich AT sourcemage.org>

gmp: added missing dep m4 (build dep)

diff --git a/http/xulrunner/DEPENDS b/http/xulrunner/DEPENDS
index d3a2512..abee08e 100755
--- a/http/xulrunner/DEPENDS
+++ b/http/xulrunner/DEPENDS
@@ -3,11 +3,12 @@ depends cairo &&
depends jpeg &&
depends libidl &&
depends libxft &&
-depends -sub APNG libpng &&
+depends -sub APNG libpng &&
depends sqlite &&
depends nspr &&
depends -sub "3.12.x" nss &&
depends perl &&
+depends python &&
depends xorg-libs '--with-x' &&
depends zip &&
depends zlib &&
diff --git a/http/xulrunner/HISTORY b/http/xulrunner/HISTORY
index 8fff52f..30087e3 100644
--- a/http/xulrunner/HISTORY
+++ b/http/xulrunner/HISTORY
@@ -1,3 +1,6 @@
+2009-09-05 Remko van der Vossen <wich AT sourcemage.org>
+ * DEPENDS: Added dependency on python
+
2009-08-03 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 1.9.1.2. SECURITY_PATCH++

diff --git a/libs/gmp/DEPENDS b/libs/gmp/DEPENDS
index b518752..599d7e5 100755
--- a/libs/gmp/DEPENDS
+++ b/libs/gmp/DEPENDS
@@ -1,3 +1,5 @@
+depends m4
+
# only allow dependency on g++ if g++ is installed, otherwise a cycle is
created
if spell_ok g++; then
optional_depends g++ \
diff --git a/libs/gmp/HISTORY b/libs/gmp/HISTORY
index 71baf1c..411cbd4 100644
--- a/libs/gmp/HISTORY
+++ b/libs/gmp/HISTORY
@@ -1,3 +1,6 @@
+2009-09-05 Remko van der Vossen <wich AT sourcemage.org>
+ * DEPENDS: gmp requires m4 to build
+
2009-05-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.3.1




  • [SM-Commit] GIT changes to master grimoire by Remko van der Vossen (6a28bc9e5169cc33859a518d7502ca21c4dc7d8f), Remko van der Vossen, 09/05/2009

Archive powered by MHonArc 2.6.24.

Top of Page