- Reword a bit
- Create a subsection from it
- Add second subsection dealing with installing empty directories on package
install
Approved by: keramida
- mention prefered naming scheme of shared library files
- add few words about bumping PORTREVISION of consumers on shlib version raise
8 Shared library versions
- kill without replacement; it's hardly useful in the modern autotools world
Approved by: keramida (mentor)
= Overhauled /tmp/ entry that it was in.
= Changed "filesystem" to FDP "file system".
= Added 'valign="top"' to two "tbody" tags so "label" (eg, /tmp/)
is on is on the same line as the start of its description.
= DocBook'd "NOT".
Approved by: keramida
-- Removed "for" from "caused for the system".
-- Changed "filesystem" to "file system".
-- Changed "base base" to "base".
-- Replaced a comma with a semicolon.
-- Changed "We skip using" to "We avoid using".
-- Changed ", i.e.:" to "; i.e.,".
-- Down-cased "In" at the start of a sentence fragment.
Approved by: keramida
option since it is deprecated. According to the
rc.sendmail man page, it will be removed in a
future release.
Suggested by: lawrance
Approved by: trhodes (mentor)
sentence at the end of a paragraph so that the readers don't think
that some text is missing.
Consistently use colons to finish sentences introductory to examples.
into text cut'n'pasted to a <pre> HTML element. Warn readers
that such characters are likely to appear in plain-text sources
often used to copy pre-formatted text from.
Added detail about fdisk and /boot/mbr to head off reader assumption
that FreeBSD's boot manager is FreeBSD-fdisk's default boot manager.
Added detail to statement about 512 byte boot program
to head off debatable claims that it's untrue, and also
to inform the reader.
Approved by: keramida
attribute. This is not allowed according to "5.3 Defining Template Rules"
in REC-xslt-19991116, XSL Transformations (XSLT) Version 1.0.
The xsltproc utility prior to version 1.1.15 allowed this erroneously
but in the latest version it has been fixed.
Reported by: scottl
- Remove variables that are described later in Chapter 6 from the table
- Add a paragraph with references to relevant Chapter 6 sections
5.14 Building mechanisms
- Move this section into Chapter 6 and merge with Section 6.5 about autotools
6.5 Using automake, autoconf, and libtool
- Move after Section 6.2 Ports with distribution restrictions
- Rename to Building mechanisms
- Integrate content from Section 5.14 and 5.7.8
- Split into subsections:
* make, gmake, and imake: 5.7.8 text on gmake, 5.14 text on imake, ALL_TARGET
* configure script: 5.14 text on configure, new text
* autoconf: split old table from 6.5 and add some introductory text
* automake: split old table from 6.5 and add some introductory text
* libtool: split old table from 6.5, add text about what libtool is,
mention USE_INC_LIBTOOL_VER, and interoperability problems with USE_GCC
- Change section id from using-automake to using-autotools
Approved by: keramida (mentor)