opnsense-src/lib/libutil++
Lexi Winter f4fd2aa07c libutil++: Move to clibs
This library only installs manual pages, so putting it in its own
package means we build a FreeBSD-libutil++-man package but not a
base FreeBSD-libutil++ package.  Without a base package, the man
package can't be installed due to the missing dependency.

We don't really need a separate package for a few manpages, so move
it to clibs.

Reviewed by:		des
Differential Revision:	https://reviews.freebsd.org/D51756
2025-08-08 16:14:07 +01:00
..
tests libutil++: Add freebsd::pidfile wrapper class around struct pidfh 2025-08-04 15:38:07 -04:00
freebsd::addrinfo_up.3
freebsd::fd_up.3 libutil++: Add freebsd::fd_up class to manage file descriptors 2025-08-04 15:38:07 -04:00
freebsd::FILE_up.3
freebsd::malloc_up.3
freebsd::nvlist_up.3 libutil++: Add freebsd::nvlist_up wrapper class for std::unique_ptr<> 2025-08-04 15:38:07 -04:00
freebsd::pidfile.3 libutil++: Add freebsd::pidfile wrapper class around struct pidfh 2025-08-04 15:38:07 -04:00
freebsd::stringf.3
libutil++.hh libutil++: Appease GCC -Wshadow warnings in constructors 2025-08-07 14:26:46 -04:00
Makefile libutil++: Move to clibs 2025-08-08 16:14:07 +01:00
stringf.cc