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)
Fri, May 15, 8:55 PM
Unknown Object (File)
Fri, May 15, 8:55 PM
Unknown Object (File)
Fri, May 15, 8:51 PM
Unknown Object (File)
Sat, May 2, 12:19 PM
Unknown Object (File)
Tue, Apr 28, 8:08 PM
Unknown Object (File)
Tue, Apr 28, 8:04 PM
Unknown Object (File)
Apr 12 2026, 4:15 PM
Unknown Object (File)
Apr 1 2026, 11:38 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