Date: Wed, 15 Jun 2022 15:22:26 +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@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264695 Bug ID: 264695 Summary: games/neo-cowsay: Update to 2.0.4 [GO_TARGET incomplete(?)] Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: eduardo@FreeBSD.org Created attachment 234707 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D234707&action= =3Dedit neo-cowsay-2.0.4.diff games/neo-cowsay: Update to 2.0.4 Earlier versions work with: --- GO_TARGET=3D./cmd/cowsay:neo-cowsay ./cmd/cowthink:neo-cowthink --- But since 2.0.2, upstream separated Go Modules between Neo-Cowsay Library (= root directory) and cowsay commands (cmd directory) to reduce download dependant modules when using as a library. --- Neo-cowsay/Makefile Line 6 in d57bda7 CGO_ENABLED=3D0 cd cmd && go build -o ../bin/cowsay -ldflags "-w -s" ./cow= say --- Issue 48: https://github.com/Code-Hex/Neo-cowsay/issues/48 I've tried everything I could with several GO_TARGET combinations without success. Help needed! :) Thanks in advance, Nuno Teixeira --=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>