From 7556974c9966b43e545be8463b3d27b6502e7481 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 19 Jul 2018 20:37:15 +0000 Subject: [PATCH] Mark BROKEN: fails to build Exception in thread "main" java.lang.UnsupportedClassVersionError: org/apache/tools/ant/launch/Launcher : Unsupported major.minor version 52.0 Reported by: pkg-fallout --- net/tn5250j/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/tn5250j/Makefile b/net/tn5250j/Makefile index f7c5739b2942..d8dffd8fbfd1 100644 --- a/net/tn5250j/Makefile +++ b/net/tn5250j/Makefile @@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= saper@saper.info COMMENT= 5250 terminal emulator for the AS/400 written in Java +BROKEN= fails to build + BUILD_DEPENDS= ${JAVALIBDIR}/mail.jar:java/javamail \ ${JYTHON_JAR}:lang/jython \ ${JAVALIBDIR}/jt400.jar:sysutils/jtopen \