pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/gtkhtml314 Fix build after recent gnome update, ba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d15fde193d6
branches:  trunk
changeset: 534877:0d15fde193d6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Nov 03 13:58:58 2007 +0000

description:
Fix build after recent gnome update, based on gtkhtml-3.16.1 source code.
Then I found PR 37263 by Yakovetsky Vladimir, which has nearly the
same patch.

diffstat:

 www/gtkhtml314/distinfo         |   3 ++-
 www/gtkhtml314/patches/patch-aa |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 5762dd567689 -r 0d15fde193d6 www/gtkhtml314/distinfo
--- a/www/gtkhtml314/distinfo   Sat Nov 03 13:54:14 2007 +0000
+++ b/www/gtkhtml314/distinfo   Sat Nov 03 13:58:58 2007 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.2 2007/07/17 10:20:23 drochner Exp $
+$NetBSD: distinfo,v 1.3 2007/11/03 13:58:58 wiz Exp $
 
 SHA1 (gtkhtml-3.14.3.tar.bz2) = aede744b666fdefb9478e214aa5d38e0122aa289
 RMD160 (gtkhtml-3.14.3.tar.bz2) = 2761c056a1ed9d8759c1897afb61808872305f9d
 Size (gtkhtml-3.14.3.tar.bz2) = 1283748 bytes
+SHA1 (patch-aa) = 6fd74ede168c11f4f48300b4b2f3f1ab56ff63e5
diff -r 5762dd567689 -r 0d15fde193d6 www/gtkhtml314/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gtkhtml314/patches/patch-aa   Sat Nov 03 13:58:58 2007 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2007/11/03 13:58:58 wiz Exp $
+
+--- components/html-editor/paragraph-style.c.orig      2007-04-05 09:15:26.000000000 +0000
++++ components/html-editor/paragraph-style.c
+@@ -19,6 +19,14 @@
+     Boston, MA 02111-1307, USA.
+ */
+ 
++#include <config.h>
++
++#ifdef GNOME_GTKHTML_EDITOR_SHLIB
++#include <glib/gi18n-lib.h>
++#else
++#include <glib/gi18n.h>
++#endif
++
+ #include "gtkhtml.h"
+ #include "paragraph-style.h"
+ 



Home | Main Index | Thread Index | Old Index