pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-session Fix compile error on NetBSD 1.6.2, m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22c983ba83cc
branches:  trunk
changeset: 485358:22c983ba83cc
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Dec 08 02:13:39 2004 +0000

description:
Fix compile error on NetBSD 1.6.2, making it compile with gcc-2.95.

diffstat:

 x11/gnome-session/distinfo         |   3 ++-
 x11/gnome-session/patches/patch-ae |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r bfca59e35683 -r 22c983ba83cc x11/gnome-session/distinfo
--- a/x11/gnome-session/distinfo        Tue Dec 07 22:53:48 2004 +0000
+++ b/x11/gnome-session/distinfo        Wed Dec 08 02:13:39 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2004/11/19 19:59:14 jmmv Exp $
+$NetBSD: distinfo,v 1.16 2004/12/08 02:13:39 taca Exp $
 
 SHA1 (gnome-session-2.8.1.tar.bz2) = 0766a65f3b9de1b3266018da2c8f0fe0465e8f23
 Size (gnome-session-2.8.1.tar.bz2) = 883921 bytes
@@ -7,3 +7,4 @@
 SHA1 (patch-aa) = 6cdba04e00c439858b428dd275fff1c0c263534f
 SHA1 (patch-ab) = cb6e685ec5f2aa34fd72b7106906b3c05f519761
 SHA1 (patch-ac) = 45c0b5fcdef56b2286dbf84e73e924f5ad74bc6d
+SHA1 (patch-ae) = 36c909fcd0da338c692a49bf3a95e8867efac197
diff -r bfca59e35683 -r 22c983ba83cc x11/gnome-session/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-session/patches/patch-ae        Wed Dec 08 02:13:39 2004 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-ae,v 1.1 2004/12/08 02:13:39 taca Exp $
+
+--- gnome-session/manager.c.orig       Fri Oct  1 19:13:23 2004
++++ gnome-session/manager.c
+@@ -1042,9 +1042,10 @@ no_response_warning (gpointer data)
+ 
+       if (interact_ping_replied)
+       {
++        IceConn ice_conn;
+         gsm_verbose ("have interact_list; sending ping with data to client %p\n", client);
+         print_client (client);
+-        IceConn ice_conn = SmsGetIceConnection (client->connection);
++        ice_conn = SmsGetIceConnection (client->connection);
+         interact_ping_replied = FALSE;
+         IcePing (ice_conn, interact_ping_reply, (IcePointer)client);
+       }



Home | Main Index | Thread Index | Old Index