Page MenuHomeFreeBSD

sysutils/openzfs*: Bump to catch up with master
ClosedPublic

Authored by freqlabs on Dec 1 2020, 10:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 4, 2:03 PM
Unknown Object (File)
Mon, Jan 27, 9:06 AM
Unknown Object (File)
Jan 9 2025, 8:27 PM
Unknown Object (File)
Dec 23 2024, 2:31 PM
Unknown Object (File)
Dec 12 2024, 12:45 PM
Unknown Object (File)
Nov 29 2024, 7:37 AM
Unknown Object (File)
Nov 24 2024, 8:52 PM
Unknown Object (File)
Nov 24 2024, 7:45 AM
Subscribers

Details

Summary

When the kernel is built with INVARIANTS we also need to build ZFS with INVARIANTS. Additionally, the knob for this has been broken out from WITH_DEBUG=true to WITH_INVARIANTS=true in the OpenZFS build system. We add an INVARIANTS option to the port for this, and enable the DEBUG and INVARIANTS options by default on 13-CURRENT to ensure that a default configuration builds openzfs-kmod with the correct options. Users building their 13-CURRENT kernel without INVARIANTS will need to disable the INVARIANTS option in the port manually. I'm not aware of a better way to implement this decision at the moment.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable