Date: Sat, 22 Feb 2020 11:13:53 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 244008] [exp-run] Simplify Mk/bsd.gcc.mk Message-ID: <bug-244008-7788-TyFAje6LLH@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-244008-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-244008-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=3D244008 Gerald Pfeifer <gerald@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #2 from Gerald Pfeifer <gerald@FreeBSD.org> --- Thank you, Antoine! And, grr, I missed to connect this via the commit message: PR: 244008=20 Tested by: antoine (exp-run) Author: gerald Date: Sat Feb 22 10:15:04 2020 New Revision: 526751 URL: https://svnweb.freebsd.org/changeset/ports/526751 Log: Significantly simplify the logic to determine which port (or base version) of GCC to use based on the specification of USE_GCC. This is based on the observation that we now only have a single version of GCC in base, namely GCC 4.2, which is not in ports any longer. And we limit our choice to either the specific version requested or the default version of GCC in the ports tree; i.e., we no longer consider an installed port of any version in between (which is a fringe case extremely few, if any, users would have experienced, and then only outside a clean build environment in any case). Streamline some debugging output accordingly. Overall this removes some 25 lines of largely complex logic. Modified: head/Mk/bsd.gcc.mk --=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-244008-7788-TyFAje6LLH>