[Bug 273783] pkgbase: The libraries currently contained in runtime and utilities should be split out

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 15 Sep 2023 09:34:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273783

--- Comment #11 from Baptiste Daroussin <bapt@FreeBSD.org> ---
also going that tiny is useful for container, but may be confusing for full
blown OS, at some point you can probably use the FILES_IGNORE_GLOB and
FILES_IGNORE_REGEX to go further. (note that this is not documented, and should
be)

This will skip installation of some files at install time.

To use it in pkg.conf one can simply set FILES_IGNORE_GLOB=["*/man/*", "*.a"]
etc

-- 
You are receiving this mail because:
You are the assignee for the bug.