Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 04:17:26 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559339 - head/java/eclipse-ecj
Message-ID:  <202012270417.0BR4HQA5015226@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Sun Dec 27 04:17:26 2020
New Revision: 559339
URL: https://svnweb.freebsd.org/changeset/ports/559339

Log:
  Restrict to Java 8, since this doesn't compile with Java 11
  
  PR:			251774

Modified:
  head/java/eclipse-ecj/Makefile

Modified: head/java/eclipse-ecj/Makefile
==============================================================================
--- head/java/eclipse-ecj/Makefile	Sun Dec 27 03:45:55 2020	(r559338)
+++ head/java/eclipse-ecj/Makefile	Sun Dec 27 04:17:26 2020	(r559339)
@@ -21,6 +21,7 @@ EXTRACT_AFTER_ARGS=	-C ${WRKSRC}
 
 USE_ANT=	yes
 USE_JAVA=	yes
+JAVA_VERSION=	8
 SUB_FILES=	ecj.sh
 SUB_LIST=	PORTVERSION=${PORTVERSION}
 NO_WRKSUBDIR=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012270417.0BR4HQA5015226>