nfsd.8: Add a short paragraph w.r.t. NFSv3 vs NFSv4 setup
The nfsd can be configured to support NFSv3, NFSv4 or both
of them.
This patch adds a short paragraph to nfsd.8 to explain this.
This is a content change.
Reviewed by: kib, zaiee (manpages)
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D54279
ports-mgmt/portlint: Update to 2.23.0
* Soften .desktop error for both plist and Makefile items [1]
* Check COMMENT for non-ASCII characters [2]
* Ensure the order of pre-TARGET, do-TARGET, and post-TARGET sections
[3]
* Check for duplicates in LICENSE_PERMS [4]
PR: 291017 [1]
289975 [2]
284951 [3]
284644 [4]
OptionalObsoleteFiles.inc: fix up WITH_LLVM_LINK_STATIC_LIBRARIES cases
In commit cf1eaaf41cef I added the WITH_LLVM_LINK_STATIC_LIBRARIES
src.conf(5) build knob, which also affects OptionalObsoleteFiles.inc.
However, the checks were incorrect: when WITH_LLVM_LINK_STATIC_LIBRARIES
is active, the OLD_LIBS libprivatellvm.so.19, libprivateclang.so.19 and
libprivatelldb.so.19 should always be cleaned up.
Fixes: cf1eaaf41cef
MFC after: 1 week
Update to use jdk 11+ to run:
* Use javaPathHelper to set default value for JAVA_HOME and remove
requirement that this be pre-set in the environment.
okay ajacoutot@ ian@
Add MK* knobs for nearly all of the file systems (except FFS, which will
always be built, and anything related to puffs, which requires a bit more
work), and default them all to "yes" except on m68000, which keeps only
cd9660, kernfs, nfs, and ptyfs.