From owner-freebsd-x11@FreeBSD.ORG Fri May 18 21:43:10 2007 Return-Path: X-Original-To: x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 53F6116A401; Fri, 18 May 2007 21:43:10 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 4487213C459; Fri, 18 May 2007 21:43:10 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id D45B41A3C19; Fri, 18 May 2007 14:44:04 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 6ABC4513F4; Fri, 18 May 2007 17:43:09 -0400 (EDT) Date: Fri, 18 May 2007 17:43:09 -0400 From: Kris Kennaway To: Kris Kennaway Message-ID: <20070518214309.GA52092@xor.obsecurity.org> References: <20070518212940.GA51647@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070518212940.GA51647@xor.obsecurity.org> User-Agent: Mutt/1.4.2.2i Cc: x11@FreeBSD.org, flz@FreeBSD.org, portmgr@FreeBSD.org Subject: Re: Ready to merge? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2007 21:43:10 -0000 On Fri, May 18, 2007 at 05:29:40PM -0400, Kris Kennaway wrote: > I think we are in a good shape to merge to CVS. Some additional notes > should be added to UPDATING: > > * Update the module path if you are going to keep the same xorg.conf > > * If you run into problems running the new server, try moving aside > your xorg.conf and letting X autocreate it (this will happen > automatically when launching the server). > > * make sure you have the x11/xorg metaport installed; some people do > not have it instaled on 6.9 and consequently miss out on a lot of the > new xorg 7.2 sub-ports. > > * Change the 'portsdb -U' to 'cd /usr/ports; make index' to work > around a weird portupgrade bug. Actually I don't think this one is needed, the index will be built as normal once it is in CVS. Kris