diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-18 10:14:45 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-18 10:26:12 +0100 |
| commit | ea5e50c2985bea029e7b30ecee773a59fe22cd68 (patch) | |
| tree | d2735095523d752b146c522008382dbc22f9a809 /UPDATING | |
| parent | 9065390ddc7b1ce2613777f6a947200950a5ac71 (diff) | |
packages: Add a mandoc package
Move mandoc to its own package so users can install it independently of
-utilities. Put the package in the minimal set, since we also ship
manpages in minimal and "man" is a basic Unix utility.
Add a pkg-triggers(5) hook to run makewhatis when new manpages are
installed, so that apropos(1) works. This depends on a new pkg(8)
feature expected to be in in the upcoming 2.3.2 release; in the mean
time, this is a no-op (i.e., having an older pkg doesn't break anything,
it just won't run the trigger).
MFC after: 3 seconds
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D52564
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -28,6 +28,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW: at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) 20250918: + mandoc (including /usr/bin/man) has been moved to a new package, + FreeBSD-mandoc. If you have the minimal set installed, this package + will be installed automatically, otherwise you may want to install it. + Kyua has been moved to the FreeBSD-kyua package, and ATF has been moved to the FreeBSD-atf* packages. If you have FreeBSD-tests installed, these packages will be installed automatically, otherwise you should |
