Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CC5787A300 for ; Fri, 2 Dec 2016 20:26:02 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 453C985584; Fri, 2 Dec 2016 20:26:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA8038557E for ; Fri, 2 Dec 2016 20:26:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 6Ggcx-o4wGvd for ; Fri, 2 Dec 2016 20:26:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6C13884CFD for ; Fri, 2 Dec 2016 20:26:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 660A6FBA6; Fri, 2 Dec 2016 20:26:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1480710361234150" MIME-Version: 1.0 Date: Fri, 2 Dec 2016 20:26:01 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/lang/go To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20161202202601.660A6FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1480710361234150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Fri Dec 2 20:26:01 UTC 2016 Modified Files: pkgsrc/lang/go: version.mk Log Message: go: more wildcards for arm my rpi1's machine_platform is ..-earmv6hf and needs this to match To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/go/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1480710361234150 Content-Disposition: inline Content-Length: 632 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/go/version.mk diff -u pkgsrc/lang/go/version.mk:1.19 pkgsrc/lang/go/version.mk:1.20 --- pkgsrc/lang/go/version.mk:1.19 Sun Nov 27 21:07:21 2016 +++ pkgsrc/lang/go/version.mk Fri Dec 2 20:26:01 2016 @@ -1,11 +1,11 @@ -# $NetBSD: version.mk,v 1.19 2016/11/27 21:07:21 maya Exp $ +# $NetBSD: version.mk,v 1.20 2016/12/02 20:26:01 maya Exp $ .include "../../mk/bsd.prefs.mk" GO_VERSION= 1.7.3 GO14_VERSION= 1.4.3 -ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm +ONLY_FOR_PLATFORM= *-*-i386 *-*-x86_64 *-*-*arm* NOT_FOR_PLATFORM= SunOS-*-i386 .if ${MACHINE_ARCH} == "i386" GOARCH= 386 --_----------=_1480710361234150--