git: ab94eab80ff9 - main - devel/eclipse-titan: Mark BROKEN

From: Daniel Engberg <diizzy_at_FreeBSD.org>
Date: Sat, 21 Jun 2025 14:10:16 UTC
The branch main has been updated by diizzy:

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

commit ab94eab80ff9b09a3ba19b57eb1dfeaf11dd7e99
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 06:08:48 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:28 +0000

    devel/eclipse-titan: Mark BROKEN
    
    Fails to build, /bin/sh: perl: not found
    
    Reported by:    pkg-fallout
---
 devel/eclipse-titan/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/eclipse-titan/Makefile b/devel/eclipse-titan/Makefile
index 6a9f7f4e0b8a..96371c7a25f5 100644
--- a/devel/eclipse-titan/Makefile
+++ b/devel/eclipse-titan/Makefile
@@ -9,6 +9,8 @@ WWW=		https://projects.eclipse.org/projects/tools.titan
 LICENSE=	EPL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		Fails to build, /bin/sh: perl: not found
+
 BUILD_DEPENDS=	bash:shells/bash \
 		expect:lang/expect \
 		xmllint:textproc/libxml2 \