git: dfa2d25bfde7 - main - graphics/epsonscan2: mark as BROKEN with Boost>=1.87 (+)

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

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

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

    graphics/epsonscan2: mark as BROKEN with Boost>=1.87 (+)
    
    Since 1.87 release deprecate use of BOOST_NO_CXX11_RVALUE_REFERENCES=1
    
    Sponsored by:   Future Crew, LLC
---
 graphics/epsonscan2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/epsonscan2/Makefile b/graphics/epsonscan2/Makefile
index d983da84389d..78c1afa9c042 100644
--- a/graphics/epsonscan2/Makefile
+++ b/graphics/epsonscan2/Makefile
@@ -11,6 +11,8 @@ WWW=		https://download.ebz.epson.net/man/linux/epsonscan2_e.html
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build with Boost>=1.87
+
 BUILD_DEPENDS=	sane-config:graphics/sane-backends
 LIB_DEPENDS=	libboost_serialization.so:devel/boost-libs \
 		libpng.so:graphics/png \