pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/openjdk11 openjdk11: installs jdk.internal.vm.com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5c22e731f92
branches:  trunk
changeset: 379281:e5c22e731f92
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri May 13 23:51:38 2022 +0000

description:
openjdk11: installs jdk.internal.vm.compiler on aarch64 now

diffstat:

 lang/openjdk11/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 13d87d95726e -r e5c22e731f92 lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile   Fri May 13 23:50:46 2022 +0000
+++ b/lang/openjdk11/Makefile   Fri May 13 23:51:38 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2022/05/10 14:33:49 ryoon Exp $
+# $NetBSD: Makefile,v 1.43 2022/05/13 23:51:38 tnn Exp $
 
 DISTNAME=      jdk11u-${GITHUB_TAG:C/\+/-/}
 PKGNAME=       openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -144,6 +144,7 @@
 PLIST.jvmci=                   yes
 .endif
 .if ${MACHINE_ARCH} == "aarch64"
+PLIST.internal_vm_compiler=    yes
 PLIST.jvmci=                   yes
 .endif
 



Home | Main Index | Thread Index | Old Index