/etc/make.conf & wget...

2004-03-02 Thread Glenn Sieb
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

Re: /etc/make.conf & wget...

2004-03-02 Thread Jonathan Chen
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 wg

Re: /etc/make.conf & wget...

2004-03-02 Thread Glenn Sieb
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 show