williamh    14/04/20 23:21:06

  Modified:             dhcpcd-6.3.2.ebuild ChangeLog
  Log:
  Add a patch to fix handling of the CC variable and a patch to fix handling of 
--host, both for bug#505508. Also add a patch to make configure script test for 
dlopen.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
0x8568F528)

Revision  Changes    Path
1.2                  net-misc/dhcpcd/dhcpcd-6.3.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.2.ebuild?r1=1.1&r2=1.2

Index: dhcpcd-6.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhcpcd-6.3.2.ebuild 23 Mar 2014 01:56:05 -0000      1.1
+++ dhcpcd-6.3.2.ebuild 20 Apr 2014 23:21:06 -0000      1.2
@@ -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.3.2.ebuild,v 1.1 
2014/03/23 01:56:05 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-6.3.2.ebuild,v 1.2 
2014/04/20 23:21:06 williamh Exp $
 
 EAPI=5
 
@@ -52,6 +52,9 @@
 
 src_prepare()
 {
+       epatch "${FILESDIR}"/${P}-gettime-dlopen.patch
+       epatch "${FILESDIR}"/${P}-fix-cc-setting.patch
+       epatch "${FILESDIR}"/${P}-fix-host.patch
        epatch_user
 }
 
@@ -62,7 +65,6 @@
        hooks="--with-hook=ntp.conf"
        use elibc_glibc && hooks="${hooks} --with-hook=yp.conf"
        use kernel_linux && rundir="--rundir=${EPREFIX}/run"
-       tc-export CC
        econf \
                --prefix="${EPREFIX}" \
                --libexecdir="${EPREFIX}/lib/dhcpcd" \



1.399                net-misc/dhcpcd/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.399&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?rev=1.399&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/dhcpcd/ChangeLog?r1=1.398&r2=1.399

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -r1.398 -r1.399
--- ChangeLog   6 Apr 2014 14:41:57 -0000       1.398
+++ ChangeLog   20 Apr 2014 23:21:06 -0000      1.399
@@ -1,6 +1,13 @@
 # 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.398 
2014/04/06 14:41:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.399 
2014/04/20 23:21:06 williamh Exp $
+
+  20 Apr 2014; William Hubbs <willi...@gentoo.org>
+  +files/dhcpcd-6.3.2-fix-cc-setting.patch, +files/dhcpcd-6.3.2-fix-host.patch,
+  +files/dhcpcd-6.3.2-gettime-dlopen.patch, dhcpcd-6.3.2.ebuild:
+  Add a patch to fix handling of the CC variable and a patch to fix handling of
+  --host, both for bug#505508. Also add a patch to make configure script test
+  for dlopen.
 
   06 Apr 2014; Mike Frysinger <vap...@gentoo.org> dhcpcd-5.6.4.ebuild,
   dhcpcd-6.2.0-r1.ebuild, dhcpcd-6.3.2.ebuild, dhcpcd-9999.ebuild:




Reply via email to