Date: Wed, 22 Jan 2025 09:22:09 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 692a8de311b8 - main - sysutils/shim: Set USE_GCC=13 Message-ID: <202501220922.50M9M9aL019310@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=692a8de311b8e32f27109fac5b05a383a7711684 commit 692a8de311b8e32f27109fac5b05a383a7711684 Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2025-01-22 09:19:46 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2025-01-22 09:19:46 +0000 sysutils/shim: Set USE_GCC=13 While we wait for expiration (or remediation), set USE_GCC=13 so that the port does not get in the way of the GCC_DEFAULT update to GCC 14. PR: 281248 --- sysutils/shim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/shim/Makefile b/sysutils/shim/Makefile index 13f6c4dac9f6..95aadcfa7dfd 100644 --- a/sysutils/shim/Makefile +++ b/sysutils/shim/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libgnuefi.a:devel/gnu-efi \ USES= compiler gmake shebangfix USE_CSTD= gnu99 -USE_GCC= yes +USE_GCC= 13 SHEBANG_FILES= make-certs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501220922.50M9M9aL019310>