Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2024 10:27:46 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: 540078e5c2ce - main - math/oink: mark as BROKEN, fails to build with boost-1.85+
Message-ID:  <202410031027.493ARk51042889@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=540078e5c2cea66919982df7ba4f2cc4b430e771

commit 540078e5c2cea66919982df7ba4f2cc4b430e771
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-03 00:49:05 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:08 +0000

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

diff --git a/math/oink/Makefile b/math/oink/Makefile
index 8e739cd1e6fa..26cb9cbd32a9 100644
--- a/math/oink/Makefile
+++ b/math/oink/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/trolando/oink
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with boost-1.85+
+
 LIB_DEPENDS=	libboost_iostreams.so:devel/boost-libs
 
 USES=		cmake:testing


home | help

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