williamh 14/09/11 21:28:06 Modified: dhcpcd-6.4.3.ebuild ChangeLog Log: Add build-time fix for uclibc for bug #522158, thanks to David Flogeras for the patch; Roy suggested that I should use this one for 6.4.3 instead of what he has added to upstream. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538)
Revision Changes Path 1.10 net-misc/dhcpcd/dhcpcd-6.4.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild?r1=1.9&r2=1.10 Index: dhcpcd-6.4.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- dhcpcd-6.4.3.ebuild 1 Aug 2014 20:13:21 -0000 1.9 +++ dhcpcd-6.4.3.ebuild 11 Sep 2014 21:28:05 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.9 2014/08/01 20:13:21 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.4.3.ebuild,v 1.10 2014/09/11 21:28:05 williamh Exp $ EAPI=5 @@ -52,6 +52,7 @@ src_prepare() { + epatch "${FILESDIR}"/${P}-uclibc-fix.patch epatch_user } 1.418 net-misc/dhcpcd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.418&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.418&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.417&r2=1.418 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v retrieving revision 1.417 retrieving revision 1.418 diff -u -r1.417 -r1.418 --- ChangeLog 1 Aug 2014 21:12:57 -0000 1.417 +++ ChangeLog 11 Sep 2014 21:28:05 -0000 1.418 @@ -1,6 +1,12 @@ # ChangeLog for net-misc/dhcpcd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.417 2014/08/01 21:12:57 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.418 2014/09/11 21:28:05 williamh Exp $ + + 11 Sep 2014; William Hubbs <willi...@gentoo.org> + +files/dhcpcd-6.4.3-uclibc-fix.patch, dhcpcd-6.4.3.ebuild: + Add build-time fix for uclibc for bug #522158, thanks to David Flogeras for + the patch; Roy suggested that I should use this one for 6.4.3 instead of what + he has added to upstream. 01 Aug 2014; William Hubbs <willi...@gentoo.org> -dhcpcd-5.6.4.ebuild, -dhcpcd-6.2.0-r1.ebuild, -files/dhcpcd-6.2.0-dynamic-init.patch,