pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/openjdk8 openjdk8: make hotspot a supported optio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c4cbfd0e2bf
branches:  trunk
changeset: 455131:3c4cbfd0e2bf
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jun 28 16:29:12 2021 +0000

description:
openjdk8: make hotspot a supported option on aarch64

... but don't enable by default yet. Works for me, but needs more testing.

diffstat:

 lang/openjdk8/options.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4265153152d9 -r 3c4cbfd0e2bf lang/openjdk8/options.mk
--- a/lang/openjdk8/options.mk  Mon Jun 28 15:59:49 2021 +0000
+++ b/lang/openjdk8/options.mk  Mon Jun 28 16:29:12 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2019/09/22 14:42:47 tnn Exp $
+# $NetBSD: options.mk,v 1.6 2021/06/28 16:29:12 tnn Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.openjdk8
 PKG_OPTIONS_OPTIONAL_GROUPS=   variant
@@ -19,6 +19,9 @@
 .else
 PKG_SUGGESTED_OPTIONS+=                jdk-zero-vm
 .endif
+.if ${MACHINE_ARCH} == "aarch64"
+PKG_OPTIONS_GROUP.variant+=    jdk-hotspot-vm
+.endif
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index