Date: Mon, 19 Apr 2021 04:10:12 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 255205] Mk/Uses/go.mk: Fails to find a particular Go module Message-ID: <bug-255205-7788-IXVRoItpY3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255205-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-255205-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=3D255205 --- Comment #1 from Dmitri Goutnik <dmgk@freebsd.org> --- (In reply to Yuri Victorovich from comment #0) To allow ports to apply local patched, go.mk vendors all deps listed in go.= mod. For this particular port this causes a conflict because there's already ./vendor/github.com/xtaci/smux in the upstream sources. This will need to be worked around somehow, perhaps by temporarily renaming upstream ./vendor/github.com/xtaci/smux. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255205-7788-IXVRoItpY3>