From owner-freebsd-questions@FreeBSD.ORG Sat Aug 26 20:53:42 2006 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 2DED716A4E1 for ; Sat, 26 Aug 2006 20:53:42 +0000 (UTC) (envelope-from josh@tcbug.org) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD5E743D93 for ; Sat, 26 Aug 2006 20:53:41 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from gimpy (c-24-118-173-219.hsd1.mn.comcast.net[24.118.173.219]) by comcast.net (rwcrmhc11) with ESMTP id <20060826205337m1100iv33ae>; Sat, 26 Aug 2006 20:53:41 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org, Chris Knipe Date: Sat, 26 Aug 2006 15:53:36 -0500 User-Agent: KMail/1.9.1 References: <20060826201512.GA17777@teddy.fas.com> <007d01c6c94f$381f42d0$0a01a8c0@superman> In-Reply-To: <007d01c6c94f$381f42d0$0a01a8c0@superman> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608261553.36886.josh@tcbug.org> Cc: stan Subject: Re: Building ports with sorces on a local mirror? 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, 26 Aug 2006 20:53:42 -0000 On Saturday 26 August 2006 15:35, Chris Knipe wrote: > Look at the cvs-mirror port... > > > Regards, > Chris. > > ----- Original Message ----- > From: "stan" > To: "Free BSD Questions list" > Sent: Saturday, August 26, 2006 10:15 PM > Subject: Building ports with sorces on a local mirror? > > > I'm in the process of seting up to build a fair number of > > machines behind a > > very restrictive firewall (and besides that the outbound link is > > very slow). > > > > What I have in mind is setting up a machine using mirror software > > to create > > a local mirror of the FreeBSD site, including the distfiles for > > the ports tree. > > > > Is thee a way to get the ports build system to look for distfiles > > on this local mirror? The cvs-mirror port won't download the distfiles for all of the ports. Depending on how 'slow' your link is that could be a very daunting task. The MASTER_SITES environment variable is probably what you want. man ports for the details. -- Thanks, Josh Paetzel