Date: Sat, 7 May 2022 12:14:26 -0700 From: Mark Millard <marklmi@yahoo.com> To: "pkubaj@freebsd.org" <pkubaj@FreeBSD.org>, dev-commits-ports-main@freebsd.org Subject: Re: git: ca48c22e1c7a - main - lang/gcc12: add gcc 12 Message-ID: <BC65C422-C4E6-444B-8B52-F7989D97200F@yahoo.com> References: <BC65C422-C4E6-444B-8B52-F7989D97200F.ref@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I do not know the intent at this point but: /usr/ports/Mk/bsd.gcc.mk still has the lines unchanged that translate lang/gcc12 references into lang/gcc12-devel : # A concrete version has been selected. Set proper ports dependencies, # CC, CXX, CPP, and flags. V:= ${_USE_GCC:S/.//} . if ${V} == 12 || ${V} == 13 _GCC_PORT:= gcc${V}-devel . else _GCC_PORT:= gcc${V} . endif So, for example, listing lang/gcc12 to poudriere will actually build lang/gcc12-devel instead. === Mark Millard marklmi at yahoo.com
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BC65C422-C4E6-444B-8B52-F7989D97200F>