git: 338914f96f72 - main - science/pulseview: mark as BROKEN with Boost>=1.87 (+)

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

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

commit 338914f96f724fcb36fbd1894f480eeeffcbbbf4
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:32:21 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:05 +0000

    science/pulseview: 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/pulseview/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile
index ba9d698a4050..0a5faea8cf53 100644
--- a/science/pulseview/Makefile
+++ b/science/pulseview/Makefile
@@ -15,6 +15,8 @@ WWW=		https://sigrok.org/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build with Boost>=1.87
+
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libsigrok.so:devel/libsigrok \
 		libsigrokdecode.so:devel/libsigrokdecode