Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Mar 2023 09:51:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267215] Mk/bsd.gcc.mk: Stop checking if specific version requested is already installed
Message-ID:  <bug-267215-7788-LEMpCsrBgi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267215-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267215-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=3D267215

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=3DX+

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

    To reduce complexity and since we are actively tracking upstream GCC
    with our default version, remove support for the USE_GCC=3DX+ 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.

--=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-267215-7788-LEMpCsrBgi>