svn commit: r543812 - head/lang/bsh

Pedro Giffuni pfg at FreeBSD.org
Thu Jul 30 17:35:18 UTC 2020


On 2020-07-30 12:28, Pedro F. Giffuni wrote:
> Author: pfg
> Date: Thu Jul 30 17:28:36 2020
> New Revision: 543812
> URL: https://svnweb.freebsd.org/changeset/ports/543812
>
> Log:
>   lang/bsh: Use JDK 8 to build.
>   
>   The build breaks with JDK 9+. Upstream has fixed this in their development
>   version but they haven't released a new version, so for nw require Java 8
>   to build.
>   
>   Pet portlint while here.
>   
>   Reported by:	Tom Jones

This was actually Robert Huff, not Tom Jones.

Sorry about that and huge thanks to Robert for the patience!

Pedro.



>   Approved by:	thierry (mentor, implicit)
>
> Modified:
>   head/lang/bsh/Makefile
>
> Modified: head/lang/bsh/Makefile
> ==============================================================================
> --- head/lang/bsh/Makefile	Thu Jul 30 17:28:35 2020	(r543811)
> +++ head/lang/bsh/Makefile	Thu Jul 30 17:28:36 2020	(r543812)
> @@ -16,6 +16,7 @@ GH_ACCOUNT=	beanshell
>  GH_PROJECT=	beanshell
>  
>  USE_JAVA=	yes
> +JAVA_BUILD=	8
>  
>  USE_ANT=	yes
>  ALL_TARGET=	jarall
> @@ -23,7 +24,7 @@ ALL_TARGET=	jarall
>  SUB_FILES=	${PORTNAME}.sh
>  SUB_LIST=	JARNAME=${PORTNAME}.jar
>  
> -PLIST_FILES=	%%JAVAJARDIR%%/${PORTNAME}.jar \
> +PLIST_FILES=	${JAVAJARDIR}/${PORTNAME}.jar \
>  		bin/${PORTNAME}
>  
>  do-install:


More information about the svn-ports-all mailing list