git: 630bf2be8f2e - main - Mk/Uses/meson.mk: Require meson with b_colorout fix
Tobias Kortkamp
tobik at FreeBSD.org
Sat Jul 3 15:03:30 UTC 2021
The branch main has been updated by tobik:
URL: https://cgit.FreeBSD.org/ports/commit/?id=630bf2be8f2e0f9c8261a2fcd925493734e8f33c
commit 630bf2be8f2e0f9c8261a2fcd925493734e8f33c
Author: Tobias Kortkamp <tobik at FreeBSD.org>
AuthorDate: 2021-07-03 14:51:34 +0000
Commit: Tobias Kortkamp <tobik at FreeBSD.org>
CommitDate: 2021-07-03 15:01:10 +0000
Mk/Uses/meson.mk: Require meson with b_colorout fix
There have been multiple bug reports where people get compiler
errors with regards to -Xclang -fno-color-diagnostics. This is
caused by partial upgrades and outdated meson packages. For a
better UX, change BUILD_DEPENDS to require a package version that
fixes it.
Fixes: ff2796d5bc837b0c6cb26791439c64f96fe1c090
---
Mk/Uses/meson.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Mk/Uses/meson.mk b/Mk/Uses/meson.mk
index c089b76a0640..c87ccdeafa4d 100644
--- a/Mk/Uses/meson.mk
+++ b/Mk/Uses/meson.mk
@@ -24,7 +24,7 @@ _INCLUDE_USES_MESON_MK= yes
IGNORE= Incorrect 'USES+= meson:${meson_ARGS}'. meson takes no arguments
.endif
-BUILD_DEPENDS+= meson:devel/meson
+BUILD_DEPENDS+= meson>=0.57.1_1:devel/meson
# meson uses ninja
.include "${USESDIR}/ninja.mk"
More information about the dev-commits-ports-all
mailing list