Skip to Content.
Sympa Menu

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

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 (c40c187b84e40517640d718ee6036ef064e0b7f2)
  • Date: Sat, 7 Feb 2009 01:27:03 -0600

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

xorg-lib/libxfont/BUILD | 2 --
xorg-lib/libxfont/HISTORY | 3 +++
xorg-lib/libxfont/PRE_SUB_DEPENDS | 3 ---
xorg-lib/libxfont/SUB_DEPENDS | 2 --
4 files changed, 3 insertions(+), 7 deletions(-)

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

libxfont: Removed debug echo's

diff --git a/xorg-lib/libxfont/BUILD b/xorg-lib/libxfont/BUILD
index c70a3f2..00f82af 100755
--- a/xorg-lib/libxfont/BUILD
+++ b/xorg-lib/libxfont/BUILD
@@ -2,6 +2,4 @@ OPTS="$LIBXFONT_OPTS \
$LIBXFONT_OPTS_OVERRIDE \
$OPTS" &&

-echo "OPTS = $OPTS" >> /tmp/libxfont.opts
-
default_build
diff --git a/xorg-lib/libxfont/HISTORY b/xorg-lib/libxfont/HISTORY
index 25388c2..fe9035a 100644
--- a/xorg-lib/libxfont/HISTORY
+++ b/xorg-lib/libxfont/HISTORY
@@ -1,3 +1,6 @@
+2009-02-06 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD, SUB_DEPENDS, PRE_SUB_DEPENDS: Removed debug echo's
+
2009-01-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 1.3.4

diff --git a/xorg-lib/libxfont/PRE_SUB_DEPENDS
b/xorg-lib/libxfont/PRE_SUB_DEPENDS
index 498e08f..dcfe516 100755
--- a/xorg-lib/libxfont/PRE_SUB_DEPENDS
+++ b/xorg-lib/libxfont/PRE_SUB_DEPENDS
@@ -1,6 +1,3 @@
-echo LIBXFONT_OPTS = $LIBXFONT_OPTS > /tmp/libxfont.opt
-echo THIS_SUB_DEPENDS = $THIS_SUB_DEPENDS >> /tmp/libxfont.opt
-
case $THIS_SUB_DEPENDS in
FC) list_find "$LIBXFONT_OPTS" "--enable-fc" ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
diff --git a/xorg-lib/libxfont/SUB_DEPENDS b/xorg-lib/libxfont/SUB_DEPENDS
index 5e63996..a36b1c8 100755
--- a/xorg-lib/libxfont/SUB_DEPENDS
+++ b/xorg-lib/libxfont/SUB_DEPENDS
@@ -1,5 +1,3 @@
-echo LIBXFONT_OPTS_OVERRIDE = $LIBXFONT_OPTS_OVERRIDE >> /tmp/libxfont.opts
-
persistent_add LIBXFONT_OPTS_OVERRIDE

case "$THIS_SUB_DEPENDS" in



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (c40c187b84e40517640d718ee6036ef064e0b7f2), Eric Sandall, 02/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page