The branch main has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=74aec9f02d9d8fbde250da1ecc881729c8baf489
commit 74aec9f02d9d8fbde250da1ecc881729c8baf489 Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-03-06 23:44:50 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-03-06 23:47:20 +0000 ports.7: Document DEFAULT_VERSIONS MFC after: 3 days Co-authored-by: Adam Weinberger <[email protected]> Differential Revision: https://reviews.freebsd.org/D55443 --- share/man/man7/ports.7 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7 index 318a19ba98c0..6e28f85da964 100644 --- a/share/man/man7/ports.7 +++ b/share/man/man7/ports.7 @@ -581,6 +581,10 @@ Additional to set when .Va WITH_DEBUG is set. +.It Va DEFAULT_VERSIONS +Override the default variant used for ports +with multiple concurrent versions in the tree, +such as database or compiler versions. .It Va WITH_CCACHE_BUILD .Pq Vt bool If set, enables the use of
