pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/dia More build fixes for new glib2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74fc64d03b60
branches:  trunk
changeset: 603521:74fc64d03b60
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Mon May 07 00:46:25 2012 +0000

description:
More build fixes for new glib2.

diffstat:

 graphics/dia/distinfo                               |   4 +++-
 graphics/dia/patches/patch-tests_test-boundingbox_c |  16 ++++++++++++++++
 graphics/dia/patches/patch-tests_test-objects_c     |  17 +++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 3c1321f5d070 -r 74fc64d03b60 graphics/dia/distinfo
--- a/graphics/dia/distinfo     Mon May 07 00:32:54 2012 +0000
+++ b/graphics/dia/distinfo     Mon May 07 00:46:25 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.27 2012/05/06 20:25:02 dholland Exp $
+$NetBSD: distinfo,v 1.28 2012/05/07 00:46:25 dholland Exp $
 
 SHA1 (dia-0.97.2.tar.xz) = dc7ed6f8cd83acc8f421d28f30e4042fe370e9ba
 RMD160 (dia-0.97.2.tar.xz) = f9270f1f2cb6ad505219463827d02e3759693796
@@ -11,3 +11,5 @@
 SHA1 (patch-cd) = b7dd72a359fe6f36a56d2c16f94427c6977b0477
 SHA1 (patch-da) = 4ed80c2a7eaa2dbbebd8265c8b74faac20c4f6c2
 SHA1 (patch-objects_custom_shape__typeinfo_c) = 128477ab7cc363a490e042062379585800893626
+SHA1 (patch-tests_test-boundingbox_c) = f05fe01fd2d79bf5b519808aa491458040097fb7
+SHA1 (patch-tests_test-objects_c) = 759b788aa55e3256758514906c1ce812fb3b6aba
diff -r 3c1321f5d070 -r 74fc64d03b60 graphics/dia/patches/patch-tests_test-boundingbox_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia/patches/patch-tests_test-boundingbox_c       Mon May 07 00:46:25 2012 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-tests_test-boundingbox_c,v 1.1 2012/05/07 00:46:25 dholland Exp $
+
+Fix build with latest glib2.
+
+--- tests/test-boundingbox.c~  2009-11-07 14:28:35.000000000 +0000
++++ tests/test-boundingbox.c
+@@ -28,9 +28,6 @@
+ #include <glib.h>
+ #include <glib-object.h>
+ 
+-#if GLIB_CHECK_VERSION(2,16,0)
+-#include <glib/gtestutils.h>
+-#endif
+ #include "dialib.h"
+ 
+ /*
diff -r 3c1321f5d070 -r 74fc64d03b60 graphics/dia/patches/patch-tests_test-objects_c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/dia/patches/patch-tests_test-objects_c   Mon May 07 00:46:25 2012 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-tests_test-objects_c,v 1.1 2012/05/07 00:46:25 dholland Exp $
+
+Fix build with latest glib2.
+
+--- tests/test-objects.c~      2009-11-07 14:28:35.000000000 +0000
++++ tests/test-objects.c
+@@ -28,10 +28,6 @@
+ #include <glib.h>
+ #include <glib-object.h>
+ 
+-#if GLIB_CHECK_VERSION(2,16,0)
+-#include <glib/gtestutils.h>
+-#endif
+-
+ #include "object.h"
+ #include "plug-ins.h"
+ #include "dialib.h"



Home | Main Index | Thread Index | Old Index