Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2018 21:02:52 +0200
From:      Matthias Fechner <idefix@fechner.net>
To:        freebsd-ports@freebsd.org
Subject:   Fetch deps for ports build with go
Message-ID:  <25c0e155-5254-51d7-68fb-2b6560d03c10@fechner.net>

next in thread | raw e-mail | index | archive | help
Dear all,

I'm just in the process to upgrade gitlab to 10.7 but I have some
problems with the port www/gitlab-pages.

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?


Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25c0e155-5254-51d7-68fb-2b6560d03c10>