website: fix empty SA and EN section in 14.1R and earlier relnotes
Relnotes of 14.1, 14.0, 13.3, 13.2, 13.1 and 13.0 updated
Reported by: Christian Ullrich <chris at chrullrich.net>
Reviewed by: ziaee
Approved by: ziaee
Differential Revision: https://reviews.freebsd.org/D55706
PR: 282330
14.4/relnote: Add to manual section
- builtin(1) rewrite with keybinds(1) appeared
- newaliases(1) manpage update moved to manpages
- vt(4) learned about increasing console scrollback size
- most ethernet switch manuals appeared or were improved
- dumpon(8) learned about settings for crash dumps
14.4/relnotes: add additional DTrace provider man pages
dtrace_fbt(4) was included into relnotes due to Relnotes: key word in
the commit. This information is not full, if it does not include reference
to other man pages for dtrace provider created in 14.4R. This patch
adds information about all providers man pages related to this release.
Approved by: re (implicit)
Differential Revision: https://reviews.freebsd.org/D55704
14.4/relnotes: assign releasePrev and Next, toc added
releasePrev and releaseNext are assigned.
The table of teh content is added similar to 15.0R relnotes
and 14.4R harware page.
Differential Revision: https://reviews.freebsd.org/D55705
14.4/relnotes: Doc section is updated
Information about man page changes added,
man pages are sorted by section number, name.
Reviewed by: ziaee
Approved by: ziaee
Differential Revision: https://reviews.freebsd.org/D55618
PHB(special>go): Add instructions for overriding go.mod
The USES=go:modules system is smart and clever, but it does all its
evaluation of go.mod during fetch phase, which means that porters can't
patch it first (say, to alter dependencies or change the toolchain
version).
Instead, it's possible to override go.mod by specifying a new one as
a second distfile (and go.sum can be overridden in the same way). We've
supported that for a long time, but we've never documented it before.
Reviewed by: fuz, ziaee
Approved by: ziaee (doc)
Differential Revision: https://reviews.freebsd.org/D55580
mirrors: remove ftp.at.FreeBSD.org
After ~13 years of running the ftp.at.freebsd.org community mirror is
shutting down at the end of March. Remove it from the documentation.
Reported by: Klaus P. Ohrhallinger <k at 7he.at>