[Bug 292897] sysutils/edk2 cannot boot old windows server 2008r2
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292897] sysutils/edk2 cannot boot old windows server 2008r2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Feb 2026 13:56:39 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292897
--- Comment #9 from Igor Malyshev <bsd@itglob.ru> ---
stable202511 - Same error
stable202411 - Boot normal
for stable202411 remove files dir and change openssl to 3.0.9
--- a/sysutils/edk2/Makefile
+++ b/sysutils/edk2/Makefile
@@ -1,5 +1,5 @@
PORTNAME= edk2
-PORTVERSION= g202508
+PORTVERSION= g202411
CATEGORIES= sysutils
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -33,12 +33,12 @@ NONOSI_TAG= 3415f616e08a0d9c7bd264cab674929a7b0f5e33
USE_GITHUB= yes
GH_ACCOUNT= tianocore
-GH_TAGNAME= edk2-stable202508
+GH_TAGNAME= edk2-stable202411
GH_TUPLE= tianocore:edk2-platforms:${PLATFORM_TAG}:platforms \
tianocore:edk2-non-osi:${NONOSI_TAG}:nonosi \
tianocore:edk2-subhook:83d4e1ebef3588fae48b69a7352cc21801cb70bc:edk2_subhook/UnitTestFrameworkPkg/Library/SubhookLib/subhook
\
tianocore:edk2-cmocka:1cc9cde3448cdd2e000886a26acf1caac2db7cf1:edk2_cmocka/UnitTestFrameworkPkg/Library/CmockaLib/cmocka
\
-
openssl:openssl:aea7aaf2abb04789f5868cbabec406ea43aa84bf:openssl/CryptoPkg/Library/OpensslLib/openssl
\
+
openssl:openssl:openssl-3.0.9:openssl/CryptoPkg/Library/OpensslLib/openssl \
kkos:oniguruma:4ef89209a239c1aea328cf13c05a2807e5c146d1:oniguruma/MdeModulePkg/Universal/RegularExpressionDxe/oniguruma
\
google:googletest:86add13493e5c881d7e4ba77fb91c1f57752b3a4:googletest/UnitTestFrameworkPkg/Library/GoogleTestLib/googletest
\
google:brotli:f4153a09f87cbb9c826d8fc12c74642bb2d879ea:brotli/MdeModulePkg/Library/BrotliCustomDecompressLib/brotli
\
@@ -52,6 +52,7 @@ 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} \
gcc=${LOCALBASE}/bin/${CC} \
g++=${LOCALBASE}/bin/${CXX} \
gcc-nm=${LOCALBASE}/bin/${CC:S/gcc/&-nm/} \
--
You are receiving this mail because:
You are the assignee for the bug.