Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jun 2024 16:02:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1635f7ef6a49 - main - math/heyoka: Broken on 13
Message-ID:  <202406151602.45FG2AI4085268@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406151602.45FG2AI4085268>