summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2007-07-10 08:24:18 +0000
committerRoy Marples <uberlord@gentoo.org>2007-07-10 08:24:18 +0000
commit60a7adc8c6ac4a1023bea39658209b4eaf0b2ca6 (patch)
tree26d31792f1414aabb91afc4b8a8c1bc479f7a8b7 /net-misc
parentstable x86, bug 162676 (diff)
downloadgentoo-2-60a7adc8c6ac4a1023bea39658209b4eaf0b2ca6.tar.gz
gentoo-2-60a7adc8c6ac4a1023bea39658209b4eaf0b2ca6.tar.bz2
gentoo-2-60a7adc8c6ac4a1023bea39658209b4eaf0b2ca6.zip
New version to fix compat with old stlye BOOTP servers, #184694
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/dhcpcd/ChangeLog7
-rw-r--r--net-misc/dhcpcd/dhcpcd-3.0.19.ebuild35
-rw-r--r--net-misc/dhcpcd/files/digest-dhcpcd-3.0.193
3 files changed, 44 insertions, 1 deletions
diff --git a/net-misc/dhcpcd/ChangeLog b/net-misc/dhcpcd/ChangeLog
index a437650a9c74..4ca8770d2ed5 100644
--- a/net-misc/dhcpcd/ChangeLog
+++ b/net-misc/dhcpcd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/dhcpcd
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.146 2007/06/28 21:51:47 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/ChangeLog,v 1.147 2007/07/10 08:24:18 uberlord Exp $
+
+*dhcpcd-3.0.19 (10 Jul 2007)
+
+ 10 Jul 2007; Roy Marples <uberlord@gentoo.org> +dhcpcd-3.0.19.ebuild:
+ New version to fix compat with old stlye BOOTP servers, #184694
*dhcpcd-3.0.18 (28 Jun 2007)
diff --git a/net-misc/dhcpcd/dhcpcd-3.0.19.ebuild b/net-misc/dhcpcd/dhcpcd-3.0.19.ebuild
new file mode 100644
index 000000000000..052679581c19
--- /dev/null
+++ b/net-misc/dhcpcd/dhcpcd-3.0.19.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcpcd/dhcpcd-3.0.19.ebuild,v 1.1 2007/07/10 08:24:18 uberlord Exp $
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="A DHCP client"
+HOMEPAGE="http://dhcpcd.berlios.de"
+SRC_URI="http://download.berlios.de/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=""
+PROVIDE="virtual/dhcpc"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ # Redefine the location of ntp.drift
+ sed -i -e 's,#define NTPDRIFTFILE\t.*,#define NTPDRIFTFILE\t\t\"/var/lib/ntp/ntp.drift\",' \
+ pathnames.h || die "sed failed"
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" || die
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+ dodoc ChangeLog
+}
diff --git a/net-misc/dhcpcd/files/digest-dhcpcd-3.0.19 b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.19
new file mode 100644
index 000000000000..0461a1c131eb
--- /dev/null
+++ b/net-misc/dhcpcd/files/digest-dhcpcd-3.0.19
@@ -0,0 +1,3 @@
+MD5 90d6df62d663bdea65d5905023377b39 dhcpcd-3.0.19.tar.bz2 34051
+RMD160 3fc5793cf1c76e7369aec64abafe66d2945c3c54 dhcpcd-3.0.19.tar.bz2 34051
+SHA256 a0a4a7e881a89b2cd7c5fd1200815cf09d9a6947fc3210e7a56cb42471aeba38 dhcpcd-3.0.19.tar.bz2 34051