From owner-svn-ports-head@FreeBSD.ORG Fri Jun 28 06:46:20 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2001730F; Fri, 28 Jun 2013 06:46:20 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep22.mx.upcmail.net (fep22.mx.upcmail.net [62.179.121.42]) by mx1.freebsd.org (Postfix) with ESMTP id A88471836; Fri, 28 Jun 2013 06:46:18 +0000 (UTC) Received: from edge02.upcmail.net ([192.168.13.237]) by viefep22-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130628064610.LCMV17987.viefep22-int.chello.at@edge02.upcmail.net>; Fri, 28 Jun 2013 08:46:10 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge02.upcmail.net with edge id tim91l02J0i5fp602im97D; Fri, 28 Jun 2013 08:46:10 +0200 X-SourceIP: 178.84.132.32 Message-ID: <51CD3132.5050807@rainbow-runner.nl> Date: Fri, 28 Jun 2013 08:46:10 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r321899 - in head/x11-servers/xorg-server: . files References: <201306271838.r5RIcRnX036636@svn.freebsd.org> <20130628015744.GA46650@FreeBSD.org> In-Reply-To: <20130628015744.GA46650@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130627-1, 27-06-2013), Outbound message X-Antivirus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Niclas Zeising X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jun 2013 06:46:20 -0000 On 28-6-2013 3:57, Alexey Dokuchaev wrote: > On Thu, Jun 27, 2013 at 06:38:27PM +0000, Niclas Zeising wrote: >> New Revision: 321899 >> URL: http://svnweb.freebsd.org/changeset/ports/321899 >> >> Log: >> Enable AIGLX by default on xorg-server 1.12. (WITH_NEW_XORG) >> [...] >> >> +@@ -1042,7 +1042,7 @@ >> + else >> + xf86Info.estimateSizesAggressively = 0; >> + >> +- xf86Info.aiglx = TRUE; >> ++ xf86Info.aiglx = FALSE; > But it goes from TRUE to FALSE. Should xf86Info.aiglx be interpreted as > xf86Info.**disable**aiglx instead? > > ./danfe No it shouldn't. The thing that most likes is confusing you is that this patch was renamed and now only applies to the 1.7.7 xorg-server instead of both :) -Koop