From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC4E8138334 for ; Fri, 8 Feb 2019 19:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C2BEE089A; Fri, 8 Feb 2019 19:18:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FF6DE089A for ; Fri, 8 Feb 2019 19:18:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DB7E335D9D for ; Fri, 8 Feb 2019 19:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1A8C326 for ; Fri, 8 Feb 2019 19:17:58 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1549653470.2e6db7aca3449f4e15bbe917a0eacbe1859a8dbb.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/dhcpcd/files/, net-misc/dhcpcd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild net-misc/dhcpcd/dhcpcd-7.1.1.ebuild net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch X-VCS-Directories: net-misc/dhcpcd/files/ net-misc/dhcpcd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2e6db7aca3449f4e15bbe917a0eacbe1859a8dbb X-VCS-Branch: master Date: Fri, 8 Feb 2019 19:17:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b95e344-9ba4-40ac-909c-a196dc42c2a7 X-Archives-Hash: 4d2e5c698131e796034c1c670cb4f678 commit: 2e6db7aca3449f4e15bbe917a0eacbe1859a8dbb Author: Lars Wendler gentoo org> AuthorDate: Fri Feb 8 19:17:28 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Feb 8 19:17:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e6db7ac net-misc/dhcpcd: Revbump to fix USE="-ipv6" build. Closes: https://bugs.gentoo.org/677508 Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> ...{dhcpcd-7.1.1.ebuild => dhcpcd-7.1.1-r1.ebuild} | 4 ++++ .../files/dhcpcd-7.1.1-disable_inet6_fix.patch | 24 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-misc/dhcpcd/dhcpcd-7.1.1.ebuild b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild similarity index 98% rename from net-misc/dhcpcd/dhcpcd-7.1.1.ebuild rename to net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild index 48ba26275d0..c8f7876e781 100644 --- a/net-misc/dhcpcd/dhcpcd-7.1.1.ebuild +++ b/net-misc/dhcpcd/dhcpcd-7.1.1-r1.ebuild @@ -27,6 +27,10 @@ COMMON_DEPEND="udev? ( virtual/udev )" DEPEND="${COMMON_DEPEND}" RDEPEND="${COMMON_DEPEND}" +PATCHES=( + "${FILESDIR}"/${P}-disable_inet6_fix.patch #677508 +) + src_configure() { local dev hooks=() rundir use udev || dev="--without-dev --without-udev" diff --git a/net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch b/net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch new file mode 100644 index 00000000000..2fd3a17428f --- /dev/null +++ b/net-misc/dhcpcd/files/dhcpcd-7.1.1-disable_inet6_fix.patch @@ -0,0 +1,24 @@ +From 6db54edd1427823dcb3924be78c042915a825fb1 Mon Sep 17 00:00:00 2001 +From: Chris Clayton +Date: Fri, 8 Feb 2019 16:35:36 +0000 +Subject: fix build with --disable-inet6 + +--- + src/dhcpcd.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/dhcpcd.c b/src/dhcpcd.c +index a2cd04e..6fe60ea 100644 +--- a/src/dhcpcd.c ++++ b/src/dhcpcd.c +@@ -54,6 +54,7 @@ const char dhcpcd_copyright[] = "Copyright (c) 2006-2019 Roy Marples"; + #include "dev.h" + #include "dhcp-common.h" + #include "dhcpcd.h" ++#include "dhcp.h" + #include "dhcp6.h" + #include "duid.h" + #include "eloop.h" +-- +cgit v1.1 +