pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/libgnomecups Build fixes for the new glib2.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1e3365fe922
branches: trunk
changeset: 603519:e1e3365fe922
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon May 07 00:31:46 2012 +0000
description:
Build fixes for the new glib2.
diffstat:
print/libgnomecups/distinfo | 4 +-
print/libgnomecups/patches/patch-libgnomecups_gnome-cups-i18n_c | 13 ++++++++
print/libgnomecups/patches/patch-libgnomecups_gnome-cups-init_h | 16 ++++++++++
3 files changed, 32 insertions(+), 1 deletions(-)
diffs (49 lines):
diff -r a1abf5677557 -r e1e3365fe922 print/libgnomecups/distinfo
--- a/print/libgnomecups/distinfo Mon May 07 00:26:48 2012 +0000
+++ b/print/libgnomecups/distinfo Mon May 07 00:31:46 2012 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.7 2009/04/07 11:12:27 drochner Exp $
+$NetBSD: distinfo,v 1.8 2012/05/07 00:31:46 dholland Exp $
SHA1 (libgnomecups-0.2.3.tar.gz) = f7e9a2be39e4e52b346a121d738dc935f45dcee1
RMD160 (libgnomecups-0.2.3.tar.gz) = 13215f0304440f53a3e91f0b0a02d6fcef626c44
Size (libgnomecups-0.2.3.tar.gz) = 455261 bytes
+SHA1 (patch-libgnomecups_gnome-cups-i18n_c) = d67cebfe703ac2a283c5096c8af30ddab79de725
+SHA1 (patch-libgnomecups_gnome-cups-init_h) = 0613660a334235db366c4d4d4cd22abc96f6dbff
diff -r a1abf5677557 -r e1e3365fe922 print/libgnomecups/patches/patch-libgnomecups_gnome-cups-i18n_c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-i18n_c Mon May 07 00:31:46 2012 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-libgnomecups_gnome-cups-i18n_c,v 1.1 2012/05/07 00:31:46 dholland Exp $
+
+Fix build with latest glib2.
+
+--- libgnomecups/gnome-cups-i18n.c~ 2007-01-02 00:18:51.000000000 +0000
++++ libgnomecups/gnome-cups-i18n.c
+@@ -1,5 +1,5 @@
+ #include <config.h>
+-#include <glib/gmacros.h>
++#include <glib.h>
+ #include "gnome-cups-i18n.h"
+
+ #ifdef ENABLE_NLS
diff -r a1abf5677557 -r e1e3365fe922 print/libgnomecups/patches/patch-libgnomecups_gnome-cups-init_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/libgnomecups/patches/patch-libgnomecups_gnome-cups-init_h Mon May 07 00:31:46 2012 +0000
@@ -0,0 +1,16 @@
+$NetBSD: patch-libgnomecups_gnome-cups-init_h,v 1.1 2012/05/07 00:31:46 dholland Exp $
+
+Fix build with latest glib2.
+
+--- libgnomecups/gnome-cups-init.h~ 2007-01-02 00:18:51.000000000 +0000
++++ libgnomecups/gnome-cups-init.h
+@@ -1,8 +1,7 @@
+ #ifndef GNOME_CUPS_INIT
+ #define GNOME_CUPS_INIT
+
+-#include <glib/gtypes.h>
+-#include <glib/gmacros.h>
++#include <glib.h>
+
+ G_BEGIN_DECLS
+
Home |
Main Index |
Thread Index |
Old Index