Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0343c0ca1655d1a821e016765c07516160c4dabb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0343c0ca1655d1a821e016765c07516160c4dabb)
  • Date: Sun, 28 Mar 2010 08:59:40 -0500

GIT changes to master grimoire by Ismael Luceno <ismael.luceno AT gmail.com>:

audio-soft/speech-dispatcher/DETAILS | 4 ++--
audio-soft/speech-dispatcher/HISTORY | 3 +++
audio-soft/speech-dispatcher/PRE_BUILD | 3 +++
audio-soft/speech-dispatcher/gcc43.patch | 27 +++++++++++++++++++++++++++
4 files changed, 35 insertions(+), 2 deletions(-)

New commits:
commit 0343c0ca1655d1a821e016765c07516160c4dabb
Author: Ismael Luceno <ismael.luceno AT gmail.com>
Commit: Ismael Luceno <ismael.luceno AT gmail.com>

speech-dispatcher 0.6.7

diff --git a/audio-soft/speech-dispatcher/DETAILS
b/audio-soft/speech-dispatcher/DETAILS
index 0eb1ddc..ec6b915 100755
--- a/audio-soft/speech-dispatcher/DETAILS
+++ b/audio-soft/speech-dispatcher/DETAILS
@@ -1,9 +1,9 @@
SPELL=speech-dispatcher
- VERSION=0.6.6
+ VERSION=0.6.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.freebsoft.org/pub/projects/speechd/$SOURCE
-
SOURCE_HASH=sha512:ce3a14b4765960a9cb2392a959635016c38ee73eb347c4e828f73f62ad81d7f0491afc006d634765c4650241bc598de7cc14537e3ad4f1cd82854e8be907cbca
+
SOURCE_HASH=sha512:2c009a31b3875d98f6d42cddd3981d6e4eaed77bd0ec6f22b62f43077b12a84648a46c7aac209dd5ba9c529c417b7c565b451be7e0b50f373d7e1aba2be914a4
WEB_SITE=http://www.freebsoft.org/speechd/
ENTERED=20080623
LICENSE[0]=GPL
diff --git a/audio-soft/speech-dispatcher/HISTORY
b/audio-soft/speech-dispatcher/HISTORY
index 05150f7..299a91b 100644
--- a/audio-soft/speech-dispatcher/HISTORY
+++ b/audio-soft/speech-dispatcher/HISTORY
@@ -1,2 +1,5 @@
+2010-03-28 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Updated spell to 0.6.7
+
2008-06-23 Alexander Tsamutali <astsmtl AT gmail.com>
* DETAILS, DEPENDS, HISTORY: Created
diff --git a/audio-soft/speech-dispatcher/PRE_BUILD
b/audio-soft/speech-dispatcher/PRE_BUILD
new file mode 100644
index 0000000..fcd6f71
--- /dev/null
+++ b/audio-soft/speech-dispatcher/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+patch -p1 < "$SCRIPT_DIRECTORY"/gcc43.patch
diff --git a/audio-soft/speech-dispatcher/gcc43.patch
b/audio-soft/speech-dispatcher/gcc43.patch
new file mode 100644
index 0000000..0c69793
--- /dev/null
+++ b/audio-soft/speech-dispatcher/gcc43.patch
@@ -0,0 +1,27 @@
+diff -Naur a/src/modules/module_main.c b/src/modules/module_main.c
+--- a/src/modules/module_main.c 2008-06-27 09:29:26.000000000 -0300
++++ b/src/modules/module_main.c 2010-03-28 10:41:00.504821585 -0300
+@@ -21,9 +21,6 @@
+ * $Id: module_main.c,v 1.16 2008-06-27 12:29:26 hanke Exp $
+ */
+
+-/* So that gcc doesn't comply */
+-int getline(char**, size_t*, FILE*);
+-
+ #define PROCESS_CMD(command, function) \
+ if (!strcmp(cmd_buf, #command"\n")){ \
+ char *msg; \
+diff -Naur a/src/modules/module_utils.h b/src/modules/module_utils.h
+--- a/src/modules/module_utils.h 2008-07-30 05:53:07.000000000 -0300
++++ b/src/modules/module_utils.h 2010-03-28 10:40:37.127814226 -0300
+@@ -419,10 +419,6 @@
+ void module_report_event_pause(void);
+
+
+-
+-/* So that gcc doesn't complain */
+-int getline(char**, size_t*, FILE*);
+-
+ pthread_mutex_t module_stdout_mutex;
+
+ int module_utils_init(void);



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0343c0ca1655d1a821e016765c07516160c4dabb), Ismael Luceno, 03/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page