diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-25 11:11:48 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-08-25 11:12:33 -0700 |
commit | 2c0b87ce96a96a8b0fa9e4c8700dc88fdecfd0df (patch) | |
tree | 5ea39fa2a1b212291f8b0e9ea0899c56cf05d5a4 | |
parent | www/libdatachannel: Update 0.17.9 -> 0.17.10 (diff) |
science/jmol: Unbreak by switching to Java 17
Reported by: fallout
-rw-r--r-- | science/jmol/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/jmol/Makefile b/science/jmol/Makefile index 26a678e8df5e..35c8d1c95c8e 100644 --- a/science/jmol/Makefile +++ b/science/jmol/Makefile @@ -1,5 +1,6 @@ PORTNAME= Jmol DISTVERSION= 14.32.67 +PORTREVISION= 1 CATEGORIES= science java MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/Version%20${DISTVERSION:R}/${PORTNAME}%20${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-full${EXTRACT_SUFX} @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_JAVA= yes USE_ANT= yes +JAVA_VERSION= 17 # Java 8 fails on aarch64: Internal Error (assembler_aarch64.hpp:237), pid=91175, tid=0x000000000007cda5 guarantee(val < (1U << nbits)) failed: Field too big for insn NO_ARCH= yes |