Created attachment 236027 [details] v1 (apply via "git am") GCC >= 11 supports -stdlib=libc++ (like Clang) which allows to simplify USES=compiler:gcc-c++11-lib logic.
At least one consumer (comms/sdr-wspr) built fine here. Can you test all ports together with bug 265962 ? Note, unlike ports 13d07760cf4a I plan to omit "Approved by" due to ports 767d81e1296a.
Exp-run looks fine.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b00b217c0a952c904f8d7db405715f0dd6d1bfdb commit b00b217c0a952c904f8d7db405715f0dd6d1bfdb Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2022-08-20 21:08:22 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2022-08-25 21:35:38 +0000 Mk/Uses/compiler.mk: switch to -stdlib=libc++ GCC >= 11 supports -stdlib=libc++ (like Clang) which allows to simplify USES=compiler:gcc-c++11-lib logic. PR: 265964 Exp-run by: antoine Mk/Uses/compiler.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-)