svn commit: r559189 - head/lang/bsh

Pedro F. Giffuni pfg at FreeBSD.org
Thu Dec 24 20:51:12 UTC 2020


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
 


More information about the svn-ports-head mailing list