svn commit: r474974 - head/net/tn5250j

Antoine Brodin antoine at FreeBSD.org
Thu Jul 19 20:37:16 UTC 2018


Author: antoine
Date: Thu Jul 19 20:37:15 2018
New Revision: 474974
URL: https://svnweb.freebsd.org/changeset/ports/474974

Log:
  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

Modified:
  head/net/tn5250j/Makefile

Modified: head/net/tn5250j/Makefile
==============================================================================
--- head/net/tn5250j/Makefile	Thu Jul 19 19:45:05 2018	(r474973)
+++ head/net/tn5250j/Makefile	Thu Jul 19 20:37:15 2018	(r474974)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 MAINTAINER=	saper at 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 \


More information about the svn-ports-all mailing list