pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/gtop More GCC3 flotsam.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34718f4b69de
branches:  trunk
changeset: 462358:34718f4b69de
user:      mycroft <mycroft%pkgsrc.org@localhost>
date:      Tue Sep 30 22:03:40 2003 +0000

description:
More GCC3 flotsam.

diffstat:

 sysutils/gtop/distinfo         |   3 ++-
 sysutils/gtop/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 7bfba81653fe -r 34718f4b69de sysutils/gtop/distinfo
--- a/sysutils/gtop/distinfo    Tue Sep 30 21:53:00 2003 +0000
+++ b/sysutils/gtop/distinfo    Tue Sep 30 22:03:40 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2001/04/24 18:33:29 rh Exp $
+$NetBSD: distinfo,v 1.4 2003/09/30 22:03:40 mycroft Exp $
 
 SHA1 (gtop-1.0.13.tar.gz) = 114b3068c6c66b7cd582c6bfe2d1143957ae5a19
 Size (gtop-1.0.13.tar.gz) = 823015 bytes
 SHA1 (patch-aa) = 5f17676fc7fca9cf8b99dc02fd34142f99ff5fd3
+SHA1 (patch-ab) = d97ba2e37838cd93be8b1d33ebdfe81d6d64b1d1
diff -r 7bfba81653fe -r 34718f4b69de sysutils/gtop/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/gtop/patches/patch-ab    Tue Sep 30 22:03:40 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/09/30 22:03:40 mycroft Exp $
+
+--- main.c.orig        2001-02-27 14:41:29.000000000 +0000
++++ main.c     2003-09-30 22:01:36.000000000 +0000
+@@ -149,7 +149,7 @@
+       GNOMEUIINFO_END
+ };
+ 
+-#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (& ## x ## Property_Descriptor, &gtop_properties. ## y ##))
++#define ADD_PROPERTIES(x,y) gtop_property_object_list = g_list_append (gtop_property_object_list, gnome_property_object_new (&x ## Property_Descriptor, &gtop_properties.y))
+ 
+ void
+ gtop_quit (void)



Home | Main Index | Thread Index | Old Index