pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgnomeui Make this package build with Quartz G...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/717f4921ef56
branches:  trunk
changeset: 522340:717f4921ef56
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Dec 07 13:13:08 2006 +0000

description:
Make this package build with Quartz GDK backend.

http://bugzilla.gnome.org/show_bug.cgi?id=382923

diffstat:

 devel/libgnomeui/distinfo         |   3 ++-
 devel/libgnomeui/patches/patch-aa |  16 ++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 642b91d45aba -r 717f4921ef56 devel/libgnomeui/distinfo
--- a/devel/libgnomeui/distinfo Thu Dec 07 12:53:08 2006 +0000
+++ b/devel/libgnomeui/distinfo Thu Dec 07 13:13:08 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.22 2006/10/13 18:13:33 drochner Exp $
+$NetBSD: distinfo,v 1.23 2006/12/07 13:13:08 minskim Exp $
 
 SHA1 (libgnomeui-2.16.1.tar.bz2) = 13154032427c0599ca741de50301cdc3a9ab3088
 RMD160 (libgnomeui-2.16.1.tar.bz2) = 9cb97cb90014df2f477c24b7c41873a74704dff8
 Size (libgnomeui-2.16.1.tar.bz2) = 1482097 bytes
+SHA1 (patch-aa) = eeb1df38aa7c3f1fdb3c2c1bc8722f050ad2156b
diff -r 642b91d45aba -r 717f4921ef56 devel/libgnomeui/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgnomeui/patches/patch-aa Thu Dec 07 13:13:08 2006 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.7 2006/12/07 13:13:08 minskim Exp $
+
+http://bugzilla.gnome.org/show_bug.cgi?id=382923
+
+--- libgnomeui/gnome-ui-init.c.orig    2006-10-05 03:45:42.000000000 -0700
++++ libgnomeui/gnome-ui-init.c
+@@ -840,7 +840,9 @@ static void libgnomeui_segv_handle(int s
+         /* Make sure we release grabs */
+         gdk_pointer_ungrab(GDK_CURRENT_TIME);
+         gdk_keyboard_ungrab(GDK_CURRENT_TIME);
++#ifdef GDK_WINDOWING_X11
+         XUngrabServer (GDK_DISPLAY ());
++#endif
+ 
+         gdk_flush();
+         



Home | Main Index | Thread Index | Old Index