git: db09e885b23f - main - science/opensim-core: pin to openjdk8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Jan 2026 14:07:09 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=db09e885b23fbf742295ca0051524fc56d9e62bd
commit db09e885b23fbf742295ca0051524fc56d9e62bd
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2025-12-16 12:52:31 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-01-03 14:06:54 +0000
science/opensim-core: pin to openjdk8
Does not build with jdk11+:
[00:00:23] CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
[00:00:23] Could NOT find JNI (missing: JAVA_INCLUDE_PATH2 AWT) (Required is at least
[00:00:23] version "1.7")
PR: 291719
Approved-By: maintainer timeout
---
science/opensim-core/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/science/opensim-core/Makefile b/science/opensim-core/Makefile
index 6abf60350b4d..d4f995de02d4 100644
--- a/science/opensim-core/Makefile
+++ b/science/opensim-core/Makefile
@@ -21,6 +21,7 @@ USE_GITHUB= yes
GH_ACCOUNT= ${PORTNAME:tl}-org
GH_PROJECT= ${PORTNAME:tl}-core
USE_GL= gl glu glut
+JAVA_VERSION= 8
USE_XORG= xi xmu
USE_LDCONFIG= yes