Commit graph

8 commits

Author SHA1 Message Date
tnn
74b9cfd540 go-module.mk: allow packages that use this to have post-extract & pre-clean 2022-01-20 21:37:11 +00:00
jperkin
c848b76227 go: Add support for GO_EXTRA_MOD_DIRS.
This is a list of extra directories in which to look for go.mod files
when generating the output of show-go-modules.
2021-10-06 10:30:22 +00:00
tnn
75e18b1abb go-module.mk: "make show-go-modules" now prints an rcs id preamble
So that one can do "make show-go-modules > go-modules.mk"
2020-11-03 18:44:13 +00:00
tnn
90bf64f225 go/go-module.mk: sort show-go-modules output 2020-08-30 11:52:19 +00:00
tnn
6b2259e0c9 go-module.mk: fix permission denied as non-root when running "make clean" 2020-08-20 06:50:49 +00:00
bsiegert
dbb9abc36a go-module.mk: Run "go mod download" to prime the module cache.
This was suggested by Russ Cox, instead of "go get".
2020-07-17 16:23:21 +00:00
bsiegert
1dbd3939f0 Update go113 to 1.13.11.
go1.13.11 (released 2020/05/14) includes fixes to the compiler. See the Go
1.13.11 milestone on our issue tracker for details.
2020-05-16 08:33:07 +00:00
bsiegert
72cef9211c Add support for building Go modules in pkgsrc.
This is for packages containing a "go.mod" file.
2020-04-12 11:12:34 +00:00