svn commit: r559339 - head/java/eclipse-ecj

Greg Lewis glewis at FreeBSD.org
Sun Dec 27 04:17:26 UTC 2020


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


More information about the svn-ports-all mailing list