From owner-freebsd-ports@FreeBSD.ORG Sun May 13 07:08:50 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6DA516A405 for ; Sun, 13 May 2007 07:08:50 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from pecan.exetel.com.au (pecan.exetel.com.au [220.233.0.17]) by mx1.freebsd.org (Postfix) with ESMTP id 797C113C45A for ; Sun, 13 May 2007 07:08:50 +0000 (UTC) (envelope-from boris@brooknet.com.au) Received: from 28.201.233.220.exetel.com.au ([220.233.201.28] helo=[192.168.100.148]) by pecan.exetel.com.au with esmtp (Exim 4.63) (envelope-from ) id 1Hn8CH-0005En-GJ; Sun, 13 May 2007 17:08:49 +1000 In-Reply-To: <20070512022237.GC92848@redundancy.redundancy.org> References: <20070510212817.GA67897@xor.obsecurity.org> <20070512022237.GC92848@redundancy.redundancy.org> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <2CD85EA5-250C-497F-A62F-EB736014185B@brooknet.com.au> Content-Transfer-Encoding: 7bit From: Sam Lawrance Date: Sun, 13 May 2007 17:08:43 +1000 To: David Thiel X-Mailer: Apple Mail (2.752.3) Cc: ports@FreeBSD.org, freebsd-ports@freebsd.org Subject: Re: HEADS UP: xorg 7.2 ready for testing 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: Sun, 13 May 2007 07:08:50 -0000 On 12/05/2007, at 12:22 PM, David Thiel wrote: > On Thu, May 10, 2007 at 05:28:17PM -0400, Kris Kennaway wrote: >> Once we have enough success reports and have dealt with all reported >> failures, we will proceed with the next stage, which is to import >> into >> CVS. > > One failure so far: > > x11/nvidia-driver causes failures by installing its driver *as* > ${X11BASE}/lib/modules/drivers instead of *in* that directory if the > directory doesn't exist. If you use the Nvidia driver, you should > manually mkdir /usr/X11R6/lib/modules/drivers before upgrading. > This is > fixed in git. On a related note; a friend had trouble upgrading with lots of GL- related failures. We found on the ModularXorg wiki page that you should sets WITH_NVIDIA_GL before upgrading if you want to use the nvidia driver. I have added this to Edwin's amended update instructions at http://wiki.freebsd.org/XorgUpgradeCorrected I hope it's correct.