pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgnome libgnome: Remove UTF-8 character causin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8204fe8cb21
branches:  trunk
changeset: 370569:b8204fe8cb21
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Thu Oct 19 09:14:32 2017 +0000

description:
libgnome: Remove UTF-8 character causing glib-mkenums failure.

Patch taken from MacPorts.

diffstat:

 devel/libgnome/distinfo                              |   3 ++-
 devel/libgnome/patches/patch-libgnome_gnome-config.h |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 4398f7e28d88 -r b8204fe8cb21 devel/libgnome/distinfo
--- a/devel/libgnome/distinfo   Thu Oct 19 08:51:13 2017 +0000
+++ b/devel/libgnome/distinfo   Thu Oct 19 09:14:32 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.40 2015/11/03 03:27:41 agc Exp $
+$NetBSD: distinfo,v 1.41 2017/10/19 09:14:32 jperkin Exp $
 
 SHA1 (libgnome-2.32.1.tar.bz2) = a6bc277ff90ca2f83b91c5bc5222f03ab553a52b
 RMD160 (libgnome-2.32.1.tar.bz2) = e425910756737363ef910e9d2d5cd3820d009441
 SHA512 (libgnome-2.32.1.tar.bz2) = f94e603255a93e73249e0fd9ed5604d732b44ad46f3cc3065afb46fc6162f6cf29304f49440b5c06303b8e68608b6fd16236076813febb5f1cbdcde4bfc3b3e3
 Size (libgnome-2.32.1.tar.bz2) = 1776006 bytes
 SHA1 (patch-libgnome_Makefile.in) = ccf3fcf5d0d7d609053ab2f36ce52d48f2321b82
+SHA1 (patch-libgnome_gnome-config.h) = 9339ac03448e5869f5f32b76c306f01f4dd5d58c
diff -r 4398f7e28d88 -r b8204fe8cb21 devel/libgnome/patches/patch-libgnome_gnome-config.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgnome/patches/patch-libgnome_gnome-config.h      Thu Oct 19 09:14:32 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-libgnome_gnome-config.h,v 1.1 2017/10/19 09:14:32 jperkin Exp $
+
+Remove UTF-8 characters that glib-mkenums does not like.
+
+--- libgnome/gnome-config.h.orig       2009-04-23 09:29:13.000000000 +0000
++++ libgnome/gnome-config.h
+@@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char
+ #define gnome_config_private_clean_key(path) \
+       (gnome_config_clean_key_((path),TRUE))
+ 
+-/* returns the true filename of the config file */
++/* returns the true filename of the config file */
+ #define gnome_config_get_real_path(path) \
+       (g_build_filename (gnome_user_dir_get(),(path),NULL))
+ #define gnome_config_private_get_real_path(path) \



Home | Main Index | Thread Index | Old Index