From owner-freebsd-ppc@FreeBSD.ORG Fri Jan 24 17:57:49 2014 Return-Path: Delivered-To: freebsd-ppc@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 8E6E2439 for ; Fri, 24 Jan 2014 17:57:49 +0000 (UTC) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 21CE21901 for ; Fri, 24 Jan 2014 17:57:48 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id s0OHvD5X073354; Fri, 24 Jan 2014 18:57:37 +0100 (CET) (envelope-from andreast-list@fgznet.ch) Message-ID: <52E2A979.7030405@fgznet.ch> Date: Fri, 24 Jan 2014 18:57:13 +0100 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Rob Ballantyne , freebsd-ppc@freebsd.org Subject: Re: Building x11-server on FreeBSD-10.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 17:57:49 -0000 On 24.01.14 18:37, Rob Ballantyne wrote: > Hi All, > > I saw and tried Nathan's patches but I'm still having trouble building a > dependency of x11-server/xorg-server, dri. > > While trying to build it manually, I get: > > I'm not overly familiar with bsd make's conditional expressions so it's not > immediately obvious what is happening. I thought I would ask in case > someone else has seen this and there is an obvious fix. For now you want in /etc/make.conf WITHOUT_NEW_XORG="YES" ppc is not ready for NEW_XORG yet. Once it is, see this PR ports/184957. This should fix the build with NEW_XORG, but we currently lack KMS support for ppc. Andreas