pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libgnomeui Made all input files in devel/libgnom...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87eb464e73c2
branches:  trunk
changeset: 370581:87eb464e73c2
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Oct 19 23:05:43 2017 +0000

description:
Made all input files in devel/libgnomeui UTF8

This solves a compile error, glib-mkenums expects all files to be UTF8.
Patch lifted from:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870729

diffstat:

 devel/libgnomeui/Makefile                                |   4 ++--
 devel/libgnomeui/buildlink3.mk                           |   4 ++--
 devel/libgnomeui/distinfo                                |   3 ++-
 devel/libgnomeui/patches/patch-libgnomeui-gnome_scores.h |  15 +++++++++++++++
 4 files changed, 21 insertions(+), 5 deletions(-)

diffs (64 lines):

diff -r 6aac53c2e5b5 -r 87eb464e73c2 devel/libgnomeui/Makefile
--- a/devel/libgnomeui/Makefile Thu Oct 19 22:30:52 2017 +0000
+++ b/devel/libgnomeui/Makefile Thu Oct 19 23:05:43 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.136 2017/10/16 18:46:55 jperkin Exp $
+# $NetBSD: Makefile,v 1.137 2017/10/19 23:05:43 jaapb Exp $
 #
 
 DISTNAME=      libgnomeui-2.24.5
-PKGREVISION=   34
+PKGREVISION=   35
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libgnomeui/2.24/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 6aac53c2e5b5 -r 87eb464e73c2 devel/libgnomeui/buildlink3.mk
--- a/devel/libgnomeui/buildlink3.mk    Thu Oct 19 22:30:52 2017 +0000
+++ b/devel/libgnomeui/buildlink3.mk    Thu Oct 19 23:05:43 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.62 2017/02/12 06:24:40 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.63 2017/10/19 23:05:43 jaapb Exp $
 
 BUILDLINK_TREE+=       libgnomeui
 
@@ -6,7 +6,7 @@
 LIBGNOMEUI_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.libgnomeui+=             libgnomeui>=2.8.0
-BUILDLINK_ABI_DEPENDS.libgnomeui+=     libgnomeui>=2.24.5nb34
+BUILDLINK_ABI_DEPENDS.libgnomeui+=     libgnomeui>=2.24.5nb35
 BUILDLINK_PKGSRCDIR.libgnomeui?=       ../../devel/libgnomeui
 
 .include "../../devel/GConf/buildlink3.mk"
diff -r 6aac53c2e5b5 -r 87eb464e73c2 devel/libgnomeui/distinfo
--- a/devel/libgnomeui/distinfo Thu Oct 19 22:30:52 2017 +0000
+++ b/devel/libgnomeui/distinfo Thu Oct 19 23:05:43 2017 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.35 2015/11/03 03:27:41 agc Exp $
+$NetBSD: distinfo,v 1.36 2017/10/19 23:05:43 jaapb Exp $
 
 SHA1 (libgnomeui-2.24.5.tar.bz2) = a89d88416403b20a958bd19257522cf7a75ea344
 RMD160 (libgnomeui-2.24.5.tar.bz2) = 447e0968221ba28844dbba5cc4ef260e637e9b9d
 SHA512 (libgnomeui-2.24.5.tar.bz2) = e78fbe909179161acb6f7a1d31b8a247c9007af55c7f9c36422791be8d2681d42edfa582c19db88459d36309a18c03cb859997fe6b5918f602884607a8b6d5d5
 Size (libgnomeui-2.24.5.tar.bz2) = 1440172 bytes
 SHA1 (patch-aa) = 188de82086b06d84f2c93678c04636df9bcd8de5
+SHA1 (patch-libgnomeui-gnome_scores.h) = 7e06012c2a5b117fe9c3a0cc891c351b15519e00
diff -r 6aac53c2e5b5 -r 87eb464e73c2 devel/libgnomeui/patches/patch-libgnomeui-gnome_scores.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libgnomeui/patches/patch-libgnomeui-gnome_scores.h  Thu Oct 19 23:05:43 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-libgnomeui-gnome_scores.h,v 1.1 2017/10/19 23:05:43 jaapb Exp $
+
+glib-mkenums expects input files to be UTF-8
+(see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=870729 ))
+--- libgnomeui/gnome-scores.h.orig     2009-04-24 20:14:57.000000000 +0000
++++ libgnomeui/gnome-scores.h
+@@ -27,7 +27,7 @@
+  * "High Scores" Widget 
+  *
+  * AUTHOR: 
+- * Horacio J. Peña <horape%compendium.com.ar@localhost>
++ * Horacio J. Peña <horape%compendium.com.ar@localhost>
+  *
+  * This is free software (under the terms of the GNU LGPL)
+  *



Home | Main Index | Thread Index | Old Index