During Meson 0.60.0 exp-run this port failed to build due to https://github.com/mesonbuild/meson/commit/dbf2ace6ca1c . According to "git log -p meson_options.txt" such an option has never existed. meson.build:21:0: ERROR: Unknown options: "gallium-clover" http://www.ipv6proxy.net/go.php?u=http://package18.nyi.freebsd.org/data/122amd64-default-foo/2021-10-12_18h01m25s/logs/errors/mesa-libs-21.1.5_2.log
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cacd1d00442ac5c73ce9e4d76dda7ee18207a35c commit cacd1d00442ac5c73ce9e4d76dda7ee18207a35c Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-10-13 15:42:29 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-10-13 15:42:29 +0000 graphics/mesa-dri: Remove meson option gallium-clover It doesn't exists and cause error with meson >= 0.60 PR: 259140 graphics/mesa-libs/Makefile | 1 - 1 file changed, 1 deletion(-)
I confirm, builds fine with Meson 0.60.0rc1 now.
A commit in branch 2021Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b5aaacbe1f06242a86fd9934cc9baa93d35f9127 commit b5aaacbe1f06242a86fd9934cc9baa93d35f9127 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-10-13 15:42:29 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2021-10-17 13:28:02 +0000 graphics/mesa-dri: Remove meson option gallium-clover It doesn't exists and cause error with meson >= 0.60 PR: 259140 (cherry picked from commit cacd1d00442ac5c73ce9e4d76dda7ee18207a35c) graphics/mesa-libs/Makefile | 1 - 1 file changed, 1 deletion(-)