From owner-freebsd-net@freebsd.org Sat May 27 22:14:10 2017 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D862FD850C6 for ; Sat, 27 May 2017 22:14:10 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id BEDF31CEE for ; Sat, 27 May 2017 22:14:10 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id v4RME3KQ097038 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sat, 27 May 2017 15:14:03 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-186-56.hsd1.ca.comcast.net [24.6.186.56] claimed to be yv.noip.me Subject: Re: Bug in make setting wrong MAKESYSPATH To: Thomas Mueller , freebsd-net@freebsd.org References: <97050ce3-ad75-c3dc-c106-3bd608e7aa8e@rawbw.com> From: Yuri Message-ID: <0758ef3c-c581-12ff-9310-81af40188236@rawbw.com> Date: Sat, 27 May 2017 15:14:02 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 May 2017 22:14:10 -0000 On 05/27/2017 00:26, Thomas Mueller wrote: > NetBSD developers say they intend to remove dhclient in the future. > > On NetBSD, sometimes dhclient works where dhcpcd doesn't, or vice versa. This is disconcerting. There should be at least one DHCP client that always works well. > NetBSD-current is on dhcpcd 7.0, ahead of FreeBSD ports version. 7.0.0 isn't released yet, it is in rc1: https://roy.marples.name/projects/dhcpcd FreeBSD is at the latest released version. Yuri