From owner-freebsd-stable@FreeBSD.ORG Fri Jun 8 19:55:27 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A02CA16A46F for ; Fri, 8 Jun 2007 19:55:27 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [207.200.4.66]) by mx1.freebsd.org (Postfix) with ESMTP id 85B9013C4B8 for ; Fri, 8 Jun 2007 19:55:27 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 06017AD9; Fri, 8 Jun 2007 14:55:26 -0500 (CDT) Date: Fri, 8 Jun 2007 14:55:26 -0500 To: Stephen Clark Message-ID: <20070608195526.GC18546@soaustin.net> References: <20070608182421.CBAF545042@ptavv.es.net> <4669A126.3010703@seclark.us> <20070608191510.GA21402@zone3000.net> <4669AD5D.4080501@seclark.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4669AD5D.4080501@seclark.us> User-Agent: Mutt/1.5.9i From: linimon@lonesome.com (Mark Linimon) Cc: Tom Evans , freebsd-stable@freebsd.org, Nikolay Pavlov Subject: Re: upgrade 6.2 to xorg 7.2 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 19:55:27 -0000 On Fri, Jun 08, 2007 at 03:26:21PM -0400, Stephen Clark wrote: > Thats another question - why aren't packages released simultaneously > with the ports update? There's a circular dependency here. The ports tree is updated by checkins, which is then pushed to the package building system, which then does complete package builds -- which can take a week or more, depending. We don't have any way to tell the package system "here is what the ports tree will be a week from now"; it's simply driven by cvs checkout, and after that it's simply a matter a machine horsepower to crank them out. We have a fair amount of i386 and amd64 horsepower (the latter is a recent development); we have a grossly insufficient amount of sparc64 horsepower, and so the packages are ~3 weeks behind. mcl