From owner-svn-ports-head@freebsd.org Mon Feb 24 19:25:09 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7AB012407A1; Mon, 24 Feb 2020 19:25:09 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from mail.daemonic.se (mail.daemonic.se [176.58.89.161]) (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 48RBpr6N5Nz4Bch; Mon, 24 Feb 2020 19:25:08 +0000 (UTC) (envelope-from zeising@freebsd.org) Received: from cid.daemonic.se (localhost [IPv6:::1]) by mail.daemonic.se (Postfix) with ESMTP id 48RBpj2p3kz3lqX; Mon, 24 Feb 2020 19:25:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mail.daemonic.se ([IPv6:::1]) (using TLS with cipher ECDHE-RSA-AES128-GCM-SHA256) by cid.daemonic.se (mailscanner.daemonic.se [IPv6:::1]) (amavisd-new, port 10587) with ESMTPS id 1uNrJeYoF0hX; Mon, 24 Feb 2020 19:25:00 +0000 (UTC) Received: from garnet.daemonic.se (unknown [IPv6:2001:470:dca9:201:a8d0:ce14:145e:84c5]) by mail.daemonic.se (Postfix) with ESMTPSA id 48RBph1CY6z3lcX; Mon, 24 Feb 2020 19:25:00 +0000 (UTC) Subject: Re: svn commit: r527007 - head/x11-drivers/xf86-video-ati-legacy To: Piotr Kubaj Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <202002241748.01OHmm5U074048@repo.freebsd.org> <20200224175401.GA64617@KGPE-D16> <20200224175750.GB64617@KGPE-D16> From: Niclas Zeising Message-ID: <454e346e-5171-9862-2cc1-c9ed916f2571@freebsd.org> Date: Mon, 24 Feb 2020 20:24:59 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.3.0 MIME-Version: 1.0 In-Reply-To: <20200224175750.GB64617@KGPE-D16> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 48RBpr6N5Nz4Bch X-Spamd-Bar: - Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-1.91 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-0.92)[-0.920,0]; NEURAL_HAM_LONG(-0.99)[-0.991,0]; ASN(0.00)[asn:36236, ipnet:176.58.89.0/24, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2020 19:25:09 -0000 Yeah, the comments are quite broken. I'll try to remember to update them when I touch the port next time. Thank you! Regards Niclas On 2020-02-24 18:57, Piotr Kubaj wrote: > "KMS is required and currently only available on x86" <- this is also wrong with linuxkpi working on powerpc64. > > On 20-02-24 18:54:01, Piotr Kubaj wrote: >> Since this caught my eye: >> # No Radeon kernel driver on non-x86 and PC98. >> >> PC98 is now not supported and Radeon kernel driver works on powerpc64, which is non-x86. >> >> On 20-02-24 17:48:48, Niclas Zeising wrote: >>> Author: zeising >>> Date: Mon Feb 24 17:48:48 2020 >>> New Revision: 527007 >>> URL: https://svnweb.freebsd.org/changeset/ports/527007 >>> >>> Log: >>> x11-drivers/xf86-video-ati-legacy: Mark broken >>> >>> xf86-video-ati-legacy does not currently build with xorg-server 1.20.7. >>> A patch to fix the build is available here, >>> https://reviews.freebsd.org/D23817 , but it needs more testing. >>> Mark this port as broken while the issues are being sorted out, to avoid >>> confusion and messages from the build cluster. >>> >>> Modified: >>> head/x11-drivers/xf86-video-ati-legacy/Makefile >>> >>> Modified: head/x11-drivers/xf86-video-ati-legacy/Makefile >>> ============================================================================== >>> --- head/x11-drivers/xf86-video-ati-legacy/Makefile Mon Feb 24 17:40:42 2020 (r527006) >>> +++ head/x11-drivers/xf86-video-ati-legacy/Makefile Mon Feb 24 17:48:48 2020 (r527007) >>> @@ -13,6 +13,8 @@ COMMENT= X.Org ati display driver >>> LICENSE= MIT >>> LICENSE_FILE= ${WRKSRC}/COPYING >>> >>> +BROKEN= does not build with xorg-server 1.20.7 >>> + >>> # No Radeon kernel driver on non-x86 and PC98. >>> ONLY_FOR_ARCHS= amd64 i386 powerpc64 >>> ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86 > > -- Niclas Zeising