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)
Fri, May 10, 7:12 PM
Unknown Object (File)
Wed, May 1, 10:31 AM
Unknown Object (File)
Sat, Apr 27, 5:06 AM
Unknown Object (File)
Sat, Apr 27, 1:36 AM
Unknown Object (File)
Thu, Apr 25, 4:08 AM
Unknown Object (File)
Tue, Apr 23, 1:40 AM
Unknown Object (File)
Mon, Apr 22, 3:26 AM
Unknown Object (File)
Feb 22 2024, 12:51 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