The textproc/fop is an optional package that can be installed to generate
PDF output of our docs. It is not included in textproc/docproj by default
and if not strictly required, but for those who want PDFs we describe how.
While here, bump the copyright dates of the FDP primer.
Thanks to Pau Amma for this change.
PR: 247019
Submitted by: pauamma_gundo.com
Reviewed by: debdrup, allanjude
Approved by: allanjude, bcr
Differential Revision: https://reviews.freebsd.org/D25170
Clean up the sections a bit to distinguish the two available debuggers (gdb
and llvm). This includes giving the existing gdb sections a title that
ends in "with gdb". The existing gdb section were grouped together into a
new "Using gdb" section and moved up one section level (sect3 to sect2).
A new section "Introduction to available debuggers" introduces and
distinguishes gbd and lldb. Insert a new "Using lldb" section after the
introduction, using the same structure and example code as the gdb section
to ease comparison between the two compilers.
An earlier reference to gdb is replaced by a generic debugger reference.
Include the neccessary whitespace changes. On top of that, update copyright
years of the developers-handbook.
Thanks to Pau Amma for his diligent work on the patch and incorporating
our feedback from the review!
Submitted by: pauamma_gundo.com
Reviewed by: debdrup, woodsb02, emaste, bcr
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D25139
De-empasize the use of shar archives when submitting new ports.
When we were still using gnats and CVS, shar was the best way of submitting
new ports to the PR database, for inclusion in the ports tree. These days,
it is usually easier to use a patch from svn, or even git.
Move the shar example further to the bottom of the page in the section about
submitting ports to the FreeBSD project.
Dicussed with: many
Reviewed by: allanjude, bapt, bcr, emaste, mat
Differential Revision: https://reviews.freebsd.org/D25148
Update README with information about the mailing list
freebsd-quarterly-calls@ and the sendcalls perl script.
Also warn about the md2docbook perl script becoming obsolete once the
Hugo/AsciiiDoctor conversion is done.
Reviewed by: debdrup
Approved by: docs (bcr), gerald (mentor)
Differential Revision: https://reviews.freebsd.org/D25193
Some corrections in the handbook
Corrected Amazon AWS and Google cloud links
Removed wrong man page reference
Removed Windows XP warning
Corrected wrong reference to the last release of FreeBSD
Removed firefox-i18n and firefox-esr-i18n
Updates to the Kerberos section:
- prefer sysrc to manual edits of /etc/rc.conf
- Add pkg install step
- provide the full path to the kadmind.acl file
- Updated messages from kadmin add command
- Update Heimdal wiki link
Also directly bump to r54142.