Date: Tue, 22 Jan 2002 01:54:48 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: Jonathan Hilgeman <JHilgeman@ecx.com> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Re: Just downloading tarballs Message-ID: <20020122005448.GA34097@student.uu.se> In-Reply-To: <5D90F61EB6FDD411836500508B137F1A01408A08@mailsvr.ecx.com> References: <5D90F61EB6FDD411836500508B137F1A01408A08@mailsvr.ecx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 21, 2002 at 04:47:08PM -0800, Jonathan Hilgeman wrote: > Is there any way I can simply download the TARs of all dependencies of a > port without installing them? I have not tried this yet, but I'm thinking > that if I was to go into the PHP port, for example, and type make, that it > would download and install the dependencies for PHP, but it wouldn't install > PHP itself. Am I correct in saying this? If so, is there any way to just > download the dependencies. That way I can have them all ready to go when I > need to do an install of a package that has a lot of downloads to perform... 'make fetch-recursive' will fetch all the distfiles for a port and its dependencies without building or installing any of them. -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020122005448.GA34097>