svn commit: r465270 - head/devel/javolution

Antoine Brodin antoine at FreeBSD.org
Thu Mar 22 08:35:59 UTC 2018


Author: antoine
Date: Thu Mar 22 08:35:58 2018
New Revision: 465270
URL: https://svnweb.freebsd.org/changeset/ports/465270

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/devel/javolution/Makefile

Modified: head/devel/javolution/Makefile
==============================================================================
--- head/devel/javolution/Makefile	Thu Mar 22 08:34:58 2018	(r465269)
+++ head/devel/javolution/Makefile	Thu Mar 22 08:35:58 2018	(r465270)
@@ -12,6 +12,8 @@ COMMENT=	Java solution for real time and embedded syst
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN=		fails to build
+
 USE_JAVA=	yes
 JAVA_VERSION=	1.6
 USE_ANT=	yes


More information about the svn-ports-all mailing list