git: 4808d8448d38 - main - net/jicmp: pin to openjdk8
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 14 Dec 2025 21:19:07 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4808d8448d389866c30053a59b2572bdd4533d13
commit 4808d8448d389866c30053a59b2572bdd4533d13
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2025-12-14 21:15:34 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2025-12-14 21:18:58 +0000
net/jicmp: pin to openjdk8
Configure is checking on java 1.5 which is not compatible with jdk11+.
PR: 272855
Approved-by: no maintainer
---
net/jicmp/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/jicmp/Makefile b/net/jicmp/Makefile
index b51ed04ad18b..82a6287c657b 100644
--- a/net/jicmp/Makefile
+++ b/net/jicmp/Makefile
@@ -10,6 +10,7 @@ WWW= https://www.opennms.org/index.php/Jicmp
WRKSRC= ${WRKDIR}/jicmp-${PORTVERSION}
USES= java libtool
+JAVA_VERSION= 8
JAVA_VENDOR= openjdk
USE_LDCONFIG= yes