Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Nov 2019 12:21:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 241695] Update net/yggdrasil to 0.3.11
Message-ID:  <bug-241695-7788-yCOcdHs5dL@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-241695-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-241695-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=3D241695

--- Comment #6 from Dmitri Goutnik <dmgk@freebsd.org> ---
(In reply to Neil Alexander from comment #5)
Hi Neil,

Ports doesn't provide anything older than go1.13 so BUILD_DEPENDS=3Dgo>=3D1=
.13 is
always satisfied. I think the most straightforward/idiomatic way to enforce=
 go
>=3D 1.13 requirement would be to use build tags in source ("// +build go1.=
13").

Another problem with explicit BUILD_DEPENDS=3Dgo is that it hardcodes depen=
dency
on lang/go and prevents testing ports with lang/go-devel.

--=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-241695-7788-yCOcdHs5dL>