- Move definition of various branch-specific variables from
Makefile to Makefile.inc.
- Include share/mk/doc.commands.mk to ensure ${SVN} is properly
defined. If ${SVN} is defined (default) and exists, hardware
is appended to SUBDIR. Add MKTEMP to share/mk/doc.commands.mk
as part of this change.
- If MAN4DIR is not defined (default), use mktemp(1) to create
a temporary directory to check out the share/man/man4 path of
the relevant src branch (determined by evaluating the _BRANCH
variable defined in the Makefile). Once the dev-auto.end is
created, the temporary MAN4DIR is removed. The src-checkout
and man4-rmsrc targets are limited specifically to exclude the
make(install) case, as pseudo-repeatable errors have been
observed under certain conditions that have yet to be determined.
- While here, remove hwlist entities from hardware.xml from
drivers that are no longer present in 12.0-CURRENT.
- Also while here, bump copyright dates.
This is based on a differential revision that had received no
feedback seven months:
https://reviews.freebsd.org/D13467
Approved by: re, doceng (implicit, silence)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D13467
- Delete checksums for 11.2-RC3.
- Add announce.xml and signed announce.asc.
- Update the local.branch.name entity in signatures.xml.
- Turn off the 'help test' URL on the 11.2-RELEASE schedule.
- Update version entities.
- Announce 11.2-RELEASE.
- Update the 11.2-RELEASE schedule to reflect the announcement
had been sent.
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation
Due to incomplete testing I hadn't noticed that this actually generated
"&&" rather than "&&" in the output. Revert for now while I
solicit some help getting this done right.
There have been two generations of GA since we first implemented GA on
the website. The newest version allows us to get deeper insights while
collecting less personal data. This version is also faster and loads
async which should help load the &os; website on slower networks.
As a reminder: to opt out do ANY of the following:
- block google.com via an adblocker
- set (abuse) the "do not track" header
In addition we've selected to disable many features in the console that
would result in collecting more data.
With Hat: webstats@
- Uncomment the signatures.html, hardware.html, readme.html,
and relnotes.html pages on the 11.2-RELEASE index page.
- Connect the hardware.html, readme.html, relnotes.html pages
to the build.
- Connect the CHECKSUM* files for 11.2-RC1 to the build.
Approveed by: re (implicit)
Sponsored by: The FreeBSD Foundation
Perforce no longer provides server binaries for FreeBSD and we haven't
used Perforce for project development in several years.
Reviewed by: bjk (previous version)
Differential Revision: https://reviews.freebsd.org/D15392