[Bug 264695] games/neo-cowsay: Update to 2.0.4 [GO_TARGET incomplete(?)]

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 15 Jun 2022 15:22:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264695

            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=234707&action=edit
neo-cowsay-2.0.4.diff

games/neo-cowsay: Update to 2.0.4

Earlier versions work with:
---
GO_TARGET=./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=0 cd cmd && go build -o ../bin/cowsay -ldflags "-w -s" ./cowsay
---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.