From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 02:42:08 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 378EB1065670 for ; Mon, 1 Dec 2008 02:42:08 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id 1A6528FC0C for ; Mon, 1 Dec 2008 02:42:07 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id ECBA25C78 for ; Sun, 30 Nov 2008 21:43:33 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= x-virus-scanned:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date: received; s=aegis; t=1228099413; bh=1j1zzrYgs/tdfLs/yJjF2vFU/jql ee8IpoxODfZyr2Q=; b=u3dALLmRdnXB0k9c2S48KCrAYLaT5sNR9Ty03qsh6ca4 V5LgYJ9DryiOIolXh05WHBwEi45P/esksKH+MbdTJQBbp9gGibViuo3DeBzmlC8z 0hQtebuXQkdmLuEmGWT5VWU+I9wfRZBuHUGtH2m1WVj2NosAAW6lbTesHWTJiUA= Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id 5F1pGA+YkA8L for ; Sun, 30 Nov 2008 21:43:33 -0500 (EST) Date: Sun, 30 Nov 2008 21:42:06 -0500 From: Sahil Tandon To: freebsd-questions@freebsd.org Message-ID: <20081201024205.GB52294@shepherd> References: <5ea9ed1c0811301800k1422e70egccec3916a41ee652@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5ea9ed1c0811301800k1422e70egccec3916a41ee652@mail.gmail.com> X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on aegis.hamla.org X-Virus-Status: Clean Subject: Re: ports mirror X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 02:42:08 -0000 Juan Pablo Roig wrote: > i want trying to make in my lan a mirror of the ports. I have the cvsup > mirror , and an rsync of all the ports. But in a client i made a cvsup of > the ports list, but then when i make a port it going to get the tar.bz from > an external ftp... If you want to grab distfiles from a non-default MASTER_SITE when building ports, look into the MASTER_SITE_OVERRIDE variable. Search for it in the Handbook and ports(7). -- Sahil Tandon