Updating GCC_DEFAULT from GCC 10 to GCC 11 is blocked by the fact that building this port with GCC 11 on i386 fails. The error message is the following: configure: error: OpenSSL libraries and/or directories were not found in /usr Please also see the log in the URL field.
The bug should soon be resolved through https://reviews.freebsd.org/D35361.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=59e497d770c38d83e2ef2b3737e04860f7393ebe commit 59e497d770c38d83e2ef2b3737e04860f7393ebe Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2022-05-31 11:10:13 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2022-06-02 12:12:24 +0000 benchmarks/polygraph: Exclude SSL option on i386 The port has USE_GCC=yes and SSL option breaks the build on i386 architecture with GCC 11, which is soon to become the default GCC version. PR: 264368 Reported by: exp-run (antoine) Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35361 benchmarks/polygraph/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)