summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald Klop <ronald@FreeBSD.org>2025-12-11 20:13:03 +0100
committerRonald Klop <ronald@FreeBSD.org>2025-12-11 20:20:14 +0100
commitae208e43ae3d4b7a6a92ffc73d6325480164582c (patch)
tree91a8eb5df8ac76b4410669a52f61371ee0453ff7
parentsysutils/auto-admin: Update to 0.8.4.2 (diff)
science/colt: pin to openjdk8
It fails on jdk21: error: as of release 9, '_' is a keyword, and may not be used as an identifier Build.xml also needed an encoding="ISO-8859-1" in the javac target. NB: Upstream didn't make a release since 2004. PR: 272855 Approved-by: no maintainer
-rw-r--r--science/colt/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/colt/Makefile b/science/colt/Makefile
index 88974b022de0..3304c3a6cb50 100644
--- a/science/colt/Makefile
+++ b/science/colt/Makefile
@@ -8,6 +8,8 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Java package for scalable scientific and technical computing
WWW= https://acs.lbl.gov/~hoschek/colt/
+JAVA_VERSION= 8
+
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}