pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/rhythmbox Fix build under 1.6.2 by removing a C9...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61b417b4a7d3
branches:  trunk
changeset: 470498:61b417b4a7d3
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Mar 09 21:52:44 2004 +0000

description:
Fix build under 1.6.2 by removing a C99-ism.
Noted by last kristerw's bulk build.

diffstat:

 audio/rhythmbox/distinfo         |   3 ++-
 audio/rhythmbox/patches/patch-aa |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 76a90aa963c8 -r 61b417b4a7d3 audio/rhythmbox/distinfo
--- a/audio/rhythmbox/distinfo  Tue Mar 09 21:51:48 2004 +0000
+++ b/audio/rhythmbox/distinfo  Tue Mar 09 21:52:44 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/02/29 16:41:21 jmmv Exp $
+$NetBSD: distinfo,v 1.3 2004/03/09 21:52:44 jmmv Exp $
 
 SHA1 (rhythmbox-0.6.7.tar.gz) = 5f736e0c13b755c933b6ca52573ee57a278da39e
 Size (rhythmbox-0.6.7.tar.gz) = 1969387 bytes
+SHA1 (patch-aa) = 67942966ea47c7f8586abff5dd229282fd60b08e
 SHA1 (patch-ab) = 2fbc9afc2fea902c9e6fa848e1e08e12e1297dad
diff -r 76a90aa963c8 -r 61b417b4a7d3 audio/rhythmbox/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/rhythmbox/patches/patch-aa  Tue Mar 09 21:52:44 2004 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.3 2004/03/09 21:52:44 jmmv Exp $
+
+--- shell/rb-shell.c.orig      2004-02-27 20:32:30.000000000 +0100
++++ shell/rb-shell.c
+@@ -617,10 +617,11 @@ rb_shell_corba_handle_file (PortableServ
+ {
+       RBShell *shell = RB_SHELL (bonobo_object (_servant));
+       RBPlaylist *parser;
++      GnomeVFSURI *vfsuri;
+ 
+       rb_debug ("handling uri: %s", uri);
+ 
+-      GnomeVFSURI *vfsuri = gnome_vfs_uri_new (uri);
++      vfsuri = gnome_vfs_uri_new (uri);
+       if (!vfsuri) {
+               rb_error_dialog (_("Unable to parse URI \"%s\"\n"), uri);
+               return;



Home | Main Index | Thread Index | Old Index