vapier 15/05/17 05:02:02 Modified: yaboot-1.3.17-r2.ebuild ChangeLog Log: Add pread/pwrite stubs that newer ext2 libs use #527974 by Agostino Sarubbo. (Portage version: 2.2.19/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.9 sys-boot/yaboot/yaboot-1.3.17-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild?r1=1.8&r2=1.9 Index: yaboot-1.3.17-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- yaboot-1.3.17-r2.ebuild 17 May 2015 04:27:34 -0000 1.8 +++ yaboot-1.3.17-r2.ebuild 17 May 2015 05:02:02 -0000 1.9 @@ -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/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 1.8 2015/05/17 04:27:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/yaboot-1.3.17-r2.ebuild,v 1.9 2015/05/17 05:02:02 vapier Exp $ EAPI="5" @@ -32,19 +32,16 @@ src_prepare() { # No need to hardcode this path -- the compiler already knows to use it. + # Error only on real errors, for prom printing format compile failure. sed -i \ -e 's:-I/usr/include::' \ + -e 's:-Werror:-Wno-error:g' \ Makefile || die # dual boot patch epatch "${FILESDIR}/yabootconfig-1.3.13.patch" epatch "${FILESDIR}/chrpfix.patch" epatch "${FILESDIR}/${P}-nopiessp-gcc4.patch" - - # Error only on real errors, for prom printing format compile failure - sed -i "s:-Werror:-Wno-error:g" Makefile - - # Stub out some functions that are not provided (and unneeded) epatch "${FILESDIR}/${PN}-stubfuncs.patch" # Fix the devspec path on newer kernels 1.53 sys-boot/yaboot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.53&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?rev=1.53&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-boot/yaboot/ChangeLog?r1=1.52&r2=1.53 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- ChangeLog 17 May 2015 04:33:12 -0000 1.52 +++ ChangeLog 17 May 2015 05:02:02 -0000 1.53 @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/yaboot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.52 2015/05/17 04:33:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/yaboot/ChangeLog,v 1.53 2015/05/17 05:02:02 vapier Exp $ + + 17 May 2015; Mike Frysinger <[email protected]> files/yaboot-stubfuncs.patch, + yaboot-1.3.17-r2.ebuild: + Add pread/pwrite stubs that newer ext2 libs use #527974 by Agostino Sarubbo. 17 May 2015; Mike Frysinger <[email protected]> files/yaboot-1.3.17-nopiessp-gcc4.patch, files/yaboot-nopiessp-gcc4.patch:
