From owner-freebsd-x11@freebsd.org Tue Aug 22 19:11:27 2017 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD807DDD3DD; Tue, 22 Aug 2017 19:11:27 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from marvin.harmless.hu (marvin.harmless.hu [195.56.55.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A326671243; Tue, 22 Aug 2017 19:11:27 +0000 (UTC) (envelope-from gergely.czuczy@harmless.hu) Received: from 84-236-59-104.pool.digikabel.hu ([84.236.59.104] helo=[10.219.16.1]) by marvin.harmless.hu with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.88 (FreeBSD)) (envelope-from ) id 1dkEa5-000IXo-Bw; Tue, 22 Aug 2017 19:11:17 +0000 To: freebsd-x11@freebsd.org Cc: freebsd-ports@freebsd.org From: Gergely Czuczy Subject: r440699 broke xorg on aarch64 (rpi3 and alike) Message-ID: <680f4901-0131-d83e-4c53-960a1fc504af@harmless.hu> Date: Tue, 22 Aug 2017 21:11:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2017 19:11:28 -0000 Hello, r440699 [1] made mesa-dri unconditionally depend on s2tc, which unconditionally depends on nvidia-texture-tools. nvidia-texture-tools is not supported on aarch64, which is the platform of rpi3. Could you please make sure xorg works on aarch64 as well? We don't have a lot of alternatives on that platform. Making the non-aarch64 compatible ports optional would be a good start. Also, let me know if you need a PR for this. Best regards, Gergely [1] https://svnweb.freebsd.org/ports?view=revision&revision=440699