pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q3]: pkgsrc/devel/libgnome Pullup ticket #5609 - requested...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7751ffa75edc
branches:  pkgsrc-2017Q3
changeset: 408572:7751ffa75edc
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Mon Nov 06 19:09:00 2017 +0000

description:
Pullup ticket #5609 - requested by sevan
devel/libgnome: build fix

Revisions pulled up:
- devel/libgnome/distinfo                                       1.41
- devel/libgnome/patches/patch-libgnome_gnome-config.h          1.1

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Thu Oct 19 09:14:32 UTC 2017

   Modified Files:
           pkgsrc/devel/libgnome: distinfo
   Added Files:
           pkgsrc/devel/libgnome/patches: patch-libgnome_gnome-config.h

   Log Message:
   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 3e1678b06621 -r 7751ffa75edc devel/libgnome/distinfo
--- a/devel/libgnome/distinfo   Mon Nov 06 19:01:44 2017 +0000
+++ b/devel/libgnome/distinfo   Mon Nov 06 19:09:00 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.40 2015/11/03 03:27:41 agc Exp $
+$NetBSD: distinfo,v 1.40.18.1 2017/11/06 19:09:00 bsiegert 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 3e1678b06621 -r 7751ffa75edc 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      Mon Nov 06 19:09:00 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-libgnome_gnome-config.h,v 1.1.2.2 2017/11/06 19:09:00 bsiegert 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