pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go Default to go116 on Darwin-*-aarch64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e1bffd62547d
branches:  trunk
changeset: 443724:e1bffd62547d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Dec 19 18:03:52 2020 +0000

description:
Default to go116 on Darwin-*-aarch64

diffstat:

 lang/go/version.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 55745fe656b9 -r e1bffd62547d lang/go/version.mk
--- a/lang/go/version.mk        Sat Dec 19 18:02:29 2020 +0000
+++ b/lang/go/version.mk        Sat Dec 19 18:03:52 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.106 2020/12/19 17:58:06 bsiegert Exp $
+# $NetBSD: version.mk,v 1.107 2020/12/19 18:03:52 bsiegert Exp $
 
 #
 # If bsd.prefs.mk is included before go-package.mk in a package, then this
@@ -19,6 +19,8 @@
 .if ${OPSYS} == "NetBSD" && ${OS_VERSION:M6.*}
 # 1.9 is the last Go version to support NetBSD 6
 GO_VERSION_DEFAULT?=   19
+.elif ${OPSYS} == "Darwin" && ${MACHINE_ARCH} == "aarch64"
+GO_VERSION_DEFAULT?=   116
 .elif ${OPSYS} == "Darwin" && ${OS_VERSION:R} < 14
 # go 1.11 removed support for osx 10.8 and 10.9
 # https://github.com/golang/go/issues/23122



Home | Main Index | Thread Index | Old Index