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)
Sun, Oct 5, 1:02 AM
Unknown Object (File)
Sep 13 2025, 6:29 PM
Unknown Object (File)
Sep 7 2025, 2:37 PM
Unknown Object (File)
Sep 7 2025, 4:14 AM
Unknown Object (File)
Jul 2 2025, 6:02 AM
Unknown Object (File)
Jun 30 2025, 10:39 AM
Unknown Object (File)
Jun 28 2025, 1:37 PM
Unknown Object (File)
Jun 24 2025, 1:52 PM
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