Date: Mon, 16 May 2022 08:54:28 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 46c08f6879c2 - main - graphics/gpu-firmware-amd-kmod: Ignore green_sardine and sienna_cichlid on < 13.1 Message-ID: <202205160854.24G8sSng070761@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/ports/commit/?id=46c08f6879c275415d9899faeec43a059da5dc2d commit 46c08f6879c275415d9899faeec43a059da5dc2d Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2022-05-16 08:52:00 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2022-05-16 08:54:17 +0000 graphics/gpu-firmware-amd-kmod: Ignore green_sardine and sienna_cichlid on < 13.1 We cannot build those firmware on < 13.1 as the names are too long for the kmod. Sponsored by: Beckhoff Automation GmbH & Co. KG --- graphics/gpu-firmware-amd-kmod/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/graphics/gpu-firmware-amd-kmod/Makefile b/graphics/gpu-firmware-amd-kmod/Makefile index acb7e22ab80e..2181af01de04 100644 --- a/graphics/gpu-firmware-amd-kmod/Makefile +++ b/graphics/gpu-firmware-amd-kmod/Makefile @@ -51,6 +51,11 @@ FLAVORS= banks \ sienna_cichlid FLAVOR?= banks +green_sardine_IGNORE_FreeBSD_12= "Not supported on < 13.1" +green_sardine_IGNORE_FreeBSD_13.0= "Not supported on < 13.1" +sienna_cichlid_IGNORE_FreeBSD_12= "Not supported on < 13.1" +sienna_cichlid_IGNORE_FreeBSD_13.0= "Not supported on < 13.1" + USES= kmod uidfix USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205160854.24G8sSng070761>