Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/google-perftools: google-perftools-2.0.ebuild ChangeLog google-perftools-1.9.ebuild google-perftools-1.10.ebuild
Date: Mon, 09 Jul 2012 10:49:22
Message-Id: 20120709104906.D75DF20063@flycatcher.gentoo.org
1 flameeyes 12/07/09 10:49:06
2
3 Modified: google-perftools-2.0.ebuild ChangeLog
4 Removed: google-perftools-1.9.ebuild
5 google-perftools-1.10.ebuild
6 Log:
7 Remove old; add a patch to build with glibc 2.16 (bug #424992); make sure to disable frame pointer omission as upstream seems to be concerned about it.
8
9 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 dev-util/google-perftools/google-perftools-2.0.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild?r1=1.1&r2=1.2
17
18 Index: google-perftools-2.0.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- google-perftools-2.0.ebuild 6 Jul 2012 00:57:34 -0000 1.1
25 +++ google-perftools-2.0.ebuild 9 Jul 2012 10:49:06 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild,v 1.1 2012/07/06 00:57:34 flameeyes Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/google-perftools-2.0.ebuild,v 1.2 2012/07/09 10:49:06 flameeyes Exp $
31
32 EAPI=4
33
34 @@ -38,10 +38,14 @@
35 makeopts="${makeopts} dist_doc_DATA= "
36 }
37
38 +src_prepare() {
39 + epatch "${FILESDIR}/${MY_P}+glibc-2.16.patch"
40 +}
41 +
42 src_configure() {
43 use largepages && append-cppflags -DTCMALLOC_LARGE_PAGES
44
45 - append-flags -fno-strict-aliasing
46 + append-flags -fno-strict-aliasing -fno-omit-frame-pointer
47
48 econf \
49 --disable-static \
50
51
52
53 1.19 dev-util/google-perftools/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/ChangeLog?rev=1.19&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/ChangeLog?rev=1.19&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/google-perftools/ChangeLog?r1=1.18&r2=1.19
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v
62 retrieving revision 1.18
63 retrieving revision 1.19
64 diff -u -r1.18 -r1.19
65 --- ChangeLog 6 Jul 2012 00:57:34 -0000 1.18
66 +++ ChangeLog 9 Jul 2012 10:49:06 -0000 1.19
67 @@ -1,6 +1,12 @@
68 # ChangeLog for dev-util/google-perftools
69 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.18 2012/07/06 00:57:34 flameeyes Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-util/google-perftools/ChangeLog,v 1.19 2012/07/09 10:49:06 flameeyes Exp $
72 +
73 + 09 Jul 2012; Diego E. Pettenò <flameeyes@g.o>
74 + +files/gperftools-2.0+glibc-2.16.patch, -google-perftools-1.10.ebuild,
75 + -google-perftools-1.9.ebuild, google-perftools-2.0.ebuild:
76 + Remove old; add a patch to build with glibc 2.16 (bug #424992); make sure to
77 + disable frame pointer omission as upstream seems to be concerned about it.
78
79 *google-perftools-2.0 (06 Jul 2012)
80 *google-perftools-1.10 (06 Jul 2012)