Date: Mon, 21 Jan 2002 16:52:14 -0800 (PST) From: Philip Hallstrom <philip@adhesivemedia.com> To: Jonathan Hilgeman <JHilgeman@ecx.com> Cc: "'freebsd-questions@freebsd.org'" <freebsd-questions@FreeBSD.ORG> Subject: Re: Just downloading tarballs Message-ID: <20020121165052.I69952-100000@teak.adhesivemedia.com> In-Reply-To: <5D90F61EB6FDD411836500508B137F1A01408A08@mailsvr.ecx.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I don't know if you can do this directly, but you could use the following with make and some shell scripting to do it: fetch Fetch all of the files needed to build this port from the site(s) listed in MASTER_SITES and PATCH_SITES. See FETCH_CMD and MASTER_SITE_OVERRIDE. fetch-list Show list of files needed to be fetched in order to build the port. pretty-print-run-depends-list pretty-print-build-depends-list Print a list of all the compile and run dependencies, and dependencies of those dependencies. good luck On Mon, 21 Jan 2002, 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... > > - Jonathan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > 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?20020121165052.I69952-100000>