- MFen: 1.872 -> 1.876

Obtained from:	The FreeBSD Traditional Chinese Project
This commit is contained in:
Chin-San Huang 2007-10-11 14:09:32 +00:00
parent 5f1df491a6
commit c4481de5b0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30885

View file

@ -2,7 +2,7 @@
The FreeBSD Documentation Project
$FreeBSD$
Original Revision: 1.872
Original Revision: 1.876
-->
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@ -636,7 +636,7 @@ PLIST_DIRS= lib/X11/oneko</programlisting>
<command>autoconf</command> to regenerate
<command>configure</command>, do not take the diffs of
<command>configure</command> (it often grows to a few thousand
lines!); define <literal>USE_AUTOTOOLS=autoconf:253</literal> and take the
lines!); define <literal>USE_AUTOTOOLS=autoconf:261</literal> and take the
diffs of <filename>configure.in</filename>.</para>
<para>If you had to delete a file, then you can do it in the
@ -4063,6 +4063,13 @@ PORTVERSION= 1.0</programlisting>
executable scripts.</para>
</listitem>
<listitem>
<para><makevar>INSTALL_KLD</makevar> is a command to install
kernel loadable modules. Some architectures don't like it when
the modules are stripped, therefor use this command instead
of <makevar>INSTALL_PROGRAM</makevar>.</para>
</listitem>
<listitem>
<para><makevar>INSTALL_DATA</makevar> is a command to install
sharable data.</para>
@ -11494,6 +11501,15 @@ Reference: &lt;http://www.freebsd.org/ports/portaudit/74a9541d-5d6c-11d8-80e3-00
include/i4b.</entry>
<entry>700052</entry>
</row>
<row>
<entry>7.0-CURRENT after the addition of support for
PCI domains</entry>
<entry>700053</entry>
</row>
<row>
<entry>8.0-CURRENT.</entry>
<entry>800000</entry>
</row>
</tbody>
</tgroup>