Re: git: ca48c22e1c7a - main - lang/gcc12: add gcc 12

From: Mark Millard <marklmi_at_yahoo.com>
Date: Sat, 07 May 2022 19:14:26 UTC
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