opnsense-src/lib/libufs
Lexi Winter f9513c334f add packages for libufs, libzfs
currently FreeBSD-utilities depends on both FreeBSD-ufs and FreeBSD-zfs.
this is not desirable, because those are both relatively large packages
and the user may want to remove one or the other – or perhaps both, e.g.
in a jail or embedded system.

the reason for this dependency is that fstyp(8), which is in
FreeBSD-utilities, links both libufs and libzfs.  FreeBSD-utilities is
the correct place for fstyp, so we don't want to move that.

instead, add two new packages: libufs contains libufs, and libzfs
contains libzfs plus the ZFS libraries it depends on: libavl, libnvpair,
libspl, libtpool, libumem, libuutil, libzfs_core and libzutil.

with this change, it is possible to remove FreeBSD-ufs and/or
FreeBSD-zfs while leaving FreeBSD-libufs, FreeBSD-libzfs and
FreeBSD-utilities installed.

Reviewed by:	manu, des
Approved by:	des (mentor)
Differential Revision:	https://reviews.freebsd.org/D50148
2025-05-05 16:39:25 +01:00
..
block.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
bread.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
cgread.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
cgroup.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
getinode.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
inode.c Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 2025-01-30 17:31:08 -08:00
libufs.3 man filesystems: fix xrefs after move to section 4 2024-05-16 10:25:29 -06:00
libufs.h Defer the January 19, 2038 date limit in UFS1 filesystems to February 7, 2106 2025-01-30 17:31:08 -08:00
Makefile add packages for libufs, libzfs 2025-05-05 16:39:25 +01:00
Makefile.depend Remove $FreeBSD$: one-line sh pattern 2023-08-16 11:55:03 -06:00
sblock.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
sbread.3 Remove $FreeBSD$: two-line nroff pattern 2023-08-16 11:55:10 -06:00
type.c lib: Automated cleanup of cdefs and other formatting 2023-11-26 22:23:59 -07:00
ufs_disk_close.3 Ensure I/O buffers in libufs(3) are 128-byte aligned. 2023-11-17 14:11:24 -08:00