Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (7e1de42b8984140ece0941054b93d6e18fee0659)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (7e1de42b8984140ece0941054b93d6e18fee0659)
  • Date: Sun, 30 Jan 2011 07:41:34 -0600

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

libs/talloc/BUILD | 2 ++
libs/talloc/CONFIGURE | 2 ++
libs/talloc/DEPENDS | 7 +++++++
libs/talloc/HISTORY | 5 +++++
4 files changed, 16 insertions(+)

New commits:
commit 61ba1af162e423a512dd094e49f1bf204484eb3a
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

talloc: corrected dependencies

diff --git a/libs/talloc/BUILD b/libs/talloc/BUILD
index 490cbc6..02ac063 100755
--- a/libs/talloc/BUILD
+++ b/libs/talloc/BUILD
@@ -1,3 +1,5 @@
+OPTS="$TALLOC_OPTS $OPTS" &&
+
cd $SOURCE_DIRECTORY &&
if [[ "$TALLOC_SCM" == "y" ]]
then
diff --git a/libs/talloc/CONFIGURE b/libs/talloc/CONFIGURE
new file mode 100755
index 0000000..98eecad
--- /dev/null
+++ b/libs/talloc/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option TALLOC_OPTS "Build pytalloc module?" y \
+ "" "--disable-python"
diff --git a/libs/talloc/DEPENDS b/libs/talloc/DEPENDS
new file mode 100755
index 0000000..f506c2d
--- /dev/null
+++ b/libs/talloc/DEPENDS
@@ -0,0 +1,7 @@
+depends python &&
+
+optional_depends docbook-xsl "" "" "for manual pages" &&
+
+if is_depends_enabled $SPELL docbook-xsl; then
+ depends libxslt
+fi
diff --git a/libs/talloc/HISTORY b/libs/talloc/HISTORY
index 68a58a9..2623128 100644
--- a/libs/talloc/HISTORY
+++ b/libs/talloc/HISTORY
@@ -1,3 +1,8 @@
+2011-01-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: use TALLOC_OPTS
+ * DEPENDS: added, to fix missing dependencies
+ * CONFIGURE: added, to use pytalloc module selection
+
2011-01-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.0.5




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (7e1de42b8984140ece0941054b93d6e18fee0659), Vlad Glagolev, 01/30/2011

Archive powered by MHonArc 2.6.24.

Top of Page