[Bug 268728] Mk/Uses/cargo.mk: 'make cargo-crates' adds a line to CARGO_CRATES that cargo.mk can't handle

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 03 Jan 2023 06:22:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268728

            Bug ID: 268728
           Summary: Mk/Uses/cargo.mk: 'make cargo-crates' adds a line to
                    CARGO_CRATES that cargo.mk can't handle
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr@FreeBSD.org
          Reporter: yuri@freebsd.org
                CC: ports-bugs@FreeBSD.org

Created attachment 239222
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=239222&action=edit
downonspot.shar

It adds this line:
>                librespot,librespot-audio,librespot-connect,librespot-core,librespot-discovery,librespot-metadata,librespot-playback,librespot-protocol@git+ssh://git@github.com/oSumAtrIX/free-librespot.git\#e28eed5d389803d2d64a57ad022e0c3a6c080864

that makes 'make build' break:
> ===>   Cargo config:
> WARNING: Do not know how to handle git+ssh://git@github.com/oSumAtrIX/free-librespot.git#e28eed5d389803d2d64a57ad022e0c3a6c080864
> WARNING: If it points to a GitLab instance try adding the hostname to gitlab_hosts[] at the top of cargo-crates-git-common.awk
> *** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.