Skip to Content.
Sympa Menu

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

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 (a6279f7dce2018abf4c59b7e1c5c6e95457cd67f)
  • Date: Sun, 6 Jan 2008 17:43:38 -0600

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

graphics-libs/ogre/HISTORY | 1 +
graphics-libs/ogre/PRE_SUB_DEPENDS | 1 +
graphics-libs/ogre/SUB_DEPENDS | 1 +
3 files changed, 3 insertions(+)

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

ogre: Allow forcing dependency on devil

diff --git a/graphics-libs/ogre/HISTORY b/graphics-libs/ogre/HISTORY
index 49872de..d10c5fc 100644
--- a/graphics-libs/ogre/HISTORY
+++ b/graphics-libs/ogre/HISTORY
@@ -1,6 +1,7 @@
2008-01-06 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.4.6
* PRE_SUB_DEPENDS, SUB_DEPENDS: Allow forcing dependency on cegui
+ Allow forcing dependency on devil

2007-08-21 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD: added a missing $ which made BUILD fail
diff --git a/graphics-libs/ogre/PRE_SUB_DEPENDS
b/graphics-libs/ogre/PRE_SUB_DEPENDS
index 8ef9c57..a5618aa 100755
--- a/graphics-libs/ogre/PRE_SUB_DEPENDS
+++ b/graphics-libs/ogre/PRE_SUB_DEPENDS
@@ -2,6 +2,7 @@

case "$THIS_SUB_DEPENDS" in
CEGUI) is_depends_enabled $SPELL cegui && return 0 ;;
+ DEVIL) is_depends_enabled $SPELL devil && return 0 ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1 ;;
esac
diff --git a/graphics-libs/ogre/SUB_DEPENDS b/graphics-libs/ogre/SUB_DEPENDS
index 7203918..e2a47e6 100755
--- a/graphics-libs/ogre/SUB_DEPENDS
+++ b/graphics-libs/ogre/SUB_DEPENDS
@@ -1,5 +1,6 @@
case "$THIS_SUB_DEPENDS" in
CEGUI) depends cegui '--enable-lua-module --enable-toluacegui' ;;
+ DEVIL) depends devil '--enable-devil' ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a6279f7dce2018abf4c59b7e1c5c6e95457cd67f), Eric Sandall, 01/06/2008

Archive powered by MHonArc 2.6.24.

Top of Page