From owner-freebsd-x11@FreeBSD.ORG Mon Mar 17 18:49:56 2014 Return-Path: Delivered-To: x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE99CA0E for ; Mon, 17 Mar 2014 18:49:56 +0000 (UTC) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id B9B3CA85 for ; Mon, 17 Mar 2014 18:49:56 +0000 (UTC) Received: from freebsd.local (unknown [172.16.10.114]) by mail.intertainservices.com (Postfix) with ESMTPSA id 95EF156AE4 for ; Mon, 17 Mar 2014 14:44:08 -0400 (EDT) Message-ID: <53274278.6030403@intertainservices.com> Date: Mon, 17 Mar 2014 14:44:08 -0400 From: Mike Jakubik User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: x11@freebsd.org Subject: Re: [CFT] switch default version of xorg on 10-STABLE References: <5324411C.90204@freebsd.org> In-Reply-To: <5324411C.90204@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 95EF156AE4.A0865 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 18:49:56 -0000 I have not tested this patch, but if it helps i have been running new xorg since 10 came out by way of WITH_NEW_XORG=true in make.conf without any issues. Thanks. On 03/15/14 08:01, Niclas Zeising wrote: > This mail is cross-posted across several mailing lists. Please respect > reply-to! > > It is time to switch FreeBSD 10-stable over to the new xorg > distribution. The patch at [1] will do just that, for FreeBSD 10 > versions after vt(9) was merged. It also contains fixes for > USES=libtool, some minor updates and some shlib version bumps. Please > test it and report successes or failures to us on x11@freebsd.org > > Apply it using svn patch (I don't think regular patch will work) and > rebuild all ports to test it. > > [1] http://people.freebsd.org/~zeising/xorg-switch.10.diff > > More information here: > https://wiki.freebsd.org/Graphics > > Regards!