Created attachment 230419 [details] science/jmol: set JAVA_VERSION to 8 As jmol uses sun.audio[1] which got removed with openjdk9[0] it only supports java until version 8. It will just fail to build if the default verison of java is set to something higher. So the port should set JAVA_VERSION to 8. Requesting merge-quaterly as this is a build fix. QA: * portlint no new issues [0]: https://bugs.openjdk.java.net/browse/JDK-8050465 [1]: https://sourceforge.net/p/jmol/bugs/608/
Committed, thanks!
A commit in branch main references this bug: 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(+)