* Fix a couple of typos.
* Add a section on building XFree86 for distribution.
This commit is contained in:
parent
69968bac3d
commit
b5a9e19af3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11758
1 changed files with 25 additions and 4 deletions
|
|
@ -145,8 +145,8 @@
|
||||||
<para>New releases of FreeBSD are released from the -STABLE branch
|
<para>New releases of FreeBSD are released from the -STABLE branch
|
||||||
at approximately four month intervals. The FreeBSD release
|
at approximately four month intervals. The FreeBSD release
|
||||||
process begins to ramp up 45 days before the anticipated release
|
process begins to ramp up 45 days before the anticipated release
|
||||||
date when the release engineer send an email to the development
|
date when the release engineer sends an email to the development
|
||||||
mailing lists to reming developers that they only have 15 days to
|
mailing lists to remind developers that they only have 15 days to
|
||||||
intergrate new changes before the code freeze. During this time,
|
intergrate new changes before the code freeze. During this time,
|
||||||
many developers perform what have become know as <quote>MFC
|
many developers perform what have become know as <quote>MFC
|
||||||
sweeps</quote>. <acronym>MFC</acronym> stands for <quote>Merge
|
sweeps</quote>. <acronym>MFC</acronym> stands for <quote>Merge
|
||||||
|
|
@ -178,12 +178,12 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Minor changes to device drivers, such as adding new Device
|
<para>Minor changes to device drivers, such as adding new Device
|
||||||
IDs</para>
|
IDs.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Any additional change that the release engineering team feels
|
<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>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
|
|
@ -500,6 +500,27 @@
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</sect2>
|
</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>
|
<sect2>
|
||||||
<title>Contributed Software (<quote>ports</quote>)</title>
|
<title>Contributed Software (<quote>ports</quote>)</title>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue