Date: Mon, 14 Dec 2020 02:11:04 +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: r558070 - head/lang/bsh Message-ID: <202012140211.0BE2B4XB091185@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012140211.0BE2B4XB091185>