svn commit: r399534 - head/lang/x10

Steve Wills swills at FreeBSD.org
Sat Oct 17 12:59:38 UTC 2015


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>


More information about the svn-ports-head mailing list