Klop Subject: git: b59c74968d7c - main - graphics/jogl: pin to java 8 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ronald X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b59c74968d7c250d17b98353bba61c9d7ffd9f64 Auto-Submitted: auto-generated Date: Mon, 12 Jan 2026 15:57:31 +0000 Message-Id: <696519eb.26b74.206f59f7@gitrepo.freebsd.org> The branch main has been updated by ronald: URL: https://cgit.FreeBSD.org/ports/commit/?id=b59c74968d7c250d17b98353bba61c9d7ffd9f64 commit b59c74968d7c250d17b98353bba61c9d7ffd9f64 Author: Ronald Klop AuthorDate: 2026-01-07 12:23:48 +0000 Commit: Ronald Klop CommitDate: 2026-01-12 15:57:16 +0000 graphics/jogl: pin to java 8 After removing source="1.4" from build.xml it still errors on classes that are removed from jdk11. gluegen/src/java/net/highteq/nativetaglet/NativeTaglet.java:3: error: package com.sun.tools.doclets does not exist PR: 292241 Approved-by: peterj@ --- graphics/jogl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/jogl/Makefile b/graphics/jogl/Makefile index bfcc3f16148e..203e52bcab6c 100644 --- a/graphics/jogl/Makefile +++ b/graphics/jogl/Makefile @@ -31,6 +31,8 @@ USE_XORG= x11 xau xdamage xdmcp xext xfixes xorgproto xt xxf86vm USE_GL= gl USE_LDCONFIG= yes USE_LOCALE= en_US.UTF-8 +# gluegen/src/java/net/highteq/nativetaglet/NativeTaglet.java:3: error: package com.sun.tools.doclets does not exist +JAVA_VERSION= 8 BUILD_WRKSRC= ${WRKSRC}/jogl/make BUILD_BINPATH= ${WRKSRC}/bin