git: 5bc0aca655e6 - main - science/jmol: Set JAVA_VERSION to 8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Dec 2021 16:12:34 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=5bc0aca655e62d40285d4f72e1be34dea9c61ceb commit 5bc0aca655e62d40285d4f72e1be34dea9c61ceb Author: Benjamin Takacs <nimaje+fbz@bureaucracy.de> AuthorDate: 2021-12-26 16:10:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-12-26 16:12:32 +0000 science/jmol: Set JAVA_VERSION to 8 Currently Jmol uses sun.audio that was removed in openjdk9. PR: 260698 --- science/jmol/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/jmol/Makefile b/science/jmol/Makefile index 222afc670491..0c4bef9ef5a7 100644 --- a/science/jmol/Makefile +++ b/science/jmol/Makefile @@ -24,6 +24,8 @@ SUB_LIST= JAVA=${JAVA} EXES= ${PORTNAME:tl} ${PORTNAME:tl}data JARS= ${PORTNAME}.jar Jvxl.jar ${PORTNAME}Data.jar # ${PORTNAME}Lib.jar +# uses sun.audio which got removed with openjdk9 https://bugs.openjdk.java.net/browse/JDK-8050465, https://sourceforge.net/p/jmol/bugs/622/ +JAVA_VERSION= 8 PLIST_FILES= ${EXES:S/^/bin\//} \ ${JARS:S/^/${JAVAJARDIR}\//}