mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to Patch-2.6. Fixes #2513.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9104 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e69c45bef9
commit
77a02d2eda
@ -40,6 +40,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-11-15</para>
|
<para>2009-11-15</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] Upgraded to Patch-2.6. Fixes
|
||||||
|
<ulink url="&lfs-ticket-root;2513">#2513</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] Upgraded to Udev-147. Fixes
|
<para>[matthew] Upgraded to Udev-147. Fixes
|
||||||
<ulink url="&lfs-ticket-root;2512">#2512</ulink>.</para>
|
<ulink url="&lfs-ticket-root;2512">#2512</ulink>.</para>
|
||||||
|
@ -145,9 +145,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Ncurses &ncurses-version;</para>
|
<para>Ncurses &ncurses-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Patch &patch-version;</para>
|
<para>Patch &patch-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Perl &perl-version;</para>
|
<para>Perl &perl-version;</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
@ -243,6 +243,9 @@
|
|||||||
<para>coreutils-7.1-uname-1.patch</para>
|
<para>coreutils-7.1-uname-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>patch-2.5.9-fixes-1.patch</para>
|
||||||
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -146,14 +146,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>Patch Carriage Return Fix Patch - <token>&patch-fixes-patch-size;</token>:</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Download: <ulink url="&patches-root;&patch-fixes-patch;"/></para>
|
|
||||||
<para>MD5 sum: <literal>&patch-fixes-patch-md5;</literal></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<!-- <varlistentry>
|
<!-- <varlistentry>
|
||||||
<term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
|
<term>Perl Libc Patch - <token>&perl-libc-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -43,12 +43,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Patch</title>
|
<title>Installation of Patch</title>
|
||||||
|
|
||||||
<para>Apply a patch that fixes a bug whereby <command>patch</command>
|
|
||||||
fails to apply patches whose lines contain trailing carriage return
|
|
||||||
characters:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&patch-fixes-patch;</userinput></screen>
|
|
||||||
|
|
||||||
<para>Prepare Patch for compilation:</para>
|
<para>Prepare Patch for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/tools</userinput></screen>
|
||||||
@ -57,7 +51,11 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>Compilation is now complete. As discussed earlier, running the test
|
||||||
|
suite is not mandatory for the temporary tools here in this chapter. To run
|
||||||
|
the Patch test suite anyway, issue the following command:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
@ -42,12 +42,6 @@
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Patch</title>
|
<title>Installation of Patch</title>
|
||||||
|
|
||||||
<para>Apply a patch that fixes a bug whereby <command>patch</command>
|
|
||||||
fails to apply patches whose lines contain trailing carriage return
|
|
||||||
characters:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&patch-fixes-patch;</userinput></screen>
|
|
||||||
|
|
||||||
<para>Prepare Patch for compilation:</para>
|
<para>Prepare Patch for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
|
||||||
@ -56,7 +50,9 @@
|
|||||||
|
|
||||||
<screen><userinput remap="make">make</userinput></screen>
|
<screen><userinput remap="make">make</userinput></screen>
|
||||||
|
|
||||||
<para>This package does not come with a test suite.</para>
|
<para>To test the results, issue:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="test">make check</userinput></screen>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
@ -383,10 +383,10 @@
|
|||||||
<!ENTITY ncurses-ch6-du "35 MB">
|
<!ENTITY ncurses-ch6-du "35 MB">
|
||||||
<!ENTITY ncurses-ch6-sbu "0.8 SBU">
|
<!ENTITY ncurses-ch6-sbu "0.8 SBU">
|
||||||
|
|
||||||
<!ENTITY patch-version "2.5.9">
|
<!ENTITY patch-version "2.6">
|
||||||
<!ENTITY patch-size "197 KB">
|
<!ENTITY patch-size "244 KB">
|
||||||
<!ENTITY patch-url "&alpha-gnu;diffutils/patch-&patch-version;.tar.gz">
|
<!ENTITY patch-url "&alpha-gnu;diffutils/patch-&patch-version;.tar.bz2">
|
||||||
<!ENTITY patch-md5 "dacfb618082f8d3a2194601193cf8716">
|
<!ENTITY patch-md5 "5729b1430ba6c2216e0f3eb18f213c81">
|
||||||
<!ENTITY patch-home "http://directory.fsf.org/project/patch/">
|
<!ENTITY patch-home "http://directory.fsf.org/project/patch/">
|
||||||
<!ENTITY patch-ch5-du "1.9 MB">
|
<!ENTITY patch-ch5-du "1.9 MB">
|
||||||
<!ENTITY patch-ch5-sbu "less than 0.1 SBU">
|
<!ENTITY patch-ch5-sbu "less than 0.1 SBU">
|
||||||
|
@ -79,11 +79,6 @@
|
|||||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY patch-fixes-patch "patch-&patch-version;-fixes-1.patch">
|
|
||||||
<!ENTITY patch-fixes-patch-md5 "a2f0901f42e87ad3d5fefbccee6a09f4">
|
|
||||||
<!ENTITY patch-fixes-patch-size "1.7 KB">
|
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
||||||
<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
|
<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
|
||||||
<!ENTITY perl-libc-patch-size "1 KB">
|
<!ENTITY perl-libc-patch-size "1 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user