pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/gg2 Build fix for new glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/777287a6e299
branches:  trunk
changeset: 603652:777287a6e299
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu May 10 02:44:33 2012 +0000

description:
Build fix for new glib2.

diffstat:

 chat/gg2/distinfo                                  |   3 ++-
 chat/gg2/patches/patch-src_plugins_GUI_gtkimhtml_c |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r fddf178cd6c1 -r 777287a6e299 chat/gg2/distinfo
--- a/chat/gg2/distinfo Thu May 10 02:18:13 2012 +0000
+++ b/chat/gg2/distinfo Thu May 10 02:44:33 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.15 2006/10/24 19:19:22 adam Exp $
+$NetBSD: distinfo,v 1.16 2012/05/10 02:44:33 dholland Exp $
 
 SHA1 (gg2-2.3.0.tar.bz2) = e39835f59a7fe5f3a8eaa0b8fa1be6b3fba497c9
 RMD160 (gg2-2.3.0.tar.bz2) = 57473d8896f1471b6b1e556118952d4c605726c3
@@ -6,3 +6,4 @@
 SHA1 (patch-aa) = 572f3025c37bf294f258123af533df8e3e2ce88d
 SHA1 (patch-ab) = a8933458dfb79343b5f748a463b238e2cd6a963b
 SHA1 (patch-af) = 9e1cc4b53f069e520a165bfed00c8b6692216ce9
+SHA1 (patch-src_plugins_GUI_gtkimhtml_c) = 130b519c592646a0cf17c2314bcd7d978764646a
diff -r fddf178cd6c1 -r 777287a6e299 chat/gg2/patches/patch-src_plugins_GUI_gtkimhtml_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/gg2/patches/patch-src_plugins_GUI_gtkimhtml_c        Thu May 10 02:44:33 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_plugins_GUI_gtkimhtml_c,v 1.1 2012/05/10 02:44:33 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/plugins/GUI/gtkimhtml.c~       2006-10-14 22:03:40.000000000 +0000
++++ src/plugins/GUI/gtkimhtml.c
+@@ -32,7 +32,7 @@
+ #include "gtkimhtml.h"
+ #include "gtksourceiter.h"
+ #include <gtk/gtk.h>
+-#include <glib/gerror.h>
++#include <glib.h>
+ #include <gdk/gdkkeysyms.h>
+ #include <string.h>
+ #include <ctype.h>



Home | Main Index | Thread Index | Old Index