pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat Dec 12 11:08:26 UTC 2020

Modified Files:
        pkgsrc/lang/go: bootstrap.mk

Log Message:
go: clarify that go14 had no aarch64 support on all OSes, so we need go-bin
there.

Hopefully clarifies the acceptable solution for people running into this
problem for darwin/arm64.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/go/bootstrap.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go/bootstrap.mk
diff -u pkgsrc/lang/go/bootstrap.mk:1.4 pkgsrc/lang/go/bootstrap.mk:1.5
--- pkgsrc/lang/go/bootstrap.mk:1.4     Sat May  2 20:12:34 2020
+++ pkgsrc/lang/go/bootstrap.mk Sat Dec 12 11:08:26 2020
@@ -1,8 +1,7 @@
-# $NetBSD: bootstrap.mk,v 1.4 2020/05/02 20:12:34 tnn Exp $
+# $NetBSD: bootstrap.mk,v 1.5 2020/12/12 11:08:26 maya Exp $
 
 .if !defined(GOROOT_BOOTSTRAP) || !exists(${GOROOT_BOOTSTRAP}/bin/go)
-.  if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) ||    \
-       !empty(MACHINE_PLATFORM:MLinux-*-aarch64)
+.  if ${MACHINE_ARCH} == "aarch64"
 BUILD_DEPENDS+=                go-bin-[0-9]*:../../lang/go-bin
 GOROOT_BOOTSTRAP=      ${PREFIX}/go-bin
 .  else



Home | Main Index | Thread Index | Old Index