git: f3cc44c11884 - stable/15 - packages: Move kernel-man to the minimal set
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Sep 2025 01:20:01 UTC
The branch stable/15 has been updated by ivy:
URL: https://cgit.FreeBSD.org/src/commit/?id=f3cc44c118844249b6ce55372d21c8078ef2afb7
commit f3cc44c118844249b6ce55372d21c8078ef2afb7
Author: Lexi Winter <ivy@FreeBSD.org>
AuthorDate: 2025-09-17 20:13:04 +0000
Commit: Lexi Winter <ivy@FreeBSD.org>
CommitDate: 2025-09-19 01:17:28 +0000
packages: Move kernel-man to the minimal set
Currently this is in the "kernels" set, which doesn't make sense
because it's not a kernel.
Move it to the "minimal" set, on the basis that minimal already includes
a bunch of manpages, and a user who installs with minimal expects that
e.g. "man ix" will work.
MFC after: 3 seconds
Reported by: des
Reviewed by: bapt
Differential Revision: https://reviews.freebsd.org/D52560
(cherry picked from commit a2783fb75401c85f5ae815a1349fbad8e7ab7b3c)
---
release/packages/ucl/kernel-man.ucl | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/release/packages/ucl/kernel-man.ucl b/release/packages/ucl/kernel-man.ucl
index 9d70baf2c3af..e4c376379fe3 100644
--- a/release/packages/ucl/kernel-man.ucl
+++ b/release/packages/ucl/kernel-man.ucl
@@ -1,5 +1,10 @@
comment = "Kernel manual pages"
+
desc = <<EOD
Manual pages for kernel interfaces and drivers (section 4) and the kernel
developer manual pages (section 9).
EOD
+
+annotations {
+ set = "minimal"
+}