Date: Mon, 21 Jun 2021 09:34:12 +0200 (CEST) From: Gerald Pfeifer <gerald@pfeifer.com> To: Charlie Li <vishwin@freebsd.org> Cc: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 8f52533f6367 - main - lang/gcc11: New port cloned from gcc11-devel Message-ID: <2871ae19-29e6-d277-bef5-4ac2b2a962@pfeifer.com> In-Reply-To: <d0e7cb81-9a7d-4982-a0d9-13eef1c40753@freebsd.org> References: <202106182009.15IK9UfQ036939@gitrepo.freebsd.org> <d0e7cb81-9a7d-4982-a0d9-13eef1c40753@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 19 Jun 2021, Charlie Li wrote: >> lang/gcc11: New port cloned from gcc11-devel >> >> Welcome GCC 11.1, the first release of the GCC 11 series! > You may want to also update Mk/bsd.gcc.mk; some ports are still calling > for lang/gcc11-devel instead of released lang/gcc11 when GCC_DEFAULT=11. Thanks, Charlie. That's been on my list of things to do; I just wanted to tread gently and first ensure the new port landed fine. Mk/bsd.gcc.mk is updated now. Note the comment above GCC_DEFAULT in Mk/bsd.default-versions.mk reads # Possible values: 8 (last to support powerpcspe), 9, 10 So GCC_DEFAULT=11 has been undocumented - and very intentionally so - and unsupported. I'll also change that in the next days, now that lang/gcc11 has landed. Still, versions of GCC_DEFAULT not documented in Mk/bsd.default-versions.mk aren't meant for general use. That's what the docs are for to guide. :-) Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2871ae19-29e6-d277-bef5-4ac2b2a962>