diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-30 03:22:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-09-30 03:22:34 +0000 |
commit | 017fcddb7a35b3f976753e915627189936282cd0 (patch) | |
tree | 625c2a6e2e57092ee76f5d6e36e2e35416d09379 /accessibility/gnomespeech | |
parent | 40fa28d14c079b98fbd8ec0de47cc8b8c8a04d2d (diff) |
Notes
Diffstat (limited to 'accessibility/gnomespeech')
-rw-r--r-- | accessibility/gnomespeech/Makefile | 2 | ||||
-rw-r--r-- | accessibility/gnomespeech/distinfo | 4 | ||||
-rw-r--r-- | accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c | 23 |
3 files changed, 9 insertions, 20 deletions
diff --git a/accessibility/gnomespeech/Makefile b/accessibility/gnomespeech/Makefile index f20f2c8300cf..d294c8b5595e 100644 --- a/accessibility/gnomespeech/Makefile +++ b/accessibility/gnomespeech/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomespeech -PORTVERSION= 0.3.7 +PORTVERSION= 0.3.8 CATEGORIES= accessibility audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-speech/0.3 diff --git a/accessibility/gnomespeech/distinfo b/accessibility/gnomespeech/distinfo index ec5e72408ed4..3ec83bb46d02 100644 --- a/accessibility/gnomespeech/distinfo +++ b/accessibility/gnomespeech/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/gnome-speech-0.3.7.tar.bz2) = 0afa367c75288357fa3b8e274e72584d -SIZE (gnome2/gnome-speech-0.3.7.tar.bz2) = 275371 +MD5 (gnome2/gnome-speech-0.3.8.tar.bz2) = b5e85e71d24babe169cb1a37e4fbcae2 +SIZE (gnome2/gnome-speech-0.3.8.tar.bz2) = 267209 diff --git a/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c b/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c index 65dfeb2b361d..8f491e7f46f6 100644 --- a/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c +++ b/accessibility/gnomespeech/files/patch-drivers_festival_festivalsynthesisdriver.c @@ -1,21 +1,10 @@ ---- drivers/festival/festivalsynthesisdriver.c.orig Tue Jan 11 14:48:51 2005 -+++ drivers/festival/festivalsynthesisdriver.c Tue Jan 11 14:50:22 2005 -@@ -33,6 +33,8 @@ +--- drivers/festival/festivalsynthesisdriver.c.orig Thu Sep 29 23:19:28 2005 ++++ drivers/festival/festivalsynthesisdriver.c Thu Sep 29 23:19:41 2005 +@@ -32,6 +32,7 @@ + #include <unistd.h> #include <stdlib.h> + #include <sys/socket.h> ++#include <netinet/in.h> #include <libbonobo.h> #include <netdb.h> -+#include <sys/socket.h> -+#include <netinet/in.h> #include "festivalsynthesisdriver.h" - #include "festivalspeaker.h" - -@@ -591,8 +593,8 @@ - static void - voice_list_free (GSList *l) - { -- g_assert (l); - GSList *tmp = l; -+ g_assert (l); - - while (tmp) - { |