pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gtk-sharp Fix build with glib-2.32.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69b404c8a3e4
branches:  trunk
changeset: 603277:69b404c8a3e4
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 03 06:03:30 2012 +0000

description:
Fix build with glib-2.32.

diffstat:

 x11/gtk-sharp/distinfo                         |   5 ++++-
 x11/gtk-sharp/patches/patch-glib_glue_list.c   |  15 +++++++++++++++
 x11/gtk-sharp/patches/patch-glib_glue_slist.c  |  15 +++++++++++++++
 x11/gtk-sharp/patches/patch-glib_glue_thread.c |  15 +++++++++++++++
 4 files changed, 49 insertions(+), 1 deletions(-)

diffs (70 lines):

diff -r a238550b274c -r 69b404c8a3e4 x11/gtk-sharp/distinfo
--- a/x11/gtk-sharp/distinfo    Thu May 03 06:01:35 2012 +0000
+++ b/x11/gtk-sharp/distinfo    Thu May 03 06:03:30 2012 +0000
@@ -1,5 +1,8 @@
-$NetBSD: distinfo,v 1.10 2010/03/16 19:33:37 wiz Exp $
+$NetBSD: distinfo,v 1.11 2012/05/03 06:03:30 wiz Exp $
 
 SHA1 (gtk-sharp-2.12.10.tar.bz2) = 10cef6b1bb9a8a33f9cc32ffeb7b34577c90b393
 RMD160 (gtk-sharp-2.12.10.tar.bz2) = 8eed70310b961d823cf9c7766aa3a5fdfd5e5d05
 Size (gtk-sharp-2.12.10.tar.bz2) = 1638263 bytes
+SHA1 (patch-glib_glue_list.c) = b72408763d30696a50bc5c860707b70e6ac08bce
+SHA1 (patch-glib_glue_slist.c) = 39d1aac799ca5312a53a1f69570e671322864efa
+SHA1 (patch-glib_glue_thread.c) = b04ee63877aa50fa9fa945256fa89611d5931337
diff -r a238550b274c -r 69b404c8a3e4 x11/gtk-sharp/patches/patch-glib_glue_list.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk-sharp/patches/patch-glib_glue_list.c      Thu May 03 06:03:30 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-glib_glue_list.c,v 1.1 2012/05/03 06:03:30 wiz Exp $
+
+Adapt for glib-2.32.
+
+--- glib/glue/list.c.orig      2009-01-07 16:54:06.000000000 +0000
++++ glib/glue/list.c
+@@ -20,7 +20,7 @@
+  */
+ 
+ 
+-#include <glib/glist.h>
++#include <glib.h>
+ 
+ /* Forward declarations */
+ gpointer gtksharp_list_get_data (GList *l);
diff -r a238550b274c -r 69b404c8a3e4 x11/gtk-sharp/patches/patch-glib_glue_slist.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk-sharp/patches/patch-glib_glue_slist.c     Thu May 03 06:03:30 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-glib_glue_slist.c,v 1.1 2012/05/03 06:03:30 wiz Exp $
+
+Adapt for glib-2.32.
+
+--- glib/glue/slist.c.orig     2009-01-07 16:54:06.000000000 +0000
++++ glib/glue/slist.c
+@@ -20,7 +20,7 @@
+  */
+ 
+ 
+-#include <glib/gslist.h>
++#include <glib.h>
+ 
+ /* Forward declarations */
+ gpointer gtksharp_slist_get_data (GSList *l);
diff -r a238550b274c -r 69b404c8a3e4 x11/gtk-sharp/patches/patch-glib_glue_thread.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtk-sharp/patches/patch-glib_glue_thread.c    Thu May 03 06:03:30 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-glib_glue_thread.c,v 1.1 2012/05/03 06:03:30 wiz Exp $
+
+Adapt for glib-2.32.
+
+--- glib/glue/thread.c.orig    2009-01-07 16:54:06.000000000 +0000
++++ glib/glue/thread.c
+@@ -20,7 +20,7 @@
+  */
+ 
+ 
+-#include <glib/gthread.h>
++#include <glib.h>
+ 
+ gboolean glibsharp_g_thread_supported (void);
+ 



Home | Main Index | Thread Index | Old Index