git: 40760d4a05b3 - main - databases/jrrd: pin to openjdk8 and deprecate
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 13 Dec 2025 15:02:06 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=40760d4a05b369a5aee3f3f5d0b8e57711ca67ae
commit 40760d4a05b369a5aee3f3f5d0b8e57711ca67ae
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2025-12-13 14:58:11 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2025-12-13 15:02:01 +0000
databases/jrrd: pin to openjdk8 and deprecate
Does not build with openjdk11+.
Configure explicitly looks for java5 compatible JDK.
PR: 272855
---
databases/jrrd/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/databases/jrrd/Makefile b/databases/jrrd/Makefile
index 19cd32c1e762..58361138c15e 100644
--- a/databases/jrrd/Makefile
+++ b/databases/jrrd/Makefile
@@ -8,9 +8,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Java native interface (JNI) to RRDtool
WWW= https://www.opennms.org/index.php/Jrrd
+DEPRECATED= only builds with Java 8, unmaintained, no dependencies in the ports tree
+EXPIRATION_DATE= 2026-04-13
+
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= java libtool
+JAVA_VERSION= 8
JAVA_VENDOR= openjdk
USE_LDCONFIG= yes