From owner-freebsd-questions@FreeBSD.ORG Sat Jan 19 23:20:28 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 6742F16A46B; Sat, 19 Jan 2008 23:20:28 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 92A7A13C457; Sat, 19 Jan 2008 23:20:27 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <479285BB.30700@FreeBSD.org> Date: Sun, 20 Jan 2008 00:20:27 +0100 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Kris Kennaway References: <70F64C4A-51CB-4301-B7C5-200FD8D5BC41@mac.com> <47928564.1050602@FreeBSD.org> In-Reply-To: <47928564.1050602@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: Giorgio Valoti , freebsd-questions Subject: Re: portupgrade: the -P options rarely works 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, 19 Jan 2008 23:20:28 -0000 Kris Kennaway wrote: > Giorgio Valoti wrote: >> Hi all, >> I’ve noticed that using the -P option with portupgrade, which should >> try to fetch the binary version of a package rarely works. Most of the >> times it tries to fetch the package from the freebsd site, it fails >> and then proceed to build it from the sources. >> While I can expect from to time that a pre-compiled version of a >> package to be unavailable, it surprises me to see this so many times. > > We can not guarantee that a given package is available at any given > moment, except during release cycles when the tree is frozen. The > continual process of changes and updates mean that from time to time a > randomly selected package may not be buildable. However, taken as a > whole, almost all of the packages are available at any given moment. You > can check the status for yourself on http://pointyhat.freebsd.org if you > like. > > Kris > It is also worth remembering that there are a number of packages (including some popular ones) that we cannot distribute for legal reasons, due to the restrictive licenses imposed by the authors. These will never be available for download via portupgrade -P. Kris