[Bug 241695] Update net/yggdrasil to 0.3.11
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Nov 4 12:21:45 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241695
--- Comment #6 from Dmitri Goutnik <dmgk at freebsd.org> ---
(In reply to Neil Alexander from comment #5)
Hi Neil,
Ports doesn't provide anything older than go1.13 so BUILD_DEPENDS=go>=1.13 is
always satisfied. I think the most straightforward/idiomatic way to enforce go
>= 1.13 requirement would be to use build tags in source ("// +build go1.13").
Another problem with explicit BUILD_DEPENDS=go is that it hardcodes dependency
on lang/go and prevents testing ports with lang/go-devel.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list