svn commit: r464211 - head/java/jgrapht

Antoine Brodin antoine at FreeBSD.org
Sun Mar 11 21:34:35 UTC 2018


Author: antoine
Date: Sun Mar 11 21:34:34 2018
New Revision: 464211
URL: https://svnweb.freebsd.org/changeset/ports/464211

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/java/jgrapht/Makefile

Modified: head/java/jgrapht/Makefile
==============================================================================
--- head/java/jgrapht/Makefile	Sun Mar 11 21:16:26 2018	(r464210)
+++ head/java/jgrapht/Makefile	Sun Mar 11 21:34:34 2018	(r464211)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/${PORTNAME}/JGraphT/Version%20${PORTV
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Java package for mathematical graph-theory objects and algorithms
 
+BROKEN=		fails to build
+
 USES=		dos2unix zip
 DOS2UNIX_GLOB=	*.xml *.java
 USE_JAVA=	yes


More information about the svn-ports-all mailing list