Date: Thu, 22 Mar 2018 08:35:58 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465270 - head/devel/javolution Message-ID: <201803220835.w2M8Zw88036661@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803220835.w2M8Zw88036661>