pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go go: match more netbsd/arm, which can be machin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0191a441a68a
branches:  trunk
changeset: 355271:0191a441a68a
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Nov 27 21:07:21 2016 +0000

description:
go: match more netbsd/arm, which can be machine arch earm,
and not just evbarm.

PR pkg/51653

Note that this does not resolve the PR, as the build hangs.

diffstat:

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

diffs (26 lines):

diff -r 67d30cc68e97 -r 0191a441a68a lang/go/version.mk
--- a/lang/go/version.mk        Sun Nov 27 16:07:30 2016 +0000
+++ b/lang/go/version.mk        Sun Nov 27 21:07:21 2016 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: version.mk,v 1.18 2016/10/27 18:58:00 bsiegert Exp $
+# $NetBSD: version.mk,v 1.19 2016/11/27 21:07:21 maya Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
 GO_VERSION=    1.7.3
 GO14_VERSION=  1.4.3
 
-ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64 *-*-evbarm
+ONLY_FOR_PLATFORM=     *-*-i386 *-*-x86_64 *-*-*arm
 NOT_FOR_PLATFORM=      SunOS-*-i386
 .if ${MACHINE_ARCH} == "i386"
 GOARCH=                386
@@ -13,7 +13,7 @@
 .elif ${MACHINE_ARCH} == "x86_64"
 GOARCH=                amd64
 GOCHAR=                6
-.elif ${MACHINE_ARCH} == "evbarm"
+.elif !empty(MACHINE_ARCH:M*arm)
 GOARCH=                arm
 GOCHAR=                5
 .endif



Home | Main Index | Thread Index | Old Index