* Fix a couple of typos.

* Add a section on building XFree86 for distribution.
This commit is contained in:
Murray Stokely 2002-01-19 13:06:22 +00:00
parent 69968bac3d
commit b5a9e19af3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11758

View file

@ -145,8 +145,8 @@
<para>New releases of FreeBSD are released from the -STABLE branch
at approximately four month intervals. The FreeBSD release
process begins to ramp up 45 days before the anticipated release
date when the release engineer send an email to the development
mailing lists to reming developers that they only have 15 days to
date when the release engineer sends an email to the development
mailing lists to remind developers that they only have 15 days to
intergrate new changes before the code freeze. During this time,
many developers perform what have become know as <quote>MFC
sweeps</quote>. <acronym>MFC</acronym> stands for <quote>Merge
@ -178,12 +178,12 @@
<listitem>
<para>Minor changes to device drivers, such as adding new Device
IDs</para>
IDs.</para>
</listitem>
<listitem>
<para>Any additional change that the release engineering team feels
is justified, given the potential risk</para>
is justified, given the potential risk.</para>
</listitem>
</itemizedlist>
@ -500,6 +500,27 @@
</itemizedlist>
</sect2>
<sect2>
<title>Building XFree86</title>
<para>XFree86 is an important component for many desktop users.
The easiest way to build XFree86 is to use the
<filename>src/release/scripts/X11/build_x.sh</filename> script.
This script requires that XFree86 and Tcl/Tk already be
installed on the build host. After compiling the necessary X
servers, the script will package all of the files into tarballs
that sysinstall expects to find in the
<filename>XF86336</filename> directory of the installation
media.</para>
<note><para>It is important to remove any site-specific settings
from <filename>/etc/make.conf</filename>. For example, it would
be unwise to distribute binaries that were built on a system
with <varname>CPUTYPE</varname> set to a specific
processor.</para></note>
</sect2>
<sect2>
<title>Contributed Software (<quote>ports</quote>)</title>