aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-25 18:26:51 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-25 19:20:25 +0000
commit333d7de5edb29b30e44b289b1a578a0086fea236 (patch)
tree8c408679361a31c4a51ac804b47ec682de871d55
parent230f6d62dee38fd2368d93eb510c481d6c04d18b (diff)
downloadports-333d7de5edb29b30e44b289b1a578a0086fea236.tar.gz
ports-333d7de5edb29b30e44b289b1a578a0086fea236.zip
misc/elki: Unbreak by switching to Java 17
Reported by: portscout
-rw-r--r--misc/elki/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/elki/Makefile b/misc/elki/Makefile
index bfc8b27d3cf7..3ec4e69d750a 100644
--- a/misc/elki/Makefile
+++ b/misc/elki/Makefile
@@ -1,6 +1,7 @@
PORTNAME= elki
DISTVERSIONPREFIX= release
DISTVERSION= 0.7.1-1166
+PORTREVISION= 1
DISTVERSIONSUFFIX= -gfb1fffdf3
CATEGORIES= misc java
MASTER_SITES= LOCAL/yuri/:deps
@@ -16,6 +17,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
BUILD_DEPENDS= gradle5:devel/gradle5
USE_JAVA= yes
+JAVA_VERSION= 17 # Java 8 fails on aarch64: Java VM: OpenJDK 64-Bit Server VM (25.342-b07 mixed mode bsd-aarch64 compressed oops) Core dump written.
+
USE_GITHUB= yes
GH_ACCOUNT= elki-project