git: 3a5301e387cb - main - math/curv: mark as BROKEN, fails to build with boost-1.85+

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 03 Oct 2024 10:27:38 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3a5301e387cb95d3c73b968653dbd11bbe324473

commit 3a5301e387cb95d3c73b968653dbd11bbe324473
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-02 23:56:36 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:01 +0000

    math/curv: mark as BROKEN, fails to build with boost-1.85+
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 math/curv/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/math/curv/Makefile b/math/curv/Makefile
index 51a30f772910..451adec458df 100644
--- a/math/curv/Makefile
+++ b/math/curv/Makefile
@@ -14,6 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BROKEN=		requires OpenMP support that is missing on this architecture
 .endif
 
+BROKEN=		fails to build with boost-1.85+
 BUILD_DEPENDS=	glm>0:math/glm
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 		libdouble-conversion.so:devel/double-conversion \