blueness 14/04/15 13:32:53 Modified: valgrind-3.9.0.ebuild ChangeLog Log: Build 3.9.0 against glibc 2.19, bug #506284 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 dev-util/valgrind/valgrind-3.9.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild?r1=1.1&r2=1.2 Index: valgrind-3.9.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- valgrind-3.9.0.ebuild 2 Nov 2013 23:59:17 -0000 1.1 +++ valgrind-3.9.0.ebuild 15 Apr 2014 13:32:53 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild,v 1.1 2013/11/02 23:59:17 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.9.0.ebuild,v 1.2 2014/04/15 13:32:53 blueness Exp $ EAPI="4" inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils @@ -37,6 +37,9 @@ # warning about executable stacks. epatch "${FILESDIR}"/${PN}-3.9.0-non-exec-stack.patch + # glibc 2.19 fix + epatch "${FILESDIR}"/${PN}-3.9.0-glibc-2.19.patch + # Regenerate autotools files eautoreconf } 1.173 dev-util/valgrind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.173&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?rev=1.173&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/valgrind/ChangeLog?r1=1.172&r2=1.173 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v retrieving revision 1.172 retrieving revision 1.173 diff -u -r1.172 -r1.173 --- ChangeLog 2 Nov 2013 23:59:17 -0000 1.172 +++ ChangeLog 15 Apr 2014 13:32:53 -0000 1.173 @@ -1,6 +1,10 @@ # ChangeLog for dev-util/valgrind -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.172 2013/11/02 23:59:17 blueness Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.173 2014/04/15 13:32:53 blueness Exp $ + + 15 Apr 2014; Anthony G. Basile <[email protected]> + +files/valgrind-3.9.0-glibc-2.19.patch, valgrind-3.9.0.ebuild: + Build 3.9.0 against glibc 2.19, bug #506284 *valgrind-3.9.0 (02 Nov 2013)
