Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2020 00:07:22 +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: r559633 - head/textproc/xmlenc
Message-ID:  <202012300007.0BU07MrI028257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glewis
Date: Wed Dec 30 00:07:22 2020
New Revision: 559633
URL: https://svnweb.freebsd.org/changeset/ports/559633

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

Modified:
  head/textproc/xmlenc/Makefile

Modified: head/textproc/xmlenc/Makefile
==============================================================================
--- head/textproc/xmlenc/Makefile	Wed Dec 30 00:05:03 2020	(r559632)
+++ head/textproc/xmlenc/Makefile	Wed Dec 30 00:07:22 2020	(r559633)
@@ -12,6 +12,7 @@ COMMENT=	Light-weight XML encoding library for Java
 
 USES=		tar:tgz
 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?202012300007.0BU07MrI028257>