From owner-freebsd-questions@FreeBSD.ORG Tue Mar 2 13:28:52 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 ABC9816A4CE for ; Tue, 2 Mar 2004 13:28:52 -0800 (PST) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7512843D2D for ; Tue, 2 Mar 2004 13:28:52 -0800 (PST) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id B72B41361C; Wed, 3 Mar 2004 10:28:50 +1300 (NZDT) Date: Wed, 3 Mar 2004 10:28:50 +1300 From: Jonathan Chen To: Glenn Sieb Message-ID: <20040302212850.GA2845@grimoire.chen.org.nz> References: <3107.65.246.246.82.1078254879.squirrel@www.wingfoot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3107.65.246.246.82.1078254879.squirrel@www.wingfoot.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-questions@freebsd.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: Tue, 02 Mar 2004 21:28:52 -0000 On Tue, Mar 02, 2004 at 02:14:39PM -0500, Glenn Sieb wrote: > In my /etc/make.conf I have: > > FETCH_CMD = /usr/local/bin/wget > > When I go to build a port (in this case, kde3), it goes to fetch gettext > (for example), then I get: > > wget: illegal option -- > > Then it stops. I've updated wget to 1.8.2, with the same result. So now > I've #'d out that line in make.conf so I'm using fetch again, but I'd > really prefer to use wget, if possible. > > I've googled for this, with no luck... Any ideas? 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? -- Jonathan Chen ---------------------------------------------------------------------- Do not take life too seriously. You will never get out of it alive.