Date: Fri, 16 Oct 2015 18:27:59 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399498 - head/net/openmq Message-ID: <201510161827.t9GIRxhe026092@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Fri Oct 16 18:27:59 2015 New Revision: 399498 URL: https://svnweb.freebsd.org/changeset/ports/399498 Log: net/openmq: mark broken on openjdk8 Modified: head/net/openmq/Makefile Modified: head/net/openmq/Makefile ============================================================================== --- head/net/openmq/Makefile Fri Oct 16 18:17:58 2015 (r399497) +++ head/net/openmq/Makefile Fri Oct 16 18:27:59 2015 (r399498) @@ -43,7 +43,11 @@ USE_RC_SUBR= imq SUB_FILES= pkg-message .endif -.include <bsd.port.options.mk> +.include <bsd.port.pre.mk> + +.if ${JAVA_PORT_VERSION:M1.8.*} +BROKEN= Does not build with JDK 1.8 +.endif # Get the bootstrap jars in place before the build starts, because # pointyhat doesn't allow them to be downloaded by the "bootstrap" @@ -121,4 +125,4 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/dist/mq/lib/imqxm.jar ${STAGEDIR}${JAVAJARDIR} .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510161827.t9GIRxhe026092>