mirror of
https://git.FreeBSD.org/src.git
synced 2026-06-02 11:24:32 +00:00
packages: Turn off MANSPLITPKG by default
Manpages are very small, and having a separate manpages package for every base package is quite annoying for users. Turn this option off by default. Discussed with: bapt Reviewed by: manu, emaste MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D52417
This commit is contained in:
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
|
||||
world, or to merely disable the most expensive debugging functionality
|
||||
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
|
||||
|
||||
20250907:
|
||||
The MANSPLITPKG knob has been turned off by default, so pkgbase builds
|
||||
will no longer generate "-man" subpackages; instead the manpages will
|
||||
be shipped in the packages they belong to. If you want to continue
|
||||
building split man packages, set WITH_MANSPLITPKG=1.
|
||||
|
||||
20250905:
|
||||
FreeBSD 16.0-CURRENT.
|
||||
|
||||
|
||||
@@ -1215,8 +1215,8 @@ is set explicitly)
|
||||
.It Va WITHOUT_MANCOMPRESS
|
||||
Do not install compressed man pages.
|
||||
Only the uncompressed versions will be installed.
|
||||
.It Va WITHOUT_MANSPLITPKG
|
||||
Do not split man pages into their own packages during make package.
|
||||
.It Va WITH_MANSPLITPKG
|
||||
Split man pages into their own packages during make package.
|
||||
.It Va WITHOUT_MAN_UTILS
|
||||
Do not build utilities for manual pages,
|
||||
.Xr apropos 1 ,
|
||||
|
||||
@@ -60,7 +60,6 @@ __DEFAULT_YES_OPTIONS = \
|
||||
MAKE_CHECK_USE_SANDBOX \
|
||||
MAN \
|
||||
MANCOMPRESS \
|
||||
MANSPLITPKG \
|
||||
NIS \
|
||||
NLS \
|
||||
OPENSSH \
|
||||
@@ -78,6 +77,7 @@ __DEFAULT_NO_OPTIONS = \
|
||||
CCACHE_BUILD \
|
||||
CTF \
|
||||
INSTALL_AS_USER \
|
||||
MANSPLITPKG \
|
||||
REPRODUCIBLE_BUILD \
|
||||
RETPOLINE \
|
||||
RUN_TESTS \
|
||||
|
||||
Reference in New Issue
Block a user