From owner-freebsd-questions Mon Jan 21 16:54:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 2084737B400 for ; Mon, 21 Jan 2002 16:54:52 -0800 (PST) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.11.6/8.11.6) with ESMTP id g0M0snE29580 for ; Tue, 22 Jan 2002 01:54:49 +0100 (CET) Received: from falcon.midgard.homeip.net (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id BAA08004 for ; Tue, 22 Jan 2002 01:54:49 +0100 (CET) Received: (qmail 34120 invoked by uid 1001); 22 Jan 2002 00:54:48 -0000 Date: Tue, 22 Jan 2002 01:54:48 +0100 From: Erik Trulsson To: Jonathan Hilgeman Cc: "'freebsd-questions@freebsd.org'" Subject: Re: Just downloading tarballs Message-ID: <20020122005448.GA34097@student.uu.se> Mail-Followup-To: Jonathan Hilgeman , "'freebsd-questions@freebsd.org'" References: <5D90F61EB6FDD411836500508B137F1A01408A08@mailsvr.ecx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5D90F61EB6FDD411836500508B137F1A01408A08@mailsvr.ecx.com> User-Agent: Mutt/1.3.25i 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 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. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message