From owner-freebsd-questions@FreeBSD.ORG Fri Jun 24 23:49:14 2011 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 530CD1065673 for ; Fri, 24 Jun 2011 23:49:14 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 326438FC0C for ; Fri, 24 Jun 2011 23:49:14 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id p5ONnDMU086480 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 24 Jun 2011 16:49:13 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id p5ONnDph086479; Fri, 24 Jun 2011 16:49:13 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA05070; Fri, 24 Jun 11 16:45:01 PDT Date: Fri, 24 Jun 2011 16:44:26 -0700 From: perryh@pluto.rain.com To: rwmaillists@googlemail.com Message-Id: <4e05215a.G8Om14zvY6VoDMBB%perryh@pluto.rain.com> References: <20110624051018.320540@gmx.com> <86k4cbnv2u.fsf@red.stonehenge.com> <20110624172221.137a8331@gumby.homeunix.com> In-Reply-To: <20110624172221.137a8331@gumby.homeunix.com> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Installing X11 gives perl version conflict 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: Fri, 24 Jun 2011 23:49:14 -0000 RW wrote: > If building isn't an option then it's better to stick to one > release trees at a time. Unfortunately, it seems that pkg_add(1) does not make that as easy as one might prefer. I discovered recently that, even though I am running 8.1-RELEASE (and not 8-STABLE), "pkg_add -r" fetches from ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/Latest/, rather than from the frozen-at-release -- and thus self-consistent -- collection in .../All/ One way around this is to set PACKAGESITE to, for example, ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-8.1-release/All/ (making any necessary adjustments to the mirror and release names).