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.6.0.ebuild
Date: Thu, 27 Jan 2011 04:51:43
Message-Id: 20110127045132.F2E8E20057@flycatcher.gentoo.org
1 ssuominen 11/01/27 04:51:32
2
3 Modified: ChangeLog valgrind-3.6.0.ebuild
4 Log:
5 Fix compability with recent glibc release.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.119 dev-util/valgrind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.119&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.119&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.118&r2=1.119
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v
19 retrieving revision 1.118
20 retrieving revision 1.119
21 diff -u -r1.118 -r1.119
22 --- ChangeLog 10 Nov 2010 01:40:41 -0000 1.118
23 +++ ChangeLog 27 Jan 2011 04:51:32 -0000 1.119
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-util/valgrind
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.118 2010/11/10 01:40:41 blueness Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.119 2011/01/27 04:51:32 ssuominen Exp $
30 +
31 + 27 Jan 2011; Samuli Suominen <ssuominen@g.o> valgrind-3.6.0.ebuild,
32 + +files/valgrind-3.6.0-glibc-2.13.patch,
33 + +files/valgrind-3.6.0-strcasecmp.patch:
34 + Fix compability with recent glibc release.
35
36 *valgrind-3.6.0 (10 Nov 2010)
37
38
39
40
41 1.2 dev-util/valgrind/valgrind-3.6.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.6.0.ebuild?rev=1.2&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.6.0.ebuild?rev=1.2&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.6.0.ebuild?r1=1.1&r2=1.2
46
47 Index: valgrind-3.6.0.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.0.ebuild,v
50 retrieving revision 1.1
51 retrieving revision 1.2
52 diff -u -r1.1 -r1.2
53 --- valgrind-3.6.0.ebuild 10 Nov 2010 01:40:41 -0000 1.1
54 +++ valgrind-3.6.0.ebuild 27 Jan 2011 04:51:32 -0000 1.2
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2010 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.0.ebuild,v 1.1 2010/11/10 01:40:41 blueness Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.0.ebuild,v 1.2 2011/01/27 04:51:32 ssuominen Exp $
61
62 EAPI=2
63 inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
64 @@ -31,15 +31,19 @@
65 docs/Makefile.am || die
66
67 # Yet more local labels, this time for ppc32 & ppc64
68 - epatch "${FILESDIR}/valgrind-3.6.0-local-labels.patch"
69 + epatch "${FILESDIR}"/${PN}-3.6.0-local-labels.patch
70
71 # Don't build in empty assembly files for other platforms or we'll get a QA
72 # warning about executable stacks.
73 - epatch "${FILESDIR}/valgrind-3.6.0-non-exec-stack.patch"
74 + epatch "${FILESDIR}"/${PN}-3.6.0-non-exec-stack.patch
75
76 # Fix up some suppressions that were not general enough for glibc versions
77 # with more than just a major and minor number.
78 - epatch "${FILESDIR}/valgrind-3.4.1-glibc-2.10.1.patch"
79 + epatch "${FILESDIR}"/${PN}-3.4.1-glibc-2.10.1.patch
80 +
81 + # Fix for recent glibc
82 + epatch "${FILESDIR}"/${PN}-3.6.0-glibc-2.13.patch
83 + epatch "${FILESDIR}"/${PN}-3.6.0-strcasecmp.patch
84
85 # Regenerate autotools files
86 eautoreconf