Date: Thu, 05 Feb 2026 11:11:54 +0000 From: Ronald Klop <ronald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7349f186e3ff - main - graphics/processing: pin to openjdk8 Message-ID: <69847afa.1d3b6.71eb48a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=7349f186e3ff2340b2ab97e4910bd63103ae9c2a commit 7349f186e3ff2340b2ab97e4910bd63103ae9c2a Author: Ronald Klop <ronald@FreeBSD.org> AuthorDate: 2026-01-22 15:56:19 +0000 Commit: Ronald Klop <ronald@FreeBSD.org> CommitDate: 2026-02-05 11:11:33 +0000 graphics/processing: pin to openjdk8 Dependency comms/rxtx is tied to openjdk8 and installs jars in PREFIX/openjdk8/jre/lib/ext. This directory is gone in jdk9+, but processing expects it. So pin processing to openjdk8 also. If anybody wants this to be supported by jdk9+, patches are welcome. PR: 292652 Approve-by: maintainer timeout --- graphics/processing/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/processing/Makefile b/graphics/processing/Makefile index ccce1cc8618c..1bcaf79474c3 100644 --- a/graphics/processing/Makefile +++ b/graphics/processing/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= jikes>=1.22:java/jikes \ ${JAVA_HOME}/jre/lib/ext/RXTXcomm.jar:comms/rxtx USES= cpe java tar:tgz +JAVA_VERSION= 8 NO_BUILD= yeshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69847afa.1d3b6.71eb48a>
