pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/go lang/go: add go to the tools directory



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc64c5908879
branches:  trunk
changeset: 405767:cc64c5908879
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Dec 07 18:15:13 2019 +0000

description:
lang/go: add go to the tools directory

This makes it easier to run the Go compiler from within the build
environment created by "bmake build-env".

diffstat:

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

diffs (16 lines):

diff -r 0392cf1fcdf3 -r cc64c5908879 lang/go/version.mk
--- a/lang/go/version.mk        Sat Dec 07 13:58:36 2019 +0000
+++ b/lang/go/version.mk        Sat Dec 07 18:15:13 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.71 2019/11/03 19:04:01 rillig Exp $
+# $NetBSD: version.mk,v 1.72 2019/12/07 18:15:13 rillig Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -57,3 +57,6 @@
 PLIST_SUBST+=          GOCHAR=${GOCHAR:Q}
 
 PRINT_PLIST_AWK+=      { sub("/${GO_PLATFORM}/", "/$${GO_PLATFORM}/") }
+
+TOOLS_CREATE+=         go
+TOOLS_PATH.go=         ${GO}



Home | Main Index | Thread Index | Old Index