From owner-freebsd-x11@FreeBSD.ORG Mon Mar 17 07:57:59 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8B2EF3C for ; Mon, 17 Mar 2014 07:57:59 +0000 (UTC) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92CA4EBB for ; Mon, 17 Mar 2014 07:57:59 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 430064000C for ; Mon, 17 Mar 2014 08:57:56 +0100 (CET) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 3876140024; Mon, 17 Mar 2014 08:57:56 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (unknown [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 1D4554000C for ; Mon, 17 Mar 2014 08:57:54 +0100 (CET) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3fnVHQ5WlRz8gh2 for ; Mon, 17 Mar 2014 08:57:54 +0100 (CET) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id VvGAOuije8EP for ; Mon, 17 Mar 2014 08:57:52 +0100 (CET) Received: from mail.daemonic.se (mail.daemonic.se [10.1.0.4]) by mx.daemonic.se (Postfix) with ESMTPS id 3fnVHN2t7zz8ggv for ; Mon, 17 Mar 2014 08:57:52 +0100 (CET) Received: from tifa.daemonic.se (tifa.daemonic.se [IPv6:2001:470:dca9:1::6]) by mail.daemonic.se (Postfix) with ESMTPSA id 3fnVHN1zT6z9D6J for ; Mon, 17 Mar 2014 08:57:52 +0100 (CET) Received: from tifa.daemonic.se (localhost [IPv6:::1]) by tifa.daemonic.se (Postfix) with ESMTP id 2406922831 for ; Mon, 17 Mar 2014 08:57:52 +0100 (CET) Message-ID: <5326AB00.5030205@freebsd.org> Date: Mon, 17 Mar 2014 08:57:52 +0100 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: [CFT] switch default version of xorg on 10-STABLE References: <5324411C.90204@freebsd.org> <70.CF.21197.22965235@cdptpa-oedge01> In-Reply-To: <70.CF.21197.22965235@cdptpa-oedge01> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP 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 07:58:00 -0000 On 03/16/14 10:04, Thomas Mueller wrote: > Is this patch already in effect for FreeBSD-current? Can I test there, considering I would build Xorg for current amd64 and i386 before getting to 10-stable? The part about switching the default version of xorg is, but the patch also contains updates to a couple of libraries and drivers, as well as fiddling with shlibs in a couple of places, and general fixes. You can test that part on current, but you need to apply the patch. > > What command would one use for patching if necessary? Would it be > svn patch http://people.freebsd.org/~zeising/xorg-switch.10.diff ? > from the $PORTSDIR ? You need to download the patch first, then you can just use svn patch /path/to/patch from the top of your ports tree. Regards! -- Niclas Zeising