Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/dwarves: ChangeLog dwarves-1.8.ebuild
Date: Fri, 10 Sep 2010 05:14:58
Message-Id: 20100910051456.449E620054@flycatcher.gentoo.org
1 ssuominen 10/09/10 05:14:56
2
3 Modified: ChangeLog dwarves-1.8.ebuild
4 Log:
5 Fix building with recent glibc wrt #336478 by Benjamin Bannier.
6
7 (Portage version: 2.2_rc78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 dev-util/dwarves/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 8 Dec 2009 22:10:36 -0000 1.9
23 +++ ChangeLog 10 Sep 2010 05:14:56 -0000 1.10
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-util/dwarves
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.9 2009/12/08 22:10:36 flameeyes Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/ChangeLog,v 1.10 2010/09/10 05:14:56 ssuominen Exp $
30 +
31 + 10 Sep 2010; Samuli Suominen <ssuominen@g.o> dwarves-1.8.ebuild,
32 + +files/dwarves-1.8-glibc-212.patch:
33 + Fix building with recent glibc wrt #336478 by Benjamin Bannier.
34
35 *dwarves-1.8 (08 Dec 2009)
36
37
38
39
40 1.2 dev-util/dwarves/dwarves-1.8.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.8.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.8.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwarves/dwarves-1.8.ebuild?r1=1.1&r2=1.2
45
46 Index: dwarves-1.8.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.8.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- dwarves-1.8.ebuild 8 Dec 2009 22:10:36 -0000 1.1
53 +++ dwarves-1.8.ebuild 10 Sep 2010 05:14:56 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2009 Gentoo Foundation
56 +# Copyright 1999-2010 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.8.ebuild,v 1.1 2009/12/08 22:10:36 flameeyes Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-util/dwarves/dwarves-1.8.ebuild,v 1.2 2010/09/10 05:14:56 ssuominen Exp $
60
61 inherit toolchain-funcs multilib cmake-utils flag-o-matic
62
63 @@ -23,6 +23,8 @@
64 SRC_URI="mirror://gentoo/${P}.tar.bz2"
65 fi
66
67 +PATCHES=( "${FILESDIR}"/${P}-glibc-212.patch )
68 +
69 src_compile() {
70 tc-export CC CXX LD