Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Oct 2023 14:38:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273280] Mk/Uses/cargo.mk: Invalid ${WRKDIR}/.cargo/config.toml is generated
Message-ID:  <bug-273280-7788-U7iWDGhpwl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273280-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273280-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=3D273280

--- Comment #8 from commit-hook@FreeBSD.org ---
A commit in branch 2023Q4 references this bug:

URL:
https://cgit.FreeBSD.org/ports/commit/?id=3D1e49125934332178017a2508fa18286=
5b47d890f

commit 1e49125934332178017a2508fa182865b47d890f
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2023-10-08 16:36:11 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2023-10-09 14:38:00 +0000

    Mk/Scripts/cargo-crates-git-configure.awk: Generate the patch.crates-io
section after parsing all the Cargo.toml files

    If we have multiple Cargo.toml files with the same crates in the
    [patch.crates-io] section we will end up with crates defined mutiple
    times and cargo will refuse to proceed.
    Write this section after parsing all the Cargo.toml files.

    PR:             273280
    Reviewed by:    tobik

    (cherry picked from commit 8fae936cf5a65db050d6b0950a912a4f028e34d8)

 Mk/Scripts/cargo-crates-git-configure.awk | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

--=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-273280-7788-U7iWDGhpwl>