Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2024 10:27:38 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3a5301e387cb - main - math/curv: mark as BROKEN, fails to build with boost-1.85+
Message-ID:  <202410031027.493ARcTx042495@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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 \


home | help

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