Thanks to Gleb Popov who wrote the original patch and started the review.
Submitted by: arrowd@
Modified and expanded by: me
Differential Revision: https://reviews.freebsd.org/D19873
Machines are not owned my individuals anymore, and accounts do not need
to be requested. Remove these statements.
Also remove very old references to using machines for vanity domains etc
Add these developers, whose commit bits were taken in for safekeeping, to
the list of developer alumni.
Approved by: doc (bcr)
Differential Revision: https://reviews.freebsd.org/D19785
It has been outdated since August 2018 when all *proto ports have
been folded into xorgproto. Component descriptions are auto-generated
from the underlying COMMENTs.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D19642
The discussions with affected parties have concluded. It was determined
that more time is required for the community to adjust. Thus, there will
be no changes to the support model for STABLE/12. Any changes will apply
to STABLE/13.
Approved by: doc@ (gjb)
Differential Revision: https://reviews.freebsd.org/D19773
- Remove mention of CARGO_GH_CARGOTOML after ports r496795
- Update CARGO_USE_GITHUB description. It does not patch Cargo.lock.
That is done automatically during the configure phase by cargo
itself and is not worth mentioning here.
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D19697
This file had a lot of long lines in it as well as redundant markup with
words. A few capitalizations were also fixed, except a few where it would
obscure the original meaning like groff.
recreated.
If a build failure is triggered, such as a port Makefile
contains a non-ASCII apostrophe, the generated files are
not replaced if they exist (even if an error occurs).
In such a case, manual intervention would be needed to
remove the file(s) that would cause the build failure.
Sponsored by: The FreeBSD Foundation
The summary of the license policy in the commiters guide is a good place
to get started, but the buck stops with the license policy. We enourage
questions before making commits if the policy is not clear.
Approved by: core (bcr, jhb, imp)
Differential Revision: https://reviews.freebsd.org/D19515
Previous versions of FreeBSD provided a standard /etc/pf.conf, but
that was removed without changing the documentation. Update the
handbook to mention it and point people to the directory
/usr/share/examples/pf/ where example firewall rules are available.
PR: 231977
Submitted by: koobs@
Discussed with: kp@
Subversion (svnlite) has always been Apache-licensed and LLVM
will be as well starting with version 9.0.0.
Note that core@ must still approve imports of new Apache-license
components in the tree as well as license changes to Apache ones.
Thanks to Brooks for the writeup.
Approved by: core@
Differential Revision: https://reviews.freebsd.org/D19358
While our ancient toolchain still falls into this category, we are
rapidly transitioning away from it and few if any bugfixes have been
merged from upstream in recent years.
Approved by: core@
Differential Revision: https://reviews.freebsd.org/D19356
The site to download sample splash screens is not available anymore.
Remove the sentence it contains completely and pull in the remaining
single sentence from this paragraph into the next one.
PR: 236402
Submitted by: yuri@
The ports security teams exists for a while now, so it should have a
proper listing on the administration page with all current members.
Thanks to Kurt Jaeger for the writeup and submitting the patch.
I only rewrapped one line to fit within the line limits.
PR: 235939
Submitted by: pi@
Drop mention of SVN and Perforce in favor of using github. If students
are familiar with anything it's going to be git.
Comment out text on gsoc flyers until someone makes an updated one.
Reported by: bz
Reviewed by: mmokhi
Differential Revision: https://reviews.freebsd.org/D19505
The link was moved and no forwarding to the new location was put in
place, which resulted in a broken link. Update the link to the new
location.
PR: 236286
Submitted by: sdk7774@gmail.com