Date: Mon, 19 Oct 2015 16:42:58 +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: r399697 - head/lang/x10 Message-ID: <201510191642.t9JGgwV5058841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191642.t9JGgwV5058841>