summaryrefslogtreecommitdiff
path: root/audio/festival
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-03-07 11:32:08 +0000
committeragc <agc@pkgsrc.org>2005-03-07 11:32:08 +0000
commit5feb68a62b447e49228aaa5d589995f66cf239b3 (patch)
tree05b2a2a01b7930861774ea9c4ea112caf585ecf8 /audio/festival
parentdaedcb3f4510a55ea156d8d0abab83526296ddf5 (diff)
downloadpkgsrc-5feb68a62b447e49228aaa5d589995f66cf239b3.tar.gz
Make sure that the examples come with the real path to the festival
binary.
Diffstat (limited to 'audio/festival')
-rw-r--r--audio/festival/distinfo3
-rw-r--r--audio/festival/patches/patch-ac13
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/festival/distinfo b/audio/festival/distinfo
index 79e5cc9eb85..d30bb6f2055 100644
--- a/audio/festival/distinfo
+++ b/audio/festival/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2005/03/07 10:34:07 agc Exp $
+$NetBSD: distinfo,v 1.12 2005/03/07 11:32:08 agc Exp $
SHA1 (festival-1.95-beta.tar.gz) = 7bbf841b07a09cfe1ab17db23c2ebc12ea3d854b
RMD160 (festival-1.95-beta.tar.gz) = 7f7cce6ab170ab1e83911ed92408576fff32cbd6
@@ -8,3 +8,4 @@ RMD160 (speech_tools-1.2.95-beta.tar.gz) = 874b9e6d35bf8a59aeacd3d5b149e24e2a490
Size (speech_tools-1.2.95-beta.tar.gz) = 1281274 bytes
SHA1 (patch-aa) = 016faac0fbd2291f349b3710aefdc4df736af0d8
SHA1 (patch-ab) = 23e55253b22df5b8d2bc44b08f6757c90c1f13a8
+SHA1 (patch-ac) = c0a3fbd4e98ef941ef78c1ae800ef33a5153e8f9
diff --git a/audio/festival/patches/patch-ac b/audio/festival/patches/patch-ac
new file mode 100644
index 00000000000..4581b324706
--- /dev/null
+++ b/audio/festival/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.4 2005/03/07 11:32:09 agc Exp $
+
+--- festival/examples/Makefile 2005/03/07 11:05:22 1.1
++++ festival/examples/Makefile 2005/03/07 11:05:45
+@@ -55,7 +55,7 @@
+ $(ALL) : % : %.sh
+ rm -f $@
+ @echo "#!/bin/sh" >$@
+- @echo "\"true\" ; exec "$(FESTIVAL_HOME)/bin/festival --script '$$0 $$*' >>$@
++ @echo "\"true\" ; exec "$(PREFIX)/bin/festival --script '$$0 $$*' >>$@
+ cat $< >>$@
+ chmod +x $@
+