Skip to Content.
Sympa Menu

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

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 (cc91c9ad440d94534b71df9c4e7676ec66641e6c)
  • Date: Fri, 22 May 2009 03:08:40 -0500

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

chat-libs/ptlib/HISTORY |
5 +++++
chat-libs/ptlib/PRE_SUB_DEPENDS |
2 +-
chat-libs/ptlib/REPAIR^e743eaa0b980f6e0b4e5b973a0cadb99^PRE_SUB_DEPENDS |
4 ++++
3 files changed, 10 insertions(+), 1 deletion(-)

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

ptlib: Fix typo in PRE_SUB_DEPENDS: cast -> case

...
ekiga requests ptlib with SASL
SASL is not a spell!
in is not a spell!
/var/state/sorcery/tablet/ptlib/20090521211136/spell/PRE_SUB_DEPENDS:
line 2:
syntax error near unexpected token `)'
/var/state/sorcery/tablet/ptlib/20090521211136/spell/PRE_SUB_DEPENDS:
line 2: `
SASL) is_depends_enabled $SPELL cyrus-sasl && return 0;;'
ekiga has an enabled optional dependency on libnotify

diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index a4c1db9..17da680 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,8 @@
+2009-05-22 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_SUB_DEPENDS: Fix typo: cast -> case
+ * REPAIR^e743eaa0b980f6e0b4e5b973a0cadb99^PRE_SUB_DEPENDS: Setup fixed
+ PRE_SUB_DEPENDS in the tablet
+
2009-05-19 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 2.6.2

diff --git a/chat-libs/ptlib/PRE_SUB_DEPENDS b/chat-libs/ptlib/PRE_SUB_DEPENDS
index 77f1962..03e37c8 100755
--- a/chat-libs/ptlib/PRE_SUB_DEPENDS
+++ b/chat-libs/ptlib/PRE_SUB_DEPENDS
@@ -1,4 +1,4 @@
-cast $THIS_SUB_DEPENDS in
+case $THIS_SUB_DEPENDS in
SASL) is_depends_enabled $SPELL cyrus-sasl && return 0;;
esac
return 1
diff --git
a/chat-libs/ptlib/REPAIR^e743eaa0b980f6e0b4e5b973a0cadb99^PRE_SUB_DEPENDS
b/chat-libs/ptlib/REPAIR^e743eaa0b980f6e0b4e5b973a0cadb99^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..03e37c8
--- /dev/null
+++ b/chat-libs/ptlib/REPAIR^e743eaa0b980f6e0b4e5b973a0cadb99^PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ SASL) is_depends_enabled $SPELL cyrus-sasl && return 0;;
+esac
+return 1



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cc91c9ad440d94534b71df9c4e7676ec66641e6c), Eric Sandall, 05/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page