Fetch deps for ports build with go

Kurt Jaeger lists at opsec.eu
Thu Apr 26 05:18:26 UTC 2018


Hi!

> It is compiled using go.
> It seems that the new version is pulling in data via:
> all: gitlab-pages
> 
> setup: clean .GOPATH/.ok
>         go get -u github.com/FiloSottile/gvt
>         - ./bin/gvt fetch golang.org/x/tools/cmd/goimports
>         - ./bin/gvt fetch github.com/wadey/gocovmerge
>         - ./bin/gvt fetch github.com/golang/lint/golint
>         - ./bin/gvt fetch github.com/fzipp/gocyclo
> 
> What is here the way to go to get these deps fetch in the fetch phase?

Comment this out and put a tree with those files somewhere to download,
then extract those files in the extract step ?

That's what's done with maven-fetched dependencies in some of the
java ports.

-- 
pi at opsec.eu            +49 171 3101372                    2 years to go !


More information about the freebsd-ports mailing list