svn commit: r465271 - head/math/jakarta-commons-math

Antoine Brodin antoine at FreeBSD.org
Thu Mar 22 08:36:56 UTC 2018


Author: antoine
Date: Thu Mar 22 08:36:55 2018
New Revision: 465271
URL: https://svnweb.freebsd.org/changeset/ports/465271

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/math/jakarta-commons-math/Makefile

Modified: head/math/jakarta-commons-math/Makefile
==============================================================================
--- head/math/jakarta-commons-math/Makefile	Thu Mar 22 08:35:58 2018	(r465270)
+++ head/math/jakarta-commons-math/Makefile	Thu Mar 22 08:36:55 2018	(r465271)
@@ -18,6 +18,8 @@ COMMENT=	Java library of self-contained mathematics an
 
 LICENSE=	APACHE20
 
+BROKEN=		fails to build
+
 USE_ANT=	yes
 USE_JAVA=	yes
 JAVA_VERSION=	1.6 1.7


More information about the svn-ports-all mailing list