Page MenuHomeFreeBSD

Update sysutils/uefi-edk2-bhyve for edk2-stable202111
AcceptedPublic

Authored by bcran on Dec 12 2021, 9:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 3:19 AM
Unknown Object (File)
Mon, Nov 3, 6:32 PM
Unknown Object (File)
Mon, Nov 3, 1:38 AM
Unknown Object (File)
Sun, Nov 2, 3:37 AM
Unknown Object (File)
Fri, Oct 31, 9:25 PM
Unknown Object (File)
Mon, Oct 27, 12:10 PM
Unknown Object (File)
Thu, Oct 23, 1:36 PM
Unknown Object (File)
Oct 12 2025, 1:29 PM

Details

Reviewers
mat
gerald
rgrimes
araujo
0mp
bcr
Group Reviewers
bhyve
Summary

Upstream TianoCore has tagged edk2-stable202111. Update the port
to use the release.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43298
Build 40186: arc lint + arc unit

Event Timeline

bcran requested review of this revision.Dec 12 2021, 9:09 PM
bcran created this revision.

Is it valid to reset PORTEPOCH to 1 when updating the PORTVERSION?

Is it valid to reset PORTEPOCH to 1 when updating the PORTVERSION?

No. PORTEPOCH never must go back, see https://docs.freebsd.org/en/books/porters-handbook/makefiles/index.html#makefile-portepoch which says

"PORTEPOCH must never be decreased or reset to zero, because that would cause comparison to a package from an earlier epoch to fail. [...] Dropping or resetting PORTEPOCH incorrectly leads to no end of grief."

Could I get approval from a port committer for this please?

Oh, sorry. I though you actually are a ports committer and hence only briefly provided feedback.

I had another look, and this looks fine (= "Approved, thank you") assuming you tested this.

This revision is now accepted and ready to land.Dec 21 2021, 10:01 PM