From owner-freebsd-questions@FreeBSD.ORG Sat Dec 17 18:15:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79AB916A44D for ; Sat, 17 Dec 2005 18:15:09 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48B4D43D80 for ; Sat, 17 Dec 2005 18:15:00 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id ACF6A1A3C25; Sat, 17 Dec 2005 10:14:59 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id BAED151558; Sat, 17 Dec 2005 13:14:58 -0500 (EST) Date: Sat, 17 Dec 2005 13:14:58 -0500 From: Kris Kennaway To: K??vesd??n G??bor Message-ID: <20051217181458.GA60736@xor.obsecurity.org> References: <20051216120050.4C25816A420@hub.freebsd.org> <20051217071239.GA773@ns.museum.rain.com> <20051217075431.GA31743@xor.obsecurity.org> <200512171659.58916.list-freebsd-2004@morbius.sent.com> <43A444D0.60409@t-hosting.hu> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="W/nzBZO5zC0uMSeA" Content-Disposition: inline In-Reply-To: <43A444D0.60409@t-hosting.hu> User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org, RW Subject: Re: Download the whole ports tree X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2005 18:15:09 -0000 --W/nzBZO5zC0uMSeA Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Dec 17, 2005 at 06:03:12PM +0100, K??vesd??n G??bor wrote: > RW wrote: >=20 > >On Saturday 17 December 2005 07:54, Kris Kennaway wrote: > >=20 > > > >>Well, if you really think you want this, then just: > >> > >>cd /usr/ports > >>make fetch > >> =20 > >> > > > >Just idle curiosity, but does anyone have a feeling for how much that=20 > >would download? > >=20 > > > This would not fetch all of the distfiles, because there are broken=20 > ports that are unfetchable and the fetching would stop when reaching the= =20 > first such port. Sorry, you're right - you want 'make -k fetch BATCH=3Dyes' (the variable is to avoid any interaction from things like config dialogs). You might be able to get away with using -j for concurrent fetches too, although there's a possibility of corrupting a distfile if two ports that share the same distfile fetch it at once. Kris --W/nzBZO5zC0uMSeA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDpFWiWry0BWjoQKURAsetAJwK4AfeNrxoZT8aeNPb3AIjWpmrkQCgiDhL My5a9Kx0xx96EEIUyncNrZI= =0qRK -----END PGP SIGNATURE----- --W/nzBZO5zC0uMSeA--