[Bug 267215] Mk/bsd.gcc.mk: Stop checking if specific version requested is already installed

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 06 Mar 2023 09:51:19 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267215

Gerald Pfeifer <gerald@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|In Progress                 |Closed

--- Comment #4 from Gerald Pfeifer <gerald@FreeBSD.org> ---
With

commit 9b5f5ab8482f105311d01a32260ef32bba4a2628
Author: Gerald Pfeifer <gerald@FreeBSD.org>
Date:   Mon Jan 9 00:32:48 2023 +0000

    Mk/bsd.gcc.mk: Remove support for USE_GCC=X+

    At this point most ports that employ USE_GCC have the USE_GCC=yes
    form, some have USE_GCC=X (where X is an older version of GCC than
    the current default), and none is left with USE_GCC=X+.

    To reduce complexity and since we are actively tracking upstream GCC
    with our default version, remove support for the USE_GCC=X+ form.

    This also derisks Mk/Uses/fortran.mk which aligns with USE_GCC after
    commit 4191c71fbd229e5a96382bc6fa271a1ce5668b0f. [1]

    PR:             266196 [1]

this should not be an issue any more - thus fixed.

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