pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/dia Build fix for latest glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d0f6f622717
branches:  trunk
changeset: 603488:8d0f6f622717
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun May 06 20:25:02 2012 +0000

description:
Build fix for latest glib2.

diffstat:

 graphics/dia/distinfo                                       |   3 +-
 graphics/dia/patches/patch-objects_custom_shape__typeinfo_c |  15 +++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r a9d9409016e1 -r 8d0f6f622717 graphics/dia/distinfo
--- a/graphics/dia/distinfo     Sun May 06 20:21:13 2012 +0000
+++ b/graphics/dia/distinfo     Sun May 06 20:25:02 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2012/01/18 18:36:51 drochner Exp $
+$NetBSD: distinfo,v 1.27 2012/05/06 20:25:02 dholland Exp $
 
 SHA1 (dia-0.97.2.tar.xz) = dc7ed6f8cd83acc8f421d28f30e4042fe370e9ba
 RMD160 (dia-0.97.2.tar.xz) = f9270f1f2cb6ad505219463827d02e3759693796
@@ -10,3 +10,4 @@
 SHA1 (patch-cc) = 2dd4c822d8771e48ff1ac67946d765e5d8b85d50
 SHA1 (patch-cd) = b7dd72a359fe6f36a56d2c16f94427c6977b0477
 SHA1 (patch-da) = 4ed80c2a7eaa2dbbebd8265c8b74faac20c4f6c2
+SHA1 (patch-objects_custom_shape__typeinfo_c) = 128477ab7cc363a490e042062379585800893626
diff -r a9d9409016e1 -r 8d0f6f622717 graphics/dia/patches/patch-objects_custom_shape__typeinfo_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia/patches/patch-objects_custom_shape__typeinfo_c       Sun May 06 20:25:02 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-objects_custom_shape__typeinfo_c,v 1.1 2012/05/06 20:25:02 dholland Exp $
+
+Fix build with latest glib2.
+
+--- objects/custom/shape_typeinfo.c~   2009-11-07 14:28:34.000000000 +0000
++++ objects/custom/shape_typeinfo.c
+@@ -27,7 +27,7 @@
+ #include "custom_util.h"
+ #include <string.h>
+ #include <stdarg.h>
+-#include <glib/gstrfuncs.h>
++#include <glib.h>
+ #include <glib/gstdio.h>
+ #include <libxml/parser.h>
+ 



Home | Main Index | Thread Index | Old Index