Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2019 23:11:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236607] net/yggdrasil: Version 0.3.5
Message-ID:  <bug-236607-7788-EwCvwcoHqC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236607-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236607-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236607

--- Comment #5 from Dmitri Goutnik <dg@syrec.org> ---
(In reply to Neil Alexander from comment #4)

Correct, building in module-aware more will require -mod=3Dvendor (or
GOFLAGS=3D-mod=3Dvendor). There are a few examples of this in the ports tre=
e e.g
devel/go-git or net/syncthing.

GH_TUPLE is a shortcut for setting other GH_ vars in a compact way. Because
network access is not allowed during the build, all dependencies must be
downloaded beforehand (unless they were already vendored by the upstream).
Currently there's no support for automatic dependencies download by the `go
build` - it'll appear to work when building with make but will fail in
poudriere.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236607-7788-EwCvwcoHqC>