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)
Sat, Apr 27, 10:31 AM
Unknown Object (File)
Mon, Apr 15, 10:58 PM
Unknown Object (File)
Thu, Apr 11, 1:55 PM
Unknown Object (File)
Feb 11 2024, 8:57 PM
Unknown Object (File)
Dec 21 2023, 12:05 AM
Unknown Object (File)
Dec 20 2023, 5:54 AM
Unknown Object (File)
Dec 13 2023, 11:39 AM
Unknown Object (File)
Nov 17 2023, 1:55 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