pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Build fixes for new glib2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/98c87a4ade5b
branches: trunk
changeset: 603664:98c87a4ade5b
user: dholland <dholland%pkgsrc.org@localhost>
date: Thu May 10 07:28:16 2012 +0000
description:
Build fixes for new glib2.
diffstat:
mail/claws-mail-notification/distinfo | 4 +-
mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h | 15 +++++++++
mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h | 15 +++++++++
misc/goffice0.6/distinfo | 12 ++++++-
misc/goffice0.6/patches/patch-goffice_app_goffice-app_h | 15 +++++++++
misc/goffice0.6/patches/patch-goffice_graph_gog-child-button_c | 15 +++++++++
misc/goffice0.6/patches/patch-goffice_math_go-cspline_c | 16 ++++++++++
misc/goffice0.6/patches/patch-goffice_math_go-math_h | 15 +++++++++
misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_c | 15 +++++++++
misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_h | 14 ++++++++
misc/goffice0.6/patches/patch-goffice_math_go-regression_c | 16 ++++++++++
misc/goffice0.6/patches/patch-goffice_math_go-regression_h | 15 +++++++++
misc/goffice0.6/patches/patch-goffice_ms-compat_go-ms-parser_c | 15 +++++++++
misc/goffice0.6/patches/patch-goffice_ms-compat_god-drawing-ms_c | 15 +++++++++
14 files changed, 195 insertions(+), 2 deletions(-)
diffs (263 lines):
diff -r d5389c050208 -r 98c87a4ade5b mail/claws-mail-notification/distinfo
--- a/mail/claws-mail-notification/distinfo Thu May 10 07:17:36 2012 +0000
+++ b/mail/claws-mail-notification/distinfo Thu May 10 07:28:16 2012 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.12 2011/09/12 17:43:06 drochner Exp $
+$NetBSD: distinfo,v 1.13 2012/05/10 07:31:02 dholland Exp $
SHA1 (notification_plugin-0.28.tar.gz) = 3bc25dafca2a745c7115cd94d7f909f2d31814ab
RMD160 (notification_plugin-0.28.tar.gz) = 12585e14dd2f21f27d5d59fbd24637d9ecdd4192
Size (notification_plugin-0.28.tar.gz) = 538454 bytes
+SHA1 (patch-gtkhotkey_gtk-hotkey-error_h) = dc8a68a6e6fa5e79f33794a6b1cccf9460510752
+SHA1 (patch-gtkhotkey_x11_tomboykeybinder_h) = b184f704f22d0f5507d24d2f08f092e5743bcaca
diff -r d5389c050208 -r 98c87a4ade5b mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-notification/patches/patch-gtkhotkey_gtk-hotkey-error_h Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-gtkhotkey_gtk-hotkey-error_h,v 1.1 2012/05/10 07:31:02 dholland Exp $
+
+Fix build with latest glib2.
+
+--- gtkhotkey/gtk-hotkey-error.h~ 2009-10-16 21:23:33.000000000 +0000
++++ gtkhotkey/gtk-hotkey-error.h
+@@ -23,7 +23,7 @@
+ #ifndef __GTK_HOTKEY_ERROR_H__
+ #define __GTK_HOTKEY_ERROR_H__
+
+-#include <glib/gquark.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
diff -r d5389c050208 -r 98c87a4ade5b mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/claws-mail-notification/patches/patch-gtkhotkey_x11_tomboykeybinder_h Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-gtkhotkey_x11_tomboykeybinder_h,v 1.1 2012/05/10 07:31:02 dholland Exp $
+
+Fix build with latest glib2.
+
+--- gtkhotkey/x11/tomboykeybinder.h~ 2009-10-16 21:23:33.000000000 +0000
++++ gtkhotkey/x11/tomboykeybinder.h
+@@ -2,7 +2,7 @@
+ #ifndef __TOMBOY_KEY_BINDER_H__
+ #define __TOMBOY_KEY_BINDER_H__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/distinfo
--- a/misc/goffice0.6/distinfo Thu May 10 07:17:36 2012 +0000
+++ b/misc/goffice0.6/distinfo Thu May 10 07:28:16 2012 +0000
@@ -1,7 +1,17 @@
-$NetBSD: distinfo,v 1.7 2012/05/10 04:43:53 dholland Exp $
+$NetBSD: distinfo,v 1.8 2012/05/10 07:28:16 dholland Exp $
SHA1 (goffice-0.6.6.tar.gz) = fdb00804de201e057628ba5b997512ab882ca9ea
RMD160 (goffice-0.6.6.tar.gz) = d67f6eef8ecc4e26a4ddc807e6682b08d42d86f9
Size (goffice-0.6.6.tar.gz) = 3246559 bytes
SHA1 (patch-configure) = 820c5696f0d158c83558020ca06b8b8d5e81e5a3
+SHA1 (patch-goffice_app_goffice-app_h) = 6986dc8f238fbde32184ef45e14124c8f423fbf8
+SHA1 (patch-goffice_graph_gog-child-button_c) = ed0b19a706c5674259a7a89b4469502ab92696ca
+SHA1 (patch-goffice_math_go-cspline_c) = 26155e5cd9597430f40b8b96ba96da87f8a3c0d1
+SHA1 (patch-goffice_math_go-math_h) = 37b3bce845ac4425766f7456b730a6b716e17fc8
+SHA1 (patch-goffice_math_go-rangefunc_c) = f177041fe1f58686ec564f68fb7cbaa50d1d2956
+SHA1 (patch-goffice_math_go-rangefunc_h) = d61b67b879baa1db74b2e29a4cee00fcc4e4cee3
+SHA1 (patch-goffice_math_go-regression_c) = feb19375294561f24b4f87b9a496b62e03021627
+SHA1 (patch-goffice_math_go-regression_h) = 229552efa2ded799d99a409f84bfd6f554537d5a
+SHA1 (patch-goffice_ms-compat_go-ms-parser_c) = 69b1cb4147322c228384bf3e0a6a6d1cc4f43f25
+SHA1 (patch-goffice_ms-compat_god-drawing-ms_c) = d3cbde39a1a68d59f858e9348418af4325b7b1bb
SHA1 (patch-goffice_utils_regutf8.c) = 4e058782463cf539339c6ac2782119ae9966eb24
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_app_goffice-app_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_app_goffice-app_h Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_app_goffice-app_h,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/app/goffice-app.h~ 2008-07-08 09:54:58.000000000 +0000
++++ goffice/app/goffice-app.h
+@@ -22,7 +22,7 @@
+ #ifndef GOFFICE_APP_H
+ #define GOFFICE_APP_H
+
+-#include <glib/gmacros.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_graph_gog-child-button_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_graph_gog-child-button_c Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_graph_gog-child-button_c,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/graph/gog-child-button.c~ 2008-07-22 01:41:18.000000000 +0000
++++ goffice/graph/gog-child-button.c
+@@ -39,7 +39,7 @@
+ #include <gdk/gdkkeysyms.h>
+
+ #include <glib/gi18n-lib.h>
+-#include <glib/ghash.h>
++#include <glib.h>
+
+ #include <string.h>
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_math_go-cspline_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_math_go-cspline_c Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-goffice_math_go-cspline_c,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/math/go-cspline.c~ 2009-01-18 16:39:34.000000000 +0000
++++ goffice/math/go-cspline.c
+@@ -26,8 +26,7 @@
+ #include <goffice/goffice-config.h>
+ #include "go-rangefunc.h"
+ #include "go-cspline.h"
+-#include <glib/gmem.h>
+-#include <glib/gmessages.h>
++#include <glib.h>
+
+ #ifndef DOUBLE
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_math_go-math_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_math_go-math_h Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_math_go-math_h,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/math/go-math.h~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/math/go-math.h
+@@ -3,7 +3,7 @@
+
+ #include <math.h>
+ #include <goffice/goffice-features.h>
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <goffice/goffice.h>
+
+ G_BEGIN_DECLS
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_c Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_math_go-rangefunc_c,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/math/go-rangefunc.c~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/math/go-rangefunc.c
+@@ -8,7 +8,7 @@
+
+ #include <goffice/goffice-config.h>
+ #include "go-rangefunc.h"
+-#include <glib/gmem.h>
++#include <glib.h>
+
+ #include <math.h>
+ #include <stdlib.h>
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_math_go-rangefunc_h Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-goffice_math_go-rangefunc_h,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/math/go-rangefunc.h~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/math/go-rangefunc.h
+@@ -1,6 +1,6 @@
+ #ifndef GO_RANGEFUNC_H
+ #define GO_RANGEFUNC_H
+-#include <glib/gmacros.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_math_go-regression_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_math_go-regression_c Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-goffice_math_go-regression_c,v 1.1 2012/05/10 07:28:16 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/math/go-regression.c~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/math/go-regression.c
+@@ -12,8 +12,7 @@
+ #include "go-rangefunc.h"
+ #include "go-math.h"
+
+-#include <glib/gmem.h>
+-#include <glib/gmessages.h>
++#include <glib.h>
+
+ #include <math.h>
+ #include <string.h>
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_math_go-regression_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_math_go-regression_h Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_math_go-regression_h,v 1.1 2012/05/10 07:28:17 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/math/go-regression.h~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/math/go-regression.h
+@@ -1,7 +1,7 @@
+ #ifndef GO_UTILS_REGRESSION_H
+ #define GO_UTILS_REGRESSION_H
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_ms-compat_go-ms-parser_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_ms-compat_go-ms-parser_c Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_ms-compat_go-ms-parser_c,v 1.1 2012/05/10 07:28:17 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/ms-compat/go-ms-parser.c~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/ms-compat/go-ms-parser.c
+@@ -23,7 +23,7 @@
+
+ #include <goffice/goffice-config.h>
+ #include <goffice/ms-compat/go-ms-parser.h>
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <gsf/gsf-input.h>
+ #include <gsf/gsf-utils.h>
+
diff -r d5389c050208 -r 98c87a4ade5b misc/goffice0.6/patches/patch-goffice_ms-compat_god-drawing-ms_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/goffice0.6/patches/patch-goffice_ms-compat_god-drawing-ms_c Thu May 10 07:28:16 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-goffice_ms-compat_god-drawing-ms_c,v 1.1 2012/05/10 07:28:17 dholland Exp $
+
+Fix build with latest glib2.
+
+--- goffice/ms-compat/god-drawing-ms.c~ 2008-07-08 09:54:59.000000000 +0000
++++ goffice/ms-compat/god-drawing-ms.c
+@@ -27,7 +27,7 @@
+ #include <goffice/ms-compat/god-image-ms.h>
+ #include <goffice/drawing/god-property-table.h>
+ #include <goffice/drawing/god-shape.h>
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include <gsf/gsf-input.h>
+ #include <gsf/gsf-utils.h>
+ #include <string.h>
Home |
Main Index |
Thread Index |
Old Index