svn commit: r464224 - head/net/openmq

Antoine Brodin antoine at FreeBSD.org
Mon Mar 12 06:50:27 UTC 2018


Author: antoine
Date: Mon Mar 12 06:50:26 2018
New Revision: 464224
URL: https://svnweb.freebsd.org/changeset/ports/464224

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/openmq/Makefile

Modified: head/net/openmq/Makefile
==============================================================================
--- head/net/openmq/Makefile	Mon Mar 12 06:49:17 2018	(r464223)
+++ head/net/openmq/Makefile	Mon Mar 12 06:50:26 2018	(r464224)
@@ -18,6 +18,8 @@ COMMENT=	Open Message Queue - Java Message Service Bro
 LICENSE=	GPLv2 CDDL
 LICENSE_COMB=	dual
 
+BROKEN=		fails to build
+
 SRCDIST=	mq4_5_2p1-source.zip
 BOOTJARS=	javaee-api-6.0.jar:2 \
 		grizzly-nio-framework-1.9.18a.jar:3 \


More information about the svn-ports-head mailing list