Mon Nov 6 19:09:00 2017 UTC ()
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.


(bsiegert)
diff -r1.40 -r1.40.18.1 pkgsrc/devel/libgnome/distinfo
diff -r0 -r1.1.2.2 pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h

cvs diff -r1.40 -r1.40.18.1 pkgsrc/devel/libgnome/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/libgnome/distinfo 2015/11/03 03:27:41 1.40
+++ pkgsrc/devel/libgnome/distinfo 2017/11/06 19:09:00 1.40.18.1
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.40 2015/11/03 03:27:41 agc Exp $ 1$NetBSD: distinfo,v 1.40.18.1 2017/11/06 19:09:00 bsiegert Exp $
2 2
3SHA1 (libgnome-2.32.1.tar.bz2) = a6bc277ff90ca2f83b91c5bc5222f03ab553a52b 3SHA1 (libgnome-2.32.1.tar.bz2) = a6bc277ff90ca2f83b91c5bc5222f03ab553a52b
4RMD160 (libgnome-2.32.1.tar.bz2) = e425910756737363ef910e9d2d5cd3820d009441 4RMD160 (libgnome-2.32.1.tar.bz2) = e425910756737363ef910e9d2d5cd3820d009441
5SHA512 (libgnome-2.32.1.tar.bz2) = f94e603255a93e73249e0fd9ed5604d732b44ad46f3cc3065afb46fc6162f6cf29304f49440b5c06303b8e68608b6fd16236076813febb5f1cbdcde4bfc3b3e3 5SHA512 (libgnome-2.32.1.tar.bz2) = f94e603255a93e73249e0fd9ed5604d732b44ad46f3cc3065afb46fc6162f6cf29304f49440b5c06303b8e68608b6fd16236076813febb5f1cbdcde4bfc3b3e3
6Size (libgnome-2.32.1.tar.bz2) = 1776006 bytes 6Size (libgnome-2.32.1.tar.bz2) = 1776006 bytes
7SHA1 (patch-libgnome_Makefile.in) = ccf3fcf5d0d7d609053ab2f36ce52d48f2321b82 7SHA1 (patch-libgnome_Makefile.in) = ccf3fcf5d0d7d609053ab2f36ce52d48f2321b82
 8SHA1 (patch-libgnome_gnome-config.h) = 9339ac03448e5869f5f32b76c306f01f4dd5d58c

File Added: pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h
$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) \