Date: Fri, 29 May 2026 16:38:48 +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: d69944f5e177 - main - sysutils/edk2: Reinstantiate binary aliases for ar and dtc Message-ID: <6a19c118.370fe.3a9bb1a@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=d69944f5e177117e1e8b0e3041bd44374f88d10f commit d69944f5e177117e1e8b0e3041bd44374f88d10f Author: Michael Osipov <michaelo@FreeBSD.org> AuthorDate: 2026-05-27 18:41:41 +0000 Commit: Michael Osipov <michaelo@FreeBSD.org> CommitDate: 2026-05-29 16:38:40 +0000 sysutils/edk2: Reinstantiate binary aliases for ar and dtc ar and dtc in base differ in function and capability form the ports counterparts. Use from ports to make to build run again. PR: 292544 MFH: 2026Q2 Differential Revision: https://reviews.freebsd.org/D57279 --- sysutils/edk2/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/edk2/Makefile b/sysutils/edk2/Makefile index 6b1f07fde4d4..55e051f2f218 100644 --- a/sysutils/edk2/Makefile +++ b/sysutils/edk2/Makefile @@ -1,6 +1,6 @@ PORTNAME= edk2 PORTVERSION= g202508 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -53,6 +53,8 @@ GH_TUPLE= tianocore:edk2-platforms:${PLATFORM_TAG}:platforms \ # Heavily dependent on bsd.port.pre.mk definitions for lang/gcc* details: BINARY_ALIAS= make=${GMAKE} \ + ar=${AR} \ + dtc=${LOCALBASE}/bin/dtc \ gcc=${LOCALBASE}/bin/${CC} \ g++=${LOCALBASE}/bin/${CXX} \ gcc-nm=${LOCALBASE}/bin/${CC:S/gcc/&-nm/} \home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a19c118.370fe.3a9bb1a>
