svn commit: r558070 - head/lang/bsh

Pedro F. Giffuni pfg at FreeBSD.org
Mon Dec 14 02:11:04 UTC 2020


Author: pfg
Date: Mon Dec 14 02:11:04 2020
New Revision: 558070
URL: https://svnweb.freebsd.org/changeset/ports/558070

Log:
  lang/bsh: Use JDK 8.
  
  It is well known this port requires Java 8 to build. Use Java 8 explicitly
  so setting the default to another version doesn't break it.
  
  PR:	251824
  Approved by:	thierry (mentor, implicit)

Modified:
  head/lang/bsh/Makefile

Modified: head/lang/bsh/Makefile
==============================================================================
--- head/lang/bsh/Makefile	Mon Dec 14 01:59:35 2020	(r558069)
+++ head/lang/bsh/Makefile	Mon Dec 14 02:11:04 2020	(r558070)
@@ -15,8 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	beanshell
 GH_PROJECT=	beanshell
 
-USE_JAVA=	yes
-JAVA_BUILD=	8
+USE_JAVA=	8
 
 USE_ANT=	yes
 ALL_TARGET=	jarall


More information about the svn-ports-all mailing list