Date: Sat, 17 Oct 2015 12:59:36 +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: r399534 - head/lang/x10 Message-ID: <201510171259.t9HCxaXY032826@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Oct 17 12:59:36 2015 New Revision: 399534 URL: https://svnweb.freebsd.org/changeset/ports/399534 Log: lang/x10: mark broken with JDK8 Modified: head/lang/x10/Makefile Modified: head/lang/x10/Makefile ============================================================================== --- head/lang/x10/Makefile Sat Oct 17 12:59:34 2015 (r399533) +++ head/lang/x10/Makefile Sat Oct 17 12:59:36 2015 (r399534) @@ -41,7 +41,11 @@ WRKSRC= ${WRKDIR}/x10.dist OPTIONS_DEFINE= EXAMPLES -.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 post-patch: ${REINPLACE_CMD} -e 's/value="make"/value="gmake"/g' \ @@ -72,4 +76,4 @@ do-install: ${CP} -R ${WRKSRC}/samples/* ${STAGEDIR}${EXAMPLESDIR} .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?201510171259.t9HCxaXY032826>