From owner-freebsd-stable@FreeBSD.ORG Thu Nov 7 16:36:48 2013 Return-Path: Delivered-To: freebsd-stable@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 ESMTP id CE737DC4; Thu, 7 Nov 2013 16:36:48 +0000 (UTC) (envelope-from garbytrash@gmail.com) Received: from mail-pd0-x22d.google.com (mail-pd0-x22d.google.com [IPv6:2607:f8b0:400e:c02::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A420A2C53; Thu, 7 Nov 2013 16:36:48 +0000 (UTC) Received: by mail-pd0-f173.google.com with SMTP id r10so826204pdi.18 for ; Thu, 07 Nov 2013 08:36:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=AZuojeR+2c5as48H/NP78pqwY31wyAQF/Sle3WB73EY=; b=QvkVb0v9VdeRFzXKGu0KKx85UhSCPAobuSmoyR0agccKpk8p2AOaembmR58at01lMe V+5eIEy8mb5ii+YvW2hWdb9KcAweLg2miuG/SHuynqF9OKAhMLk93x355WT5Q4I4P2l2 0MmHwMZeEgMEiZRxENHbudMRXSHfkq/sqllwOihcSBFUIQnfNz7yAq2IigoDAg2l/cRX MEdHa5l9z96yQv5xdU6J1IcC6htYl3CRIfnQ33qWUh60SiIhijXLHzVg6JvwKUeN4S0b CvVIm2DxAzDYrQ91bSjRg5C7sefKkElYluf8NRGK/WdkmAIjwjvBPQ0UkO0Yw9/DbVFn SNnQ== MIME-Version: 1.0 X-Received: by 10.68.125.226 with SMTP id mt2mr9941191pbb.115.1383842207820; Thu, 07 Nov 2013 08:36:47 -0800 (PST) Received: by 10.66.142.167 with HTTP; Thu, 7 Nov 2013 08:36:47 -0800 (PST) In-Reply-To: <20131107162918.GA89594@glenbarber.us> References: <20131107162918.GA89594@glenbarber.us> Date: Thu, 7 Nov 2013 17:36:47 +0100 Message-ID: Subject: Re: FreeBSD10-Beta3: No xorg-server-1.12.4 From: Zenny To: Glen Barber Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Nov 2013 16:36:48 -0000 Thanks Glen, but when I checked: # grep -Rn PORTVERSION /usr/ports/x11/xorg/Makefile 5:PORTVERSION= 7.7 which is the same version that is available using pkg repo. What are the ports to be rebuilt, just xorg or any other too like xinit, xauth etc.? On 11/7/13, Glen Barber wrote: > On Thu, Nov 07, 2013 at 05:25:34PM +0100, Zenny wrote: >> Hi: >> >> The FreeBSD10-Beta3 kernel is recompiled successfully with the >> following in /etc/make.conf >> >> WITH_NEW_XORG=yes >> WITH_KMS=yes >> WITH_GALLIUM=yes >> >> But after installworld, there is no sight of new xorg-server-1.12.4 in >> pkg cache nor in /usr/ports: >> How to install new xorg and where is the source? > > You have to rebuild the xorg ports for this. This is not related to the > kernel build. > > Glen > >