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/valgrind: ChangeLog valgrind-3.5.0.ebuild
Date: Thu, 19 Aug 2010 17:58:21
Message-Id: 20100819175817.6BCAE2004E@flycatcher.gentoo.org
1 ssuominen 10/08/19 17:58:17
2
3 Modified: ChangeLog valgrind-3.5.0.ebuild
4 Log:
5 Fix building with recent glibc wrt #332871 by Michal Vaner.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.115 dev-util/valgrind/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.115&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.115&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.114&r2=1.115
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
18 retrieving revision 1.114
19 retrieving revision 1.115
20 diff -u -r1.114 -r1.115
21 --- ChangeLog 21 May 2010 18:59:32 -0000 1.114
22 +++ ChangeLog 19 Aug 2010 17:58:17 -0000 1.115
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-util/valgrind
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.114 2010/05/21 18:59:32 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.115 2010/08/19 17:58:17 ssuominen Exp $
28 +
29 + 19 Aug 2010; Samuli Suominen <ssuominen@g.o> valgrind-3.5.0.ebuild,
30 + +files/valgrind-3.5.0-glibc-2.12.patch,
31 + +files/valgrind-3.5.0-stat_h.patch:
32 + Fix building with recent glibc wrt #332871 by Michal Vaner.
33
34 21 May 2010; Peter Volkov <pva@g.o> valgrind-3.5.0.ebuild:
35 amd64 stable, bug 304287
36
37
38
39 1.9 dev-util/valgrind/valgrind-3.5.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild?rev=1.9&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild?rev=1.9&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild?r1=1.8&r2=1.9
44
45 Index: valgrind-3.5.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild,v
48 retrieving revision 1.8
49 retrieving revision 1.9
50 diff -u -r1.8 -r1.9
51 --- valgrind-3.5.0.ebuild 21 May 2010 18:59:32 -0000 1.8
52 +++ valgrind-3.5.0.ebuild 19 Aug 2010 17:58:17 -0000 1.9
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild,v 1.8 2010/05/21 18:59:32 pva Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.5.0.ebuild,v 1.9 2010/08/19 17:58:17 ssuominen Exp $
58
59 inherit autotools eutils flag-o-matic toolchain-funcs
60
61 @@ -49,6 +49,10 @@
62 # warning about executable stacks.
63 epatch "${FILESDIR}/valgrind-3.5.0-non-exec-stack.patch"
64
65 + # Minimal fixes required for glibc-2.12
66 + epatch "${FILESDIR}/valgrind-3.5.0-glibc-2.12.patch"
67 + epatch "${FILESDIR}/valgrind-3.5.0-stat_h.patch"
68 +
69 # Regenerate autotools files
70 eautoreconf
71 }