From owner-freebsd-x11@FreeBSD.ORG Sun Oct 6 00:25:22 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 3361E86B; Sun, 6 Oct 2013 00:25:22 +0000 (UTC) (envelope-from kob6558@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0883F2D31; Sun, 6 Oct 2013 00:25:22 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb1so5755235pad.23 for ; Sat, 05 Oct 2013 17:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=uDbrhgtR2eWTirOAwEJ1bI6hTNq+iUt9B6PrwVKArFI=; b=DbQAMSaIyiX09CLxUFvKA7zPGjR7WObTdWGBP9vtpGDK8bOqrn71lhhorZoXwwVOqK k/zgT2eAS9Ma8qdAK/FvuRqCnQp5T1atNCxJBO+H1frvGO3/8QAu3kwKKuKX1o+fFfX2 Kj4qCTzPViUHdCbRzAH9lK8w8cqpgWKnV8RvO966nlRj6XeOq4oWy+ZzpkAM21a5Yd4v dpbKNsH4LOYoOpzp3NkebvA9P/IGppgAbAdkFy5QDvazdKWkM3ak1y5lRjNFun+d052x BHBPqJM8hGjw9msRtrBzLS+HMH2mOs54BRCvI//7ffrEd6IOIBodiDzfsEfHBuwLpCRG eSlg== MIME-Version: 1.0 X-Received: by 10.66.123.5 with SMTP id lw5mr23305966pab.83.1381019121579; Sat, 05 Oct 2013 17:25:21 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.66.219.74 with HTTP; Sat, 5 Oct 2013 17:25:21 -0700 (PDT) Date: Sat, 5 Oct 2013 17:25:21 -0700 X-Google-Sender-Auth: 227gNpd66U1IMsATeoV185-I3yk Message-ID: Subject: graphics/dri will not build with WITH_NEW_XORG on 9-STABLE after 9.2 was branched From: Kevin Oberman To: Baptiste Daroussin Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-x11@freebsd.org" 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: Sun, 06 Oct 2013 00:25:22 -0000 For some reason the Makefile attempts to use gcc to build dri on any 9-stable after 9.2 was branched. As the Makefile notes that base GCC prior to 4.3 will not build. Removing the test against $OSVERSION < 902503 will fix this and use clang to build dri successfully. -- R. Kevin Oberman, Network Engineer E-mail: rkoberman@gmail.com