Page MenuHomeFreeBSD

pkgbase: Allow to specify PKG_ABI on the command line
ClosedPublic

Authored by manu on Dec 7 2021, 5:04 PM.
Tags
None
Referenced Files
F98918793: D33323.diff
Sat, Oct 5, 7:32 AM
Unknown Object (File)
Thu, Oct 3, 2:21 AM
Unknown Object (File)
Thu, Oct 3, 2:05 AM
Unknown Object (File)
Tue, Oct 1, 10:20 AM
Unknown Object (File)
Tue, Oct 1, 8:56 AM
Unknown Object (File)
Mon, Sep 30, 4:17 PM
Unknown Object (File)
Fri, Sep 27, 7:34 AM
Unknown Object (File)
Fri, Sep 27, 7:16 AM
Subscribers

Details

Summary

This is useful for creating kernel package without having to buildworld
before as we use uname from the world stage dir to get the ABI.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Dec 7 2021, 5:04 PM

It seems we should document this somewhere, even if just a comment at the .if !defined(PKG_ABI)... condition

Overall this looks fine

This revision is now accepted and ready to land.Dec 7 2021, 5:09 PM