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

Eric Sandall scm at sourcemage.org
Fri May 22 04:08:40 EDT 2009


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



More information about the SM-Commit mailing list