pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2017Q3] pkgsrc/devel/libgnome
Module Name: pkgsrc
Committed By: bsiegert
Date: Mon Nov 6 19:09:00 UTC 2017
Modified Files:
pkgsrc/devel/libgnome [pkgsrc-2017Q3]: distinfo
Added Files:
pkgsrc/devel/libgnome/patches [pkgsrc-2017Q3]:
patch-libgnome_gnome-config.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.40.18.1 pkgsrc/devel/libgnome/distinfo
cvs rdiff -u -r0 -r1.1.2.2 \
pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libgnome/distinfo
diff -u pkgsrc/devel/libgnome/distinfo:1.40 pkgsrc/devel/libgnome/distinfo:1.40.18.1
--- pkgsrc/devel/libgnome/distinfo:1.40 Tue Nov 3 03:27:41 2015
+++ pkgsrc/devel/libgnome/distinfo Mon Nov 6 19:09:00 2017
@@ -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
Added files:
Index: pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h
diff -u /dev/null pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h:1.1.2.2
--- /dev/null Mon Nov 6 19:09:00 2017
+++ pkgsrc/devel/libgnome/patches/patch-libgnome_gnome-config.h Mon Nov 6 19:09:00 2017
@@ -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