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 Approved by: thierry (mentor, implicit)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user