Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/glib: ChangeLog glib-2.16.3.ebuild
Date: Wed, 18 Jun 2008 15:41:28
Message-Id: E1K8zmk-0007pY-MC@stork.gentoo.org
1 armin76 08/06/18 15:41:22
2
3 Modified: ChangeLog glib-2.16.3.ebuild
4 Log:
5 Fix test failure on alpha/ppc/sparc and probably other arches, authorized by leio, GNOME bug #538836
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.316 dev-libs/glib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.316&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?rev=1.316&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/ChangeLog?r1=1.315&r2=1.316
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v
18 retrieving revision 1.315
19 retrieving revision 1.316
20 diff -u -r1.315 -r1.316
21 --- ChangeLog 9 Apr 2008 23:59:43 -0000 1.315
22 +++ ChangeLog 18 Jun 2008 15:41:22 -0000 1.316
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-libs/glib
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.315 2008/04/09 23:59:43 leio Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/ChangeLog,v 1.316 2008/06/18 15:41:22 armin76 Exp $
28 +
29 + 18 Jun 2008; Raúl Porcel <armin76@g.o> glib-2.16.3.ebuild:
30 + Fix test failure on alpha/ppc/sparc and probably other arches, authorized
31 + by leio, GNOME bug #538836
32
33 *glib-2.16.3 (09 Apr 2008)
34
35
36
37
38 1.2 dev-libs/glib/glib-2.16.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.16.3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.16.3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/glib/glib-2.16.3.ebuild?r1=1.1&r2=1.2
43
44 Index: glib-2.16.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- glib-2.16.3.ebuild 9 Apr 2008 23:59:43 -0000 1.1
51 +++ glib-2.16.3.ebuild 18 Jun 2008 15:41:22 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.3.ebuild,v 1.1 2008/04/09 23:59:43 leio Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/glib/glib-2.16.3.ebuild,v 1.2 2008/06/18 15:41:22 armin76 Exp $
57
58 inherit gnome.org libtool eutils flag-o-matic
59
60 @@ -46,6 +46,11 @@
61 sed -e "s/MATCH_LIMIT_RECURSION=10000000/MATCH_LIMIT_RECURSION=8192/g" \
62 -i "${S}/glib/pcre/Makefile.in" "${S}/glib/pcre/Makefile.am"
63
64 + # GNOME bug #538836, fix gio test failure on various arches
65 + sed -i -e 's:|\\<g_atomic_int\\|:|\\<g_atomic_int\\|\\<g_atomic_pointer_get\\|:' \
66 + "${S}/gio/pltcheck.sh"
67 +
68 +
69 # Fix gmodule issues on fbsd; bug #184301
70 epatch "${FILESDIR}"/${PN}-2.12.12-fbsd.patch
71
72
73
74
75 --
76 gentoo-commits@l.g.o mailing list