pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/gnome-speech Reorder includes to workaround a bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/611f628de718
branches:  trunk
changeset: 500548:611f628de718
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 10 13:49:41 2005 +0000

description:
Reorder includes to workaround a bug in sys/socket.h on DragonFly.

diffstat:

 audio/gnome-speech/distinfo         |   4 ++--
 audio/gnome-speech/patches/patch-aa |  11 +++++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (43 lines):

diff -r a19600bb055f -r 611f628de718 audio/gnome-speech/distinfo
--- a/audio/gnome-speech/distinfo       Mon Oct 10 13:44:10 2005 +0000
+++ b/audio/gnome-speech/distinfo       Mon Oct 10 13:49:41 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2005/08/21 11:31:50 jmmv Exp $
+$NetBSD: distinfo,v 1.10 2005/10/10 13:49:41 joerg Exp $
 
 SHA1 (gnome-speech-0.3.7.tar.bz2) = 479512820fdb57fa949a92a1f904d844c7862a6b
 RMD160 (gnome-speech-0.3.7.tar.bz2) = d7f3f4e5dc3978d131f70a729e420439da09fb04
 Size (gnome-speech-0.3.7.tar.bz2) = 275371 bytes
-SHA1 (patch-aa) = 001b23c1aac93e17d1885353b4eb6d3d7c3db6cb
+SHA1 (patch-aa) = a7b8684ca404c3a9ff9f0f7ae4fe5c584db92fbb
diff -r a19600bb055f -r 611f628de718 audio/gnome-speech/patches/patch-aa
--- a/audio/gnome-speech/patches/patch-aa       Mon Oct 10 13:44:10 2005 +0000
+++ b/audio/gnome-speech/patches/patch-aa       Mon Oct 10 13:49:41 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2005/03/11 21:24:49 rillig Exp $
+$NetBSD: patch-aa,v 1.3 2005/10/10 13:49:41 joerg Exp $
 
 Added some necessary header files.
 Don't put statements above declarations (gcc-2.95 is not a C99 compiler).
@@ -7,15 +7,18 @@
 
 --- drivers/festival/festivalsynthesisdriver.c.orig    Tue Mar  8 14:10:23 2005
 +++ drivers/festival/festivalsynthesisdriver.c Fri Mar 11 09:47:37 2005
-@@ -25,6 +25,8 @@
+@@ -25,8 +25,10 @@
   *
   */
  
+-#include <string.h>
+ #include <sys/types.h>
 +#include <sys/socket.h>
 +#include <netinet/in.h>
- #include <string.h>
- #include <sys/types.h>
++#include <string.h>
  #include <sys/wait.h>
+ #include <signal.h>
+ #include <unistd.h>
 @@ -591,9 +593,9 @@ get_voice_list (void)
  static void
  voice_list_free (GSList *l)



Home | Main Index | Thread Index | Old Index