svn commit: r399697 - head/lang/x10

Steve Wills swills at FreeBSD.org
Mon Oct 19 16:43:00 UTC 2015


Author: swills
Date: Mon Oct 19 16:42:58 2015
New Revision: 399697
URL: https://svnweb.freebsd.org/changeset/ports/399697

Log:
  lang/x10: force use of jdk 1.6 or 1.7

Modified:
  head/lang/x10/Makefile

Modified: head/lang/x10/Makefile
==============================================================================
--- head/lang/x10/Makefile	Mon Oct 19 16:35:28 2015	(r399696)
+++ head/lang/x10/Makefile	Mon Oct 19 16:42:58 2015	(r399697)
@@ -27,7 +27,7 @@ LICENSE=	EPL
 
 USES=	tar:bzip2
 USE_JAVA=	yes
-JAVA_VERSION=	1.6+
+JAVA_VERSION=	1.6 1.7
 USE_ANT=	yes
 USE_GCC=	yes
 
@@ -43,10 +43,6 @@ OPTIONS_DEFINE=	EXAMPLES
 
 .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' \
 		${WRKDIR}/x10.runtime/build.xml


More information about the svn-ports-all mailing list