From owner-freebsd-ports@FreeBSD.ORG Mon Sep 9 14:02:30 2013 Return-Path: Delivered-To: ports@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 B59B0F85; Mon, 9 Sep 2013 14:02:30 +0000 (UTC) (envelope-from kwm@rainbow-runner.nl) Received: from fep20.mx.upcmail.net (fep20.mx.upcmail.net [62.179.121.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9BC7128A2; Mon, 9 Sep 2013 14:02:29 +0000 (UTC) Received: from edge03.upcmail.net ([192.168.13.238]) by viefep20-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20130909140228.RHXC22126.viefep20-int.chello.at@edge03.upcmail.net>; Mon, 9 Sep 2013 16:02:28 +0200 Received: from [127.0.0.1] ([178.84.132.32]) by edge03.upcmail.net with edge id P22T1m02o0i5fp60322Uvl; Mon, 09 Sep 2013 16:02:28 +0200 X-SourceIP: 178.84.132.32 Message-ID: <522DD4E5.5030206@rainbow-runner.nl> Date: Mon, 09 Sep 2013 16:02:13 +0200 From: Koop Mast User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Volodymyr Kostyrko Subject: Re: [CFT] Update of xorg libraries and MESA References: <522DC3EB.4060607__24877.3824460388$1378732295$gmane$org@freebsd.org> <522DD451.9000100@gmail.com> In-Reply-To: <522DD451.9000100@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130909-0, 09-09-2013), Outbound message X-Antivirus-Status: Clean Cc: ports@FreeBSD.org, x11@FreeBSD.org, Niclas Zeising X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 14:02:30 -0000 On 9-9-2013 15:59, Volodymyr Kostyrko wrote: > 09.09.2013 15:49, Niclas Zeising wrote: >> [Cross-posted between x11@ and ports@, please respect reply-to] > > ^/releng/9, WITH_CLANG_IS_CC, CCACHE, WITH_NEW_XORG > > CC intel_fbo.lo > cc: warning: argument unused during compilation: '-fno-builtin-memcmp' > cc: warning: argument unused during compilation: '-fno-builtin-memcmp' > intel_screen.c:199:6: error: use of undeclared identifier > '__DRI_IMAGE_FOURCC_ARGB8888' > { __DRI_IMAGE_FOURCC_ARGB8888, __DRI_IMAGE_COMPONENTS_RGBA, 1, > ^ > intel_screen.c:199:35: error: use of undeclared identifier > '__DRI_IMAGE_COMPONENTS_RGBA' > { __DRI_IMAGE_FOURCC_ARGB8888, __DRI_IMAGE_COMPONENTS_RGBA, 1, > ^ > intel_screen.c:202:6: error: use of undeclared identifier > '__DRI_IMAGE_FOURCC_XRGB8888' > { __DRI_IMAGE_FOURCC_XRGB8888, __DRI_IMAGE_COMPONENTS_RGB, 1, > ^ > intel_screen.c:202:35: error: use of undeclared identifier > '__DRI_IMAGE_COMPONENTS_RGB' > { __DRI_IMAGE_FOURCC_XRGB8888, __DRI_IMAGE_COMPONENTS_RGB, 1, > ^ > Is this intended to work on 9? > You need to manual remove your old libGL and dri before updating to the new version, as mentioned in the UPDATING file.