chithanh 15/03/24 11:35:44 Modified: mesa-10.5.1.ebuild ChangeLog Log: Apply patch to fix build problem, bug #543566. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.3 media-libs/mesa/mesa-10.5.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild?r1=1.2&r2=1.3 Index: mesa-10.5.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mesa-10.5.1.ebuild 17 Mar 2015 11:43:43 -0000 1.2 +++ mesa-10.5.1.ebuild 24 Mar 2015 11:35:44 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v 1.2 2015/03/17 11:43:43 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/mesa-10.5.1.ebuild,v 1.3 2015/03/24 11:35:44 chithanh Exp $ EAPI=5 @@ -185,6 +185,7 @@ # fix for hardened pax_kernel, bug 240956 [[ ${PV} != 9999* ]] && epatch "${FILESDIR}"/glx_ro_text_segm.patch + epatch "${FILESDIR}"/${P}-fstat-include.patch eautoreconf } 1.631 media-libs/mesa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.631&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?rev=1.631&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/mesa/ChangeLog?r1=1.630&r2=1.631 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v retrieving revision 1.630 retrieving revision 1.631 diff -u -r1.630 -r1.631 --- ChangeLog 17 Mar 2015 11:43:43 -0000 1.630 +++ ChangeLog 24 Mar 2015 11:35:44 -0000 1.631 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/mesa # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.630 2015/03/17 11:43:43 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/mesa/ChangeLog,v 1.631 2015/03/24 11:35:44 chithanh Exp $ + + 24 Mar 2015; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org> + +files/mesa-10.5.1-fstat-include.patch, mesa-10.5.1.ebuild: + Apply patch to fix build problem, bug #543566. 17 Mar 2015; Chí-Thanh Christopher Nguyễn <chith...@gentoo.org> mesa-10.2.8.ebuild, mesa-10.3.7-r1.ebuild, mesa-10.3.7-r2.ebuild,