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:   rillig
Date:           Sat Dec  7 18:15:14 UTC 2019

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

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/lang/go/version.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/version.mk
diff -u pkgsrc/lang/go/version.mk:1.71 pkgsrc/lang/go/version.mk:1.72
--- pkgsrc/lang/go/version.mk:1.71      Sun Nov  3 19:04:01 2019
+++ pkgsrc/lang/go/version.mk   Sat Dec  7 18:15:13 2019
@@ -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+=         GO_PLATFORM=${GO_PLATFORM
 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