Page MenuHomeFreeBSD

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

Authored by bcran on Dec 12 2021, 9:09 PM.
Tags
None
Referenced Files
F164157781: D33391.id.diff
Wed, Jul 29, 5:52 AM
F164105189: D33391.diff
Tue, Jul 28, 6:38 PM
Unknown Object (File)
Mon, Jul 27, 4:48 PM
Unknown Object (File)
Sun, Jul 26, 4:50 AM
Unknown Object (File)
Sat, Jul 25, 8:38 PM
Unknown Object (File)
Sat, Jul 18, 8:33 AM
Unknown Object (File)
Wed, Jul 8, 1:11 PM
Unknown Object (File)
Sat, Jul 4, 3:27 AM

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 43296
Build 40184: 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
michaelo added a subscriber: michaelo.

Closing since this has been overcome already.