Changeset 3dc3c3e in clfs-sysroot


Ignore:
Timestamp:
Jan 31, 2009, 6:37:40 AM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
73b1cbb
Parents:
46f892a
Message:

Add the 2 tar patches from trunk.

Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/tar.xml

    r46f892a r3dc3c3e  
    2525  <sect2 role="installation">
    2626    <title>Installation of Tar</title>
     27
     28    <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
     29
     30<screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
     31
     32    <para os="p3">The following patch contains a fix for an issue that may occur
     33    when <command>tar</command> calls an outside compression utility like
     34    <command>bzip2</command>:</para>
     35
     36<screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
    2737
    2838    <para os="a">Prepare Tar for compilation:</para>
  • BOOK/introduction/common/changelog.xml

    r46f892a r3dc3c3e  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[jciccone] - Add the Tar Revert Pipe Drain patch and the Tar
     44          Man Page patch.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[jciccone] - Updated MPFR to 2.4.0.</para>
    4448        </listitem>
     
    4852        <listitem>
    4953          <para>[jciccone] - Added patch that will fix a build issue with Kbd. The patch is
    50                 for the linux-headers in final-system.</para>
     54          for the linux-headers in final-system.</para>
    5155        </listitem>
    5256        <listitem>
  • BOOK/materials/common/patches.xml

    r46f892a r3dc3c3e  
    155155
    156156    <varlistentry>
     157      <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term>
     158      <listitem>
     159        <para>Download: <ulink
     160        url="&patches-root;&tar-man_page-patch;"/></para>
     161        <para>MD5 sum: <literal>&tar-man_page-patch-md5;</literal></para>
     162      </listitem>
     163    </varlistentry>
     164
     165    <varlistentry>
     166      <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>
     167      <listitem>
     168        <para>Download: <ulink
     169        url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>
     170        <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>
     171      </listitem>
     172    </varlistentry>
     173
     174    <varlistentry>
    157175      <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem>
    158176        <para>Download: <ulink
  • BOOK/patches.ent

    r46f892a r3dc3c3e  
    6565<!ENTITY shadow-sysroot_hacks-patch-size "36 KB">
    6666
     67<!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch">
     68<!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf">
     69<!ENTITY tar-man_page-patch-size "20 KB">
     70
     71<!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch">
     72<!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608">
     73<!ENTITY tar-revert_pipe_drain-patch-size "4 KB">
     74
    6775<!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch">
    6876<!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
Note: See TracChangeset for help on using the changeset viewer.