Date: Thu, 26 Apr 2018 07:18:22 +0200 From: Kurt Jaeger <lists@opsec.eu> To: Matthias Fechner <idefix@fechner.net> Cc: freebsd-ports@freebsd.org Subject: Re: Fetch deps for ports build with go Message-ID: <20180426051821.GQ37752@home.opsec.eu> In-Reply-To: <25c0e155-5254-51d7-68fb-2b6560d03c10@fechner.net> References: <25c0e155-5254-51d7-68fb-2b6560d03c10@fechner.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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@opsec.eu +49 171 3101372 2 years to go !
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180426051821.GQ37752>