Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (2bafec5e8203da9b735ddd0f04a8186cf63bf8c8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (2bafec5e8203da9b735ddd0f04a8186cf63bf8c8)
  • Date: Thu, 9 Nov 2006 01:13:09 -0600

GIT changes to master xorg-modular grimoire by David Brown
<dmlb2000@dmlb2002.(none)>:

xorg-lib/libxaw/HISTORY | 3 +++
xorg-lib/libxaw/PRE_SUB_DEPENDS | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 2bafec5e8203da9b735ddd0f04a8186cf63bf8c8
Author: David Brown <dmlb2000@dmlb2002.(none)>
Commit: David Brown <dmlb2000@dmlb2002.(none)>

libxaw fixed syntax error in pre_sub_depends

diff --git a/xorg-lib/libxaw/HISTORY b/xorg-lib/libxaw/HISTORY
index f3081e6..787df36 100644
--- a/xorg-lib/libxaw/HISTORY
+++ b/xorg-lib/libxaw/HISTORY
@@ -1,3 +1,6 @@
+2006-11-08 David Brown <dmlb2000 AT gmail.com>
+ * PRE_SUB_DEPENDS: fixed syntax error
+
2006-08-27 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* PRE_SUB_DEPENDS: added XAW8 sub depend
* SUB_DEPENDS: added XAW8 sub depend
diff --git a/xorg-lib/libxaw/PRE_SUB_DEPENDS b/xorg-lib/libxaw/PRE_SUB_DEPENDS
index 555cba6..913afef 100755
--- a/xorg-lib/libxaw/PRE_SUB_DEPENDS
+++ b/xorg-lib/libxaw/PRE_SUB_DEPENDS
@@ -1,6 +1,6 @@
case $THIS_SUB_DEPENDS in
XAW8) [ -f $INSTALL_ROOT/usr/lib/libXaw8.so ] ||
- is_depends_enabled $SPELL libxp && ;;
+ is_depends_enabled $SPELL libxp ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac



  • [SM-Commit] GIT changes to master xorg-modular grimoire by David Brown (2bafec5e8203da9b735ddd0f04a8186cf63bf8c8), David Brown, 11/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page