From owner-freebsd-questions Mon Jan 21 16:52:26 2002 Delivered-To: freebsd-questions@freebsd.org Received: from teak.adhesivemedia.com (teak.adhesivemedia.com [207.202.159.79]) by hub.freebsd.org (Postfix) with ESMTP id 83F7437B402 for ; Mon, 21 Jan 2002 16:52:21 -0800 (PST) Received: from localhost (philip@localhost) by teak.adhesivemedia.com (8.11.6/8.11.6) with ESMTP id g0M0qEK72620; Mon, 21 Jan 2002 16:52:14 -0800 (PST) (envelope-from philip@adhesivemedia.com) Date: Mon, 21 Jan 2002 16:52:14 -0800 (PST) From: Philip Hallstrom To: Jonathan Hilgeman Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Just downloading tarballs In-Reply-To: <5D90F61EB6FDD411836500508B137F1A01408A08@mailsvr.ecx.com> Message-ID: <20020121165052.I69952-100000@teak.adhesivemedia.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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