Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2020 20:51:12 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559189 - head/lang/bsh
Message-ID:  <202012242051.0BOKpCSe002753@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Thu Dec 24 20:51:12 2020
New Revision: 559189
URL: https://svnweb.freebsd.org/changeset/ports/559189

Log:
  lang/bsh: use Java 8
  
  While 2.1.0 is an improvement it still doesn't include all the fixes
  for deprecated APIs in JDK 11+. Upstream's master branch does much better
  but there is no easy patch, so set JDK to 8 for now.
  
  PR:		251824
  Approved by:	thierry (mentor, implicit)

Modified:
  head/lang/bsh/Makefile

Modified: head/lang/bsh/Makefile
==============================================================================
--- head/lang/bsh/Makefile	Thu Dec 24 20:02:31 2020	(r559188)
+++ head/lang/bsh/Makefile	Thu Dec 24 20:51:12 2020	(r559189)
@@ -14,7 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	beanshell
 GH_PROJECT=	beanshell
 
-USE_JAVA=	yes
+USE_JAVA=	8
 USE_ANT=	yes
 ALL_TARGET=	jarall
 



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