From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 20:50:19 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E92816A4CE for ; Tue, 2 Mar 2004 20:50:19 -0800 (PST) Received: from wingfoot.org (caduceus.wingfoot.org [64.32.179.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4C4643D31 for ; Tue, 2 Mar 2004 20:50:18 -0800 (PST) (envelope-from ges@wingfoot.org) Received: from localhost (localhost.wingfoot.org [127.0.0.1]) by wingfoot.org (Postfix) with ESMTP id 5F2791F4493 for ; Tue, 2 Mar 2004 23:50:18 -0500 (EST) Received: from wingfoot.org ([127.0.0.1]) by localhost (caduceus.wingfoot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 54611-01 for ; Tue, 2 Mar 2004 23:50:17 -0500 (EST) Received: from wingfoot.org (ool-44c47f78.dyn.optonline.net [68.196.127.120]) by wingfoot.org (Postfix) with ESMTP id 6B4BF1F4491 for ; Tue, 2 Mar 2004 23:50:17 -0500 (EST) Message-ID: <404563EA.80507@wingfoot.org> Date: Tue, 02 Mar 2004 23:49:46 -0500 From: Glenn Sieb User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <3107.65.246.246.82.1078254879.squirrel@www.wingfoot.org> <20040302212850.GA2845@grimoire.chen.org.nz> In-Reply-To: <20040302212850.GA2845@grimoire.chen.org.nz> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at wingfoot.org Subject: Re: /etc/make.conf & wget... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Mar 2004 04:50:19 -0000 Jonathan Chen wrote: >The recent updates to the ports/Mk/* files restricts the FETCH_CMD to >/usr/bin/fetch. Why would you use wget instead of the base-system's >fetch to build the ports anyway? > > Because fetch used to break horribly under our stateful ipf firewall at the office. Because wget shows you the *status* of a download--not just how many bytes it's downloaded. Because I like wget. So, thank you for your answer of how they changed ports/Mk/* -- I have reverted my systems back to using fetch. Glenn