Skip to Content.
Sympa Menu

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

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 (826a9c0795a251884058373a2ceaa7713b0dd9f1)
  • Date: Mon, 4 Oct 2010 20:02:17 -0500

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

libs/pcre/HISTORY | 3 +++
libs/pcre/INSTALL | 2 ++
utils/gamin/DEPENDS | 4 ++++
utils/gamin/HISTORY | 4 ++++
4 files changed, 13 insertions(+)

New commits:
commit 826a9c0795a251884058373a2ceaa7713b0dd9f1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gamin: Force glib2 to be cast if not already
Avoids circular gamin -> glib2 ?-> gamin cast order

commit 29596d5f6914dcebac1ecd41ed5f5757aabb137e
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

pcre: Use make_single, fails with multiple jobs (actually fails)

diff --git a/libs/pcre/HISTORY b/libs/pcre/HISTORY
index 469e6ad..422fef5 100644
--- a/libs/pcre/HISTORY
+++ b/libs/pcre/HISTORY
@@ -1,3 +1,6 @@
+2010-10-04 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: Use make_single, fails with multiple jobs (actually fails)
+
2010-06-26 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 8.10

diff --git a/libs/pcre/INSTALL b/libs/pcre/INSTALL
new file mode 100755
index 0000000..03b8bb9
--- /dev/null
+++ b/libs/pcre/INSTALL
@@ -0,0 +1,2 @@
+make_single &&
+default_install
diff --git a/utils/gamin/DEPENDS b/utils/gamin/DEPENDS
index aa1c36e..8f48999 100755
--- a/utils/gamin/DEPENDS
+++ b/utils/gamin/DEPENDS
@@ -2,4 +2,8 @@ depends autoconf &&
depends automake &&
depends glib2 &&

+if ! spell_installed glib2; then
+ force_depends glib2
+fi &&
+
optional_depends python "" "" "for python bindings"
diff --git a/utils/gamin/HISTORY b/utils/gamin/HISTORY
index 84c8f6e..f73dfa5 100644
--- a/utils/gamin/HISTORY
+++ b/utils/gamin/HISTORY
@@ -1,3 +1,7 @@
+2010-10-04 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Force glib2 to be cast if not already
+ Avoids circular gamin -> glib2 ?-> gamin cast order
+
2008-11-25 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.1.10
* PRE_BUILD: removed



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (826a9c0795a251884058373a2ceaa7713b0dd9f1), Eric Sandall, 10/04/2010

Archive powered by MHonArc 2.6.24.

Top of Page