git: fc609a55da8f - main - science/InsightToolkit501: Mark BROKEN and set deprecation to 2026-04-30

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sun, 08 Mar 2026 23:34:54 UTC
The branch main has been updated by diizzy:

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

commit fc609a55da8f469459cd977025343dc82b5386e3
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2026-03-08 23:04:02 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-03-08 23:16:59 +0000

    science/InsightToolkit501: Mark BROKEN and set deprecation to 2026-04-30
    
    Legacy version that is unsupported upstream and fails to build
    error: no template named 'binary_function' in namespace 'std'
    
    Reported by:    pkg-fallout
---
 science/InsightToolkit501/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/science/InsightToolkit501/Makefile b/science/InsightToolkit501/Makefile
index c0d01e1e31db..0ff0ed6497b0 100644
--- a/science/InsightToolkit501/Makefile
+++ b/science/InsightToolkit501/Makefile
@@ -13,6 +13,9 @@ WWW=		https://www.itk.org
 
 LICENSE=	APACHE20
 
+BROKEN=		Fails to build, error: no template named 'binary_function' in namespace 'std'
+EXPIRATION_DATE=2026-04-30
+
 BUILD_DEPENDS=	googletest>=0:devel/googletest
 LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
 		libexpat.so:textproc/expat2 \