From owner-freebsd-ppc@FreeBSD.ORG Sat Feb 1 00:37:44 2014 Return-Path: Delivered-To: freebsd-ppc@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 973F6387 for ; Sat, 1 Feb 2014 00:37:44 +0000 (UTC) Received: from anacreon.physics.wisc.edu (unknown [IPv6:2607:f388:101c:0:216:cbff:fe39:3fae]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FCDF194F for ; Sat, 1 Feb 2014 00:37:44 +0000 (UTC) Received: from anacreon.physics.wisc.edu (localhost [IPv6:::1]) by anacreon.physics.wisc.edu (8.14.8/8.14.8) with ESMTP id s110bUVK004810; Fri, 31 Jan 2014 18:37:30 -0600 (CST) (envelope-from nwhitehorn@freebsd.org) Message-ID: <52EC41CA.7090501@freebsd.org> Date: Fri, 31 Jan 2014 18:37:30 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD powerpc; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Andreas Tobler , Rob Ballantyne , freebsd-ppc@freebsd.org Subject: Re: Building x11-server on FreeBSD-10.0 References: <52E2A979.7030405@fgznet.ch> In-Reply-To: <52E2A979.7030405@fgznet.ch> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: Sat, 01 Feb 2014 00:37:44 -0000 On 01/24/14 11:57, Andreas Tobler wrote: > 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 > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" I'm running with new Xorg and the patch. dri should build fine. -Nathan