pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-applets More GCC3 flotsam.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0101ccb84b7
branches:  trunk
changeset: 462354:e0101ccb84b7
user:      mycroft <mycroft%pkgsrc.org@localhost>
date:      Tue Sep 30 21:29:51 2003 +0000

description:
More GCC3 flotsam.

diffstat:

 x11/gnome-applets/distinfo         |   3 ++-
 x11/gnome-applets/patches/patch-al |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 02af2ea1a3da -r e0101ccb84b7 x11/gnome-applets/distinfo
--- a/x11/gnome-applets/distinfo        Tue Sep 30 21:23:40 2003 +0000
+++ b/x11/gnome-applets/distinfo        Tue Sep 30 21:29:51 2003 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2002/10/22 21:05:13 bouyer Exp $
+$NetBSD: distinfo,v 1.7 2003/09/30 21:29:51 mycroft Exp $
 
 SHA1 (gnome-applets-1.4.0.4.tar.bz2) = 56aecb06aedb1997f4d4e8fc14f273b6618a2024
 Size (gnome-applets-1.4.0.4.tar.bz2) = 5141861 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-af) = 6c19460c11ab68ca3a0303fa3427984a6422b124
 SHA1 (patch-ah) = f078afbb7ba990dc82476af9a45b587313ea9108
 SHA1 (patch-ak) = 6d58ecdf9eee5638b327e5b4309842feee052ae7
+SHA1 (patch-al) = 9cedad3d6095e342afc736ac586fe108da43e5ab
diff -r 02af2ea1a3da -r e0101ccb84b7 x11/gnome-applets/patches/patch-al
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-applets/patches/patch-al        Tue Sep 30 21:29:51 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.1 2003/09/30 21:32:29 mycroft Exp $
+
+--- multiload/main.c.orig      2001-08-02 13:18:26.000000000 +0000
++++ multiload/main.c   2003-09-30 21:28:46.000000000 +0000
+@@ -67,7 +67,7 @@
+     "#cfff5fff5fff", "#00008fff0000"
+ };
+ 
+-#define ADD_PROPERTIES(x,y) multiload_property_object_list = g_list_append (multiload_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, &multiload_properties. ## y ##))
++#define ADD_PROPERTIES(x,y) multiload_property_object_list = g_list_append (multiload_property_object_list, gnome_property_object_new (&x ## Property_Descriptor, &multiload_properties.y))
+         
+ static GtkWidget *
+ make_new_applet (const gchar *goad_id)



Home | Main Index | Thread Index | Old Index