mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Applied Alexander's fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
abf1f62e1a
commit
ef448f2db7
@ -157,6 +157,13 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc LibIDN add-on (&glibc-version;) - 100 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&gnu;glibc/"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Grep (&grep-version;) - 520 KB:</term>
|
||||
<listitem>
|
||||
@ -171,19 +178,6 @@ url="http://www.linuxfromscratch.org/lfs/download.html#ftp"/>.</para></note>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Groff Debian Patch - 129 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
|
||||
<note><para>Groff Debian Patch (&groff-version;-&groff-patchlevel;)
|
||||
may no longer be available at the
|
||||
listed location. The site administrators of the master download
|
||||
location occasionally remove older versions when new ones are
|
||||
released. There is no alternative download location yet.</para></note>
|
||||
<!-- Actually there's snapshot.debian.net, but they have hardware problems -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>GRUB (&grub-version;) - 772 KB:</term>
|
||||
<listitem>
|
||||
|
@ -92,6 +92,19 @@ needed to build an LFS system:</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Groff Debian Patch - 129 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="http://ftp.debian.org/debian/pool/main/g/groff/&groff-debian-patch;"/></para>
|
||||
<note><para>Groff Debian Patch (&groff-version;-&groff-patchlevel;)
|
||||
may no longer be available at the
|
||||
listed location. The site administrators of the master download
|
||||
location occasionally remove older versions when new ones are
|
||||
released. There is no alternative download location yet.</para></note>
|
||||
<!-- Actually there's snapshot.debian.net, but they have hardware problems -->
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Gzip Security Patch - 2 KB:</term><listitem>
|
||||
<para><ulink url="&patches-root;&gzip-security_fix-patch;"/></para>
|
||||
@ -155,16 +168,16 @@ needed to build an LFS system:</para>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
|
||||
<term>Shadow Configure Script Patch - 1KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&lfs-root;patches/downloads/sysklogd/&sysklogd-8bit-patch;"/></para>
|
||||
<para><ulink url="&patches-root;&shadow-configure-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Shadow Configure Script Patch - 1KB:</term>
|
||||
<term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
|
||||
<listitem>
|
||||
<para><ulink url="&patches-root;&shadow-configure-patch;"/></para>
|
||||
<para><ulink url="&lfs-root;patches/downloads/sysklogd/&sysklogd-8bit-patch;"/></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
|
@ -180,9 +180,9 @@ while read F ; do
|
||||
done &&
|
||||
cp -rv man? /usr/share/man/es</userinput></screen>
|
||||
|
||||
<note>The need to exclude the <filename>man7/iso_8859-7.7</filename> file
|
||||
<note><para>The need to exclude the <filename>man7/iso_8859-7.7</filename> file
|
||||
from the conversion process because it is already in ISO-8859-1 is a packaging
|
||||
bug in man-pages-es-1.55. Future versions should not require this workaround.</note>
|
||||
bug in man-pages-es-1.55. Future versions should not require this workaround.</para></note>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -112,7 +112,7 @@ done &&
|
||||
ln -sfv libncurses++w.a /usr/lib/libncurses++.a</userinput></screen>
|
||||
|
||||
<para>Finally, make sure that old applications that look for
|
||||
<filename class="libaryfile">-lcurses</filename> at build time are still
|
||||
<filename class="libraryfile">-lcurses</filename> at build time are still
|
||||
buildable:</para>
|
||||
|
||||
<screen><userinput>echo "INPUT(-lncursesw)" >/usr/lib/libcursesw.so &&
|
||||
|
@ -84,8 +84,8 @@ tutorials. An English tutorial will be used instead.</para>
|
||||
<!-- Removal is used instead of conversion in order for the user to be able to
|
||||
painlessly revert his UTF-8 locale choice. -->
|
||||
|
||||
<screen><userinput>rm -f /usr/share/vim/vim63/tutor/tutor.{gr,pl,ru,sk}
|
||||
rm -f /usr/share/vim/vim63/tutor/tutor.??.*</userinput></screen>
|
||||
<screen><userinput>rm -f /usr/share/vim/vim64/tutor/tutor.{gr,pl,ru,sk}
|
||||
rm -f /usr/share/vim/vim64/tutor/tutor.??.*</userinput></screen>
|
||||
|
||||
<para>Many users are used to using <command>vi</command> instead of
|
||||
<command>vim</command>. To allow execution of <command>vim</command>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20060105">
|
||||
<!ENTITY releasedate "January 5, 2006">
|
||||
<!ENTITY version "SVN-20060107">
|
||||
<!ENTITY releasedate "January 7, 2006">
|
||||
<!ENTITY milestone "6.2">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
@ -39,16 +39,15 @@
|
||||
|
||||
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
||||
|
||||
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
|
||||
|
||||
<!ENTITY shadow-configure-patch "shadow-&shadow-version;-configure_fix-1.patch">
|
||||
|
||||
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
|
||||
<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
|
||||
|
||||
<!ENTITY tar-gcc4_fix-patch "tar-&tar-version;-gcc4_fix_tests-1.patch">
|
||||
<!ENTITY tar-sparse_fix-patch "tar-&tar-version;-sparse_fix-1.patch">
|
||||
|
||||
<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-2.patch">
|
||||
<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-1.patch">
|
||||
<!ENTITY texinfo-multibyte-patch "texinfo-&texinfo-version;-multibyte-1.patch">
|
||||
<!ENTITY texinfo-tempfile_fix-patch "texinfo-&texinfo-version;-tempfile_fix-2.patch">
|
||||
|
||||
<!ENTITY util-linux-cramfs-patch "util-linux-&util-linux-version;-cramfs-1.patch">
|
||||
|
Loading…
Reference in New Issue
Block a user