From owner-freebsd-questions Wed Feb 21 8:44:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.enteract.com (mail.enteract.com [207.229.143.33]) by hub.freebsd.org (Postfix) with ESMTP id 73A1337B401 for ; Wed, 21 Feb 2001 08:44:31 -0800 (PST) (envelope-from dscheidt@tumbolia.com) Received: from shell-3.enteract.com (dscheidt@shell-3.enteract.com [207.229.143.42]) by mail.enteract.com (8.9.3/8.9.3) with ESMTP id KAA93999; Wed, 21 Feb 2001 10:44:24 -0600 (CST) (envelope-from dscheidt@tumbolia.com) Date: Wed, 21 Feb 2001 10:44:23 -0600 (CST) From: David Scheidt X-Sender: dscheidt@shell-3.enteract.com To: Anirudh Dutt Cc: freebsd-questions@freebsd.org Subject: Re: getting 'make install' in ports to use wget In-Reply-To: <3A93EC16.662A9CD0@subdimension.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 21 Feb 2001, Anirudh Dutt wrote: :hi :i'm on a dial-up connection and am not really able to stay online long :enough to download some of the big files. (like mozilla-17mb or :gnome-applets-5mb). since wget can resume downloads, is there any way i :can get the ports 'make install' to use wget instead of ftp or whatever? : Making it use wget would be easy. Dumb, but easy. Making it smart enough to restart a fetch is much harder (and fetch(1), the tool that the ports make fetch target uses, can do this too.) probably the easiest thing for you to do is manually fetch the distfiles. Put them in /usr/ports/distfiles/ and they'll just work. (For most things, there are a handfull of ports that create their own subdirectories. That's documented in the Makefile, of course, and it's also in the output that says "foo.tar.gz not found in ports/distfiles/foo/".) -- dscheidt@tumbolia.com Bipedalism is only a fad. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message