https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254797

Ed Maste <ema...@freebsd.org> changed:

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

--- Comment #1 from Ed Maste <ema...@freebsd.org> ---
Just discovered this commit:

commit 09d83a060f37ba17b29c0e90f3a0e9aa9c735592
Author: Mark Johnston <ma...@freebsd.org>
Date:   Mon Apr 26 15:15:31 2021 -0400

    pkgbase: Remove package name mangling in generate-ucl.sh

    The mangling was present in the initial revision of the script, but its
    purpose is not clear.  It may have been to avoid defining make(1)
    variables with a dash in the name, but this is permitted.  Furthermore,
    it results in invalid dependency information if a dependency's name
    contains an underscore, causing e.g., libcompiler_rt-dev to depend on
    libcompiler-rt, and resulting in warnings when installing base system
    packages.  Remove the mangling.

    Reviewed by:    manu
    MFC after:      2 months
    Sponsored by:   The FreeBSD Foundation
    Differential Revision:  https://reviews.freebsd.org/D29883

 release/packages/generate-ucl.sh | 29 ++++++++++++-----------------
 1 file changed, 12 insertions(+), 17 deletions(-)

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

Reply via email to