- Timestamp:
- Jan 31, 2009, 6:37:40 AM (16 years ago)
- Branches:
- master
- Children:
- 73b1cbb
- Parents:
- 46f892a
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/tar.xml
r46f892a r3dc3c3e 25 25 <sect2 role="installation"> 26 26 <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> 27 37 28 38 <para os="a">Prepare Tar for compilation:</para> -
BOOK/introduction/common/changelog.xml
r46f892a r3dc3c3e 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[jciccone] - Add the Tar Revert Pipe Drain patch and the Tar 44 Man Page patch.</para> 45 </listitem> 46 <listitem> 43 47 <para>[jciccone] - Updated MPFR to 2.4.0.</para> 44 48 </listitem> … … 48 52 <listitem> 49 53 <para>[jciccone] - Added patch that will fix a build issue with Kbd. The patch is 50 54 for the linux-headers in final-system.</para> 51 55 </listitem> 52 56 <listitem> -
BOOK/materials/common/patches.xml
r46f892a r3dc3c3e 155 155 156 156 <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> 157 175 <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem> 158 176 <para>Download: <ulink -
BOOK/patches.ent
r46f892a r3dc3c3e 65 65 <!ENTITY shadow-sysroot_hacks-patch-size "36 KB"> 66 66 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 67 75 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch"> 68 76 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
Note:
See TracChangeset
for help on using the changeset viewer.