Gentoo Archives: gentoo-commits

From: "Jory Pratt (anarchy)" <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.8.1.19.ebuild
Date: Mon, 24 Aug 2009 20:41:20
Message-Id: E1MfgLu-0000eE-Lq@stork.gentoo.org
1 anarchy 09/08/24 20:41:18
2
3 Modified: ChangeLog xulrunner-1.8.1.19.ebuild
4 Log:
5 Fix for bug #280562
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.239 net-libs/xulrunner/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.239&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.239&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.238&r2=1.239
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
18 retrieving revision 1.238
19 retrieving revision 1.239
20 diff -u -r1.238 -r1.239
21 --- ChangeLog 24 Aug 2009 17:54:36 -0000 1.238
22 +++ ChangeLog 24 Aug 2009 20:41:18 -0000 1.239
23 @@ -1,6 +1,11 @@
24 # ChangeLog for net-libs/xulrunner
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.238 2009/08/24 17:54:36 fauli Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.239 2009/08/24 20:41:18 anarchy Exp $
28 +
29 + 24 Aug 2009; Jory A. Pratt <anarchy@g.o> xulrunner-1.8.1.19.ebuild,
30 + +files/xulrunner-1.8.1.19-glibc-2.10-support.patch:
31 + Fix compilation with glibc-2.10.x and gcc-4.4.1, bug #280562, thanks
32 + Attila Toth
33
34 24 Aug 2009; Christian Faulhammer <fauli@g.o>
35 xulrunner-1.9.0.13.ebuild:
36
37
38
39 1.10 net-libs/xulrunner/xulrunner-1.8.1.19.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild?rev=1.10&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild?rev=1.10&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild?r1=1.9&r2=1.10
44
45 Index: xulrunner-1.8.1.19.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild,v
48 retrieving revision 1.9
49 retrieving revision 1.10
50 diff -u -r1.9 -r1.10
51 --- xulrunner-1.8.1.19.ebuild 7 Jul 2009 15:03:57 -0000 1.9
52 +++ xulrunner-1.8.1.19.ebuild 24 Aug 2009 20:41:18 -0000 1.10
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild,v 1.9 2009/07/07 15:03:57 nirbheek Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild,v 1.10 2009/08/24 20:41:18 anarchy Exp $
58
59 WANT_AUTOCONF="2.1"
60
61 @@ -62,6 +62,7 @@
62
63 # gcc-4.4 #elif -> #else, bug 270093
64 epatch "${FILESDIR}/xulrunner-1.8-gcc-4.4.patch"
65 + epatch "${FILESDIR}/${P}-glibc-2.10-support.patch"
66
67 eautoreconf || die "failed running eautoreconf"
68 }