From owner-freebsd-x11@FreeBSD.ORG Fri Nov 1 09:00:07 2013 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 ESMTP id 74449CD7 for ; Fri, 1 Nov 2013 09:00:07 +0000 (UTC) (envelope-from dumbbell@FreeBSD.org) Received: from mail.made4.biz (unknown [IPv6:2001:41d0:1:7018::1:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D2B82994 for ; Fri, 1 Nov 2013 09:00:07 +0000 (UTC) Received: from 141.7.19.93.rev.sfr.net ([93.19.7.141] helo=[192.168.1.179]) by mail.made4.biz with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VcAaK-000KKY-Vk for freebsd-x11@freebsd.org; Fri, 01 Nov 2013 10:00:05 +0100 Message-ID: <52736D96.8020901@FreeBSD.org> Date: Fri, 01 Nov 2013 10:00:06 +0100 From: =?ISO-8859-1?Q?Jean-S=E9bastien_P=E9dron?= User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: PKG repository? References: <52736A67.2040305@fsfe.org> In-Reply-To: <52736A67.2040305@fsfe.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.14 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, 01 Nov 2013 09:00:07 -0000 Le 01/11/2013 09:46, Hannes a écrit : > Hi everyone, Hi! > I just updated to 10.0-BETA2 to test all the new stuff, but I realised > pkg.freebsd.org is still built without NEWXORG. PCBSD-mirrors which used > to be WITH are not yet updated. Do you have a repo that I could use for > testing AMD KMS and gallium drivers? Unfortunately, no, we have no WITH_NEW_XORG pre-built packages. A workaround is to install the relevant ports[1] then lock them using "pkg lock", to avoid any downgrade by pkg. Note that you'll have to temporarily unlock them before doing an update of those ports. [1] Ports I lock are: o x11-servers/xorg-server o graphics/libdrm o graphics/libGL o graphics/dri o x11-drivers/xf86-video-ati o x11-drivers/xf86-input-* (eg. -keyboard and -mouse) -- Jean-Sébastien Pédron