Re: git: ca48c22e1c7a - main - lang/gcc12: add gcc 12
- In reply to: Mark Millard : "Re: git: ca48c22e1c7a - main - lang/gcc12: add gcc 12"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 21:37:54 UTC
Thanks for pointing that out, will fix. On 22-05-07 12:14:26, Mark Millard wrote: > 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 >