git: 1635f7ef6a49 - main - math/heyoka: Broken on 13

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 15 Jun 2024 16:02:10 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1635f7ef6a49357f00df6cc7dfb5155eec00ff8c

commit 1635f7ef6a49357f00df6cc7dfb5155eec00ff8c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-06-15 15:52:21 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-06-15 16:02:07 +0000

    math/heyoka: Broken on 13
    
    Reported by:    fallout
---
 math/heyoka/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/heyoka/Makefile b/math/heyoka/Makefile
index c46f9c458961..f54453da8cba 100644
--- a/math/heyoka/Makefile
+++ b/math/heyoka/Makefile
@@ -16,6 +16,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)
+
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
 		libfmt.so:devel/libfmt \
 		libgmp.so:math/gmp \