pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms-paranormal Unbreak build with GCC 3.4 (labe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfc7130bb9af
branches:  trunk
changeset: 500148:dfc7130bb9af
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 03 12:11:08 2005 +0000

description:
Unbreak build with GCC 3.4 (label at end of compound statement). Include
string.h when using functions from it.

diffstat:

 audio/xmms-paranormal/distinfo         |   4 +++-
 audio/xmms-paranormal/patches/patch-aa |  20 ++++++++++++++++++++
 audio/xmms-paranormal/patches/patch-ab |  20 ++++++++++++++++++++
 3 files changed, 43 insertions(+), 1 deletions(-)

diffs (60 lines):

diff -r de1a4ff4d457 -r dfc7130bb9af audio/xmms-paranormal/distinfo
--- a/audio/xmms-paranormal/distinfo    Mon Oct 03 11:25:25 2005 +0000
+++ b/audio/xmms-paranormal/distinfo    Mon Oct 03 12:11:08 2005 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 20:39:55 agc Exp $
+$NetBSD: distinfo,v 1.3 2005/10/03 12:11:08 joerg Exp $
 
 SHA1 (paranormal-0.2.0.tar.gz) = d0770592b088f80bb4832afe9b391d72b7ce86f0
 RMD160 (paranormal-0.2.0.tar.gz) = f1d739e9d625fa58ac24da7bb7be6209304cc5e1
 Size (paranormal-0.2.0.tar.gz) = 150654 bytes
+SHA1 (patch-aa) = f7930ad6402dcb6b0fcc3f1d66ff18932b1a2c73
+SHA1 (patch-ab) = b80d551c456cc0c37c1aac73c86bad9ff25fbef3
diff -r de1a4ff4d457 -r dfc7130bb9af audio/xmms-paranormal/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-paranormal/patches/patch-aa    Mon Oct 03 12:11:08 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1 2005/10/03 12:11:08 joerg Exp $
+
+--- actuators.c.orig   2005-07-22 19:22:22.000000000 +0000
++++ actuators.c
+@@ -3,6 +3,7 @@
+ #endif
+ 
+ #include <glib.h>
++#include <string.h>
+ 
+ #include "actuators.h"
+ //#include "containers.h"
+@@ -45,6 +46,7 @@ copy_actuator (const struct pn_actuator 
+                     sizeof (union actuator_option_val));
+             break;
+           case OPT_TYPE_STRING:
++                  break;
+           }
+       }
+ 
diff -r de1a4ff4d457 -r dfc7130bb9af audio/xmms-paranormal/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms-paranormal/patches/patch-ab    Mon Oct 03 12:11:08 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2005/10/03 12:11:08 joerg Exp $
+
+--- paranormal.c.orig  2005-07-22 19:23:22.000000000 +0000
++++ paranormal.c
+@@ -8,6 +8,7 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <math.h>
++#include <string.h>
+ 
+ #include <SDL.h>
+ 
+@@ -168,6 +169,7 @@ pn_render (void)
+             take_screenshot ();
+             break;
+           default:
++            break;
+           }
+         break;
+       case SDL_VIDEORESIZE:



Home | Main Index | Thread Index | Old Index