pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome2-control-center Added patch-ag for compatibi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2b00819fe2a
branches:  trunk
changeset: 504695:a2b00819fe2a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Dec 19 00:20:35 2005 +0000

description:
Added patch-ag for compatibility with ISO C90.

diffstat:

 x11/gnome2-control-center/distinfo         |   3 ++-
 x11/gnome2-control-center/patches/patch-ag |  23 +++++++++++++++++++++++
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 81f9d5a18470 -r a2b00819fe2a x11/gnome2-control-center/distinfo
--- a/x11/gnome2-control-center/distinfo        Mon Dec 19 00:13:38 2005 +0000
+++ b/x11/gnome2-control-center/distinfo        Mon Dec 19 00:20:35 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2005/10/12 21:55:02 jmmv Exp $
+$NetBSD: distinfo,v 1.24 2005/12/19 00:20:35 rillig Exp $
 
 SHA1 (control-center-2.12.1.tar.bz2) = fc648f7535eb01da64c1c47d9bef420b1c9b0927
 RMD160 (control-center-2.12.1.tar.bz2) = 297369394c20b453aea1345d389a731328f8c611
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 826bd6ef91135a61a86450ff150662156c833ae8
 SHA1 (patch-ad) = 15aeffd62733036840d402f1ed3a2f1a89c8945d
 SHA1 (patch-af) = 50f179c3d2775f0a058d7644f6f9a0b958f4b531
+SHA1 (patch-ag) = 752abc7987b398d35ab3b07191b131c4b9bf1b07
diff -r 81f9d5a18470 -r a2b00819fe2a x11/gnome2-control-center/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome2-control-center/patches/patch-ag        Mon Dec 19 00:20:35 2005 +0000
@@ -0,0 +1,23 @@
+$NetBSD: patch-ag,v 1.1 2005/12/19 00:20:35 rillig Exp $
+
+Keywords: c90
+
+--- capplets/mouse/gnome-mouse-properties.c.orig       Fri Sep 16 14:43:01 2005
++++ capplets/mouse/gnome-mouse-properties.c    Mon Dec 19 01:09:51 2005
+@@ -665,6 +665,7 @@ populate_tree_model(GtkTreeModelSort* mo
+ 
+       gchar **iterator = NULL;
+       gchar **paths = NULL;
++      const gchar *xpaths;
+ 
+       GConfClient* client = gconf_client_get_default();
+       GtkListStore* store = GTK_LIST_STORE(gtk_tree_model_sort_get_model(model));
+@@ -673,7 +674,7 @@ populate_tree_model(GtkTreeModelSort* mo
+       g_object_unref(client);
+       client = NULL;
+ 
+-      const gchar *xpaths = g_getenv ("XCURSOR_PATH");
++      xpaths = g_getenv ("XCURSOR_PATH");
+ 
+       if (xpaths != NULL) {
+               paths = g_strsplit (xpaths, ":", 0);



Home | Main Index | Thread Index | Old Index