From owner-freebsd-questions Mon Jan 21 16:56:53 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx0.ecxnetwork.net (mx0.ecxnetwork.net [208.144.33.2]) by hub.freebsd.org (Postfix) with ESMTP id 706E837B402 for ; Mon, 21 Jan 2002 16:56:49 -0800 (PST) Received: from mailsvr.ecx.com ([208.144.33.135]) by mx0.ecxnetwork.net (8.11.3/8.11.3) with ESMTP id g0M0Oqi49555; Mon, 21 Jan 2002 16:24:52 -0800 (PST) (envelope-from JHilgeman@ecx.com) Received: by mailsvr.ecx.com with Internet Mail Service (5.5.2653.19) id ; Mon, 21 Jan 2002 16:56:27 -0800 Message-ID: <5D90F61EB6FDD411836500508B137F1A01408A09@mailsvr.ecx.com> From: Jonathan Hilgeman To: "'Erik Trulsson'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: Just downloading tarballs Date: Mon, 21 Jan 2002 16:56:26 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 Great! Thanks! - Jonathan -----Original Message----- From: Erik Trulsson [mailto:ertr1013@student.uu.se] Sent: Monday, January 21, 2002 4:55 PM To: Jonathan Hilgeman Cc: 'freebsd-questions@freebsd.org' Subject: Re: Just downloading tarballs 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