summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorEric Sandall2009-05-22 01:07:38 -0700
committerEric Sandall2009-05-22 01:08:36 -0700
commitcc91c9ad440d94534b71df9c4e7676ec66641e6c (patch)
tree6ea549f28c5fa9dfd0cbf25ded84c0bd5d17b0ac /chat-libs
parent7bdbd17ef35d8e99422b07468a78eddaf5e17983 (diff)
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
Diffstat (limited to 'chat-libs')
-rw-r--r--chat-libs/ptlib/HISTORY5
-rwxr-xr-xchat-libs/ptlib/PRE_SUB_DEPENDS2
-rwxr-xr-xchat-libs/ptlib/REPAIR^e743eaa0b980f6e0b4e5b973a0cadb99^PRE_SUB_DEPENDS4
3 files changed, 10 insertions, 1 deletions
diff --git a/chat-libs/ptlib/HISTORY b/chat-libs/ptlib/HISTORY
index a4c1db94a9..17da6803af 100644
--- a/chat-libs/ptlib/HISTORY
+++ b/chat-libs/ptlib/HISTORY
@@ -1,3 +1,8 @@
+2009-05-22 Eric Sandall <sandalle@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@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 77f1962cc1..03e37c87e2 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 0000000000..03e37c87e2
--- /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