git: c310567ef118 - main - science/paraview: mark as BROKEN with Boost>=1.87 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 14 Feb 2025 03:18:01 UTC
The branch main has been updated by fluffy:

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

commit c310567ef1189eb602aeaf6d3350ab13bdafb01c
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:35:55 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:07 +0000

    science/paraview: mark as BROKEN with Boost>=1.87 (+)
    
    Since 1.87 release some long-time-ago deprecated Boost.asio facilities was dropped off
    
    Sponsored by:   Future Crew, LLC
---
 science/paraview/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 8e639cba9a89..c3f96b10456f 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -12,6 +12,7 @@ WWW=		https://www.paraview.org/
 # See https://www.paraview.org/license/
 LICENSE=	BSD3CLAUSE
 
+BROKEN=		fails to build with Boost>=1.87
 BROKEN_i386=	no matching member function for call to 'getArrayType'
 
 BUILD_DEPENDS=	${PYNUMPY}	\