aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-04 22:29:45 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-04 22:30:47 +0000
commit71d6a1e35e49fb65c100fdd313937e08cb2b9cd4 (patch)
tree1daaa66ee0a9663f61f57bafc212e74e13a0dace
parentd8d86229c0b2c8fd84c5ca3d2595d480edee920a (diff)
downloadports-71d6a1e35e49fb65c100fdd313937e08cb2b9cd4.tar.gz
ports-71d6a1e35e49fb65c100fdd313937e08cb2b9cd4.zip
science/opsin: Fix build on aarch64
Java 8 was crashing on aarch64. Reported by: fallout
-rw-r--r--science/opsin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/science/opsin/Makefile b/science/opsin/Makefile
index 7b68d748dec9..203120ddbf9d 100644
--- a/science/opsin/Makefile
+++ b/science/opsin/Makefile
@@ -1,5 +1,6 @@
PORTNAME= opsin
DISTVERSION= 3.0.20190223
+PORTREVISION= 1
CATEGORIES= science java
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${PORTNAME}/get/${BB_COMMIT}${EXTRACT_SUFX}?dummy=/:src
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:src
@@ -13,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= mvn:devel/maven
USE_JAVA= yes
+JAVA_VERSION= 17 # Java 8 fails on aarch64: Internal Error (assembler_aarch64.hpp:237), pid=29730, tid=0x000000000002d236 guarantee(val < (1U << nbits)) failed: Field too big for insn
NO_ARCH= yes