From owner-freebsd-ports@FreeBSD.ORG Thu Oct 28 22:57:47 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A0F106564A for ; Thu, 28 Oct 2010 22:57:47 +0000 (UTC) (envelope-from aragon@phat.za.net) Received: from mail.geek.sh (decoder.geek.sh [196.36.198.81]) by mx1.freebsd.org (Postfix) with ESMTP id CFA6D8FC08 for ; Thu, 28 Oct 2010 22:57:46 +0000 (UTC) Received: from igor.geek.sh (196-209-90-124.dynamic.isadsl.co.za [196.209.90.124]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.geek.sh (Postfix) with ESMTPSA id C5B823A6B5 for ; Fri, 29 Oct 2010 00:57:44 +0200 (SAST) Message-ID: <4CC9FFE8.9060502@phat.za.net> Date: Fri, 29 Oct 2010 00:57:44 +0200 From: Aragon Gouveia User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.11) Gecko/20100725 Thunderbird/3.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org References: <4CC9CC15.9040407@phat.za.net> <4CC9D812.1060002@collaborativefusion.com> In-Reply-To: <4CC9D812.1060002@collaborativefusion.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: pkg_add -r could be better? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 22:57:47 -0000 Hi, On 10/28/10 22:07, Sean McAfee wrote: > Why are you using -r (which fetches the default packages from > freebsd.org/mirrors) in conjunction with custom packages? My intention is to serve them to multiple systems from a single FTP/HTTP server. I set PACKAGEROOT/PACKAGESITE to override the default mirror selection. Thanks, Aragon