From owner-dev-commits-ports-all@freebsd.org Fri Apr 16 18:05:47 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 7EEC65DA052; Fri, 16 Apr 2021 18:05:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMPJq3Dy5z4gMQ; Fri, 16 Apr 2021 18:05:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from freefall.freebsd.org (pool-100-8-53-238.nwrknj.fios.verizon.net [100.8.53.238]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: jkim/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 51A20E81; Fri, 16 Apr 2021 18:05:47 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Subject: Re: git: 2e4045a9f05f - main - graphics/gpu-firmware-kmod: Do not build firmwares for new GPUs for now From: Jung-uk Kim To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202104161802.13GI2DAZ052325@gitrepo.freebsd.org> Organization: FreeBSD.org Message-ID: <994d10bb-dc6e-aec6-7604-e1ff44c7f1bf@FreeBSD.org> Date: Fri, 16 Apr 2021 14:05:47 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:78.0) Gecko/20100101 Thunderbird/78.9.1 MIME-Version: 1.0 In-Reply-To: <202104161802.13GI2DAZ052325@gitrepo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 18:05:47 -0000 On 21. 4. 16., Jung-uk Kim wrote: > The branch main has been updated by jkim: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=2e4045a9f05fb2139f1203abfbeab9c2cae638a4 > > commit 2e4045a9f05fb2139f1203abfbeab9c2cae638a4 > Author: Jung-uk Kim > AuthorDate: 2021-04-16 17:51:54 +0000 > Commit: Jung-uk Kim > CommitDate: 2021-04-16 17:51:54 +0000 > > graphics/gpu-firmware-kmod: Do not build firmwares for new GPUs for now > > Exclude firmwares for Sienna Cichlid, Green Sardine and Navy Flounder > for now because the module names are too long to be processed by > kldxref(8). It is okay because we do not support these GPUs. > > Pointyhat to: jkim Reported by: jbeich