From a0509db2fb02ca6fc1f97a599efb003a497e6062 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sat, 1 Nov 2025 14:23:10 +0100 Subject: [PATCH] math/heyoka: Mark BROKEN, fails to build with fmt 12+ Fails to build with fmt 12+ PR: 290164 Approved by: maintainer timeout, 2+ weeks --- math/heyoka/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile index 9ffb82a653db..5930c8fce1ec 100644 --- a/math/heyoka/Makefile +++ b/math/heyoka/Makefile @@ -11,7 +11,8 @@ WWW= https://bluescarni.github.io/heyoka/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_FreeBSD_13= compilation fails: no member named 'transform' in namespace 'std::ranges'; did you mean 'llvm::transform' (std::ranges::transform isn't present) +BROKEN= Fails to build with fmt 12+, The supported fmt versions are in the range [9, 11], but version 12 was found instead. +#BROKEN_FreeBSD_13= compilation fails: no member named 'transform' in namespace 'std::ranges'; did you mean 'llvm::transform' (std::ranges::transform isn't present) LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \ libfmt.so:devel/libfmt \