Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2022 21:00:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264695] games/neo-cowsay: Update to 2.0.4 [GO_TARGET incomplete(?)]
Message-ID:  <bug-264695-7788-zmYhoo32t1@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264695-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264695-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=3D264695

Dmitri Goutnik <dmgk@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmgk@freebsd.org

--- Comment #1 from Dmitri Goutnik <dmgk@freebsd.org> ---
Hi Nuno,

GO_MODULE needs to be updated to point to the new package where binaries are
located, and GO_TARGET is relative to the module root, so

-GO_MODULE=3D     github.com/Code-Hex/Neo-cowsay/v2
+GO_MODULE=3D     github.com/Code-Hex/Neo-cowsay/cmd/v2

-GO_TARGET=3D     ./cmd/cowsay:neo-cowsay ./cmd/cowthink:neo-cowthink
+GO_TARGET=3D     ./cowsay:neo-cowsay ./cowthink:neo-cowthink

--=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-264695-7788-zmYhoo32t1>