Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Dec 2020 19:05:28 +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: r559404 - head/misc/freeguide
Message-ID:  <202012271905.0BRJ5SR8077695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Sun Dec 27 19:05:28 2020
New Revision: 559404
URL: https://svnweb.freebsd.org/changeset/ports/559404

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

Modified:
  head/misc/freeguide/Makefile

Modified: head/misc/freeguide/Makefile
==============================================================================
--- head/misc/freeguide/Makefile	Sun Dec 27 19:00:14 2020	(r559403)
+++ head/misc/freeguide/Makefile	Sun Dec 27 19:05:28 2020	(r559404)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/doc/COPYING
 RUN_DEPENDS=	tv_cat:textproc/p5-xmltv
 
 USE_JAVA=	yes
+JAVA_VERSION=	8
 USE_ANT=	yes
 NO_ARCH=	yes
 



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