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
F170618631: D33391.id99885.diff
Sat, Sep 5, 4:20 PM
F170536313: D33391.id99888.diff
Sat, Sep 5, 7:21 AM
Unknown Object (File)
Thu, Sep 3, 7:29 AM
Unknown Object (File)
Wed, Sep 2, 4:53 PM
Unknown Object (File)
Wed, Sep 2, 1:44 PM
Unknown Object (File)
Tue, Sep 1, 3:37 AM
Unknown Object (File)
Tue, Sep 1, 3:35 AM
Unknown Object (File)
Mon, Aug 31, 4:54 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
michaelo added a subscriber: michaelo.

Closing since this has been overcome already.