git: 2782e67ab128 - main - devel/RStudio: Switch to Java 12 in an attempt to fix Java crash on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 May 2022 15:29:28 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=2782e67ab128b28ad76603d9bfda1436989a7f1d commit 2782e67ab128b28ad76603d9bfda1436989a7f1d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-19 15:28:30 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-19 15:29:25 +0000 devel/RStudio: Switch to Java 12 in an attempt to fix Java crash on aarch64 Reported by: fallout --- devel/RStudio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/RStudio/Makefile b/devel/RStudio/Makefile index 149794cd8bde..321a5145fef3 100644 --- a/devel/RStudio/Makefile +++ b/devel/RStudio/Makefile @@ -38,7 +38,7 @@ server_PKGNAMESUFFIX= -server USES= cmake fortran localbase:ldflags pgsql pkgconfig sqlite ssl USE_JAVA= yes -JAVA_VERSION= 8 +JAVA_VERSION= 12 # Java 8 fails on aarch64: Internal Error (assembler_aarch64.hpp:237), pid=1644, tid=0x00000000000c62b6 guarantee(val < (1U << nbits)) failed: Field too big for insn JAVA_BUILD= yes USE_GITHUB= yes