Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2026 12:54:15 +0000
From:      Michael Osipov <michaelo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 64e6ea052e3a - main - sysutils/edk2: Depend on GCC at build time only
Message-ID:  <6a16e977.46e0c.597a878c@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by michaelo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64e6ea052e3a1b183f83867e303b289fe1eb88e1

commit 64e6ea052e3a1b183f83867e303b289fe1eb88e1
Author:     Michael Osipov <michaelo@FreeBSD.org>
AuthorDate: 2026-05-22 20:31:13 +0000
Commit:     Michael Osipov <michaelo@FreeBSD.org>
CommitDate: 2026-05-27 12:53:53 +0000

    sysutils/edk2: Depend on GCC at build time only
    
    EDK2 produces self-contained binary runtime data which do not require GCC at
    runtime, but only at build time.
    
    Reviewed by:    fuz
    MFH:            2026Q2
    Differential Revision:  https://reviews.freebsd.org/D57187
---
 sysutils/edk2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile
index 838625b6f90e..6b1f07fde4d4 100644
--- a/sysutils/edk2/Makefile
+++ b/sysutils/edk2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	edk2
 PORTVERSION=	g202508
+PORTREVISION=	1
 CATEGORIES=	sysutils
 
 PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -18,7 +19,7 @@ FLAVORS=	bhyve macchiatobin fvp rpi3 rpi4 xen_x64 qemu_x64 qemu_i386
 
 USES=	dos2unix cpe gmake python:build
 CPE_VENDOR=	tianocore
-USE_GCC=	yes
+USE_GCC=	yes:build
 DOS2UNIX_FILES=	UefiCpuPkg/CpuDxe/CpuDxe.inf \
 		UefiCpuPkg/CpuDxe/CpuDxe.c \
 		UefiCpuPkg/CpuDxe/CpuPageTable.c \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a16e977.46e0c.597a878c>