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
Unknown Object (File)
Wed, Apr 1, 11:38 PM
Unknown Object (File)
Wed, Mar 25, 6:32 AM
Unknown Object (File)
Wed, Mar 25, 6:22 AM
Unknown Object (File)
Mon, Mar 23, 5:17 AM
Unknown Object (File)
Thu, Mar 19, 7:32 PM
Unknown Object (File)
Thu, Mar 19, 7:25 PM
Unknown Object (File)
Thu, Mar 19, 12:02 AM
Unknown Object (File)
Tue, Mar 17, 6:27 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