[Clfs-commits] commit: r4601 - in /branches/clfs-sysroot: BOOK/final-system/common/tar.xml BOOK/introduction/common/changelog.xml BOOK/materials/common/patches.xml BOOK/patches.ent patches/tar-1.21-man_page-1.patch patches/tar-1.21-revert_pipe_drain-1.patch

svn at cross-lfs.org svn at cross-lfs.org
Sat Jan 31 06:37:40 PST 2009


Author: jciccone
Date: Sat Jan 31 14:37:40 2009
New Revision: 4601

Log:
Add the 2 tar patches from trunk.

Added:
    branches/clfs-sysroot/patches/tar-1.21-man_page-1.patch
      - copied unchanged from r4591, trunk/patches/tar-1.21-man_page-1.patch
    branches/clfs-sysroot/patches/tar-1.21-revert_pipe_drain-1.patch
      - copied unchanged from r4591, trunk/patches/tar-1.21-revert_pipe_drain-1.patch
Modified:
    branches/clfs-sysroot/BOOK/final-system/common/tar.xml
    branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
    branches/clfs-sysroot/BOOK/materials/common/patches.xml
    branches/clfs-sysroot/BOOK/patches.ent

Modified: branches/clfs-sysroot/BOOK/final-system/common/tar.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/tar.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/tar.xml Sat Jan 31 14:37:40 2009
@@ -24,6 +24,16 @@
 
   <sect2 role="installation">
     <title>Installation of Tar</title>
+
+    <para os="p1">The following patch adds a man page for <command>tar</command>:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&tar-man_page-patch;</userinput></screen>
+
+    <para os="p3">The following patch contains a fix for an issue that may occur
+    when <command>tar</command> calls an outside compression utility like
+    <command>bzip2</command>:</para>
+
+<screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
 
     <para os="a">Prepare Tar for compilation:</para>
 

Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sat Jan 31 14:37:40 2009
@@ -40,6 +40,10 @@
       <para>Janurary 31, 2009</para>
       <itemizedlist>
         <listitem>
+          <para>[jciccone] - Add the Tar Revert Pipe Drain patch and the Tar
+          Man Page patch.</para>
+        </listitem>
+        <listitem>
           <para>[jciccone] - Updated MPFR to 2.4.0.</para>
         </listitem>
         <listitem>
@@ -47,7 +51,7 @@
         </listitem>
         <listitem>
           <para>[jciccone] - Added patch that will fix a build issue with Kbd. The patch is
-                for the linux-headers in final-system.</para>
+          for the linux-headers in final-system.</para>
         </listitem>
         <listitem>
           <para>[jciccone] - Updated Linux to 2.6.28.2.</para>

Modified: branches/clfs-sysroot/BOOK/materials/common/patches.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/materials/common/patches.xml (original)
+++ branches/clfs-sysroot/BOOK/materials/common/patches.xml Sat Jan 31 14:37:40 2009
@@ -154,6 +154,24 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Tar Man Page Patch - <token>&tar-man_page-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&tar-man_page-patch;"/></para>
+        <para>MD5 sum: <literal>&tar-man_page-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>Tar Revert Pipe Drain Patch - <token>&tar-revert_pipe_drain-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&tar-revert_pipe_drain-patch;"/></para>
+        <para>MD5 sum: <literal>&tar-revert_pipe_drain-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term> <listitem>
         <para>Download: <ulink
         url="&patches-root;&zlib-fpic-patch;"/></para>

Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Sat Jan 31 14:37:40 2009
@@ -64,6 +64,14 @@
 <!ENTITY shadow-sysroot_hacks-patch-md5 "cf5095a86c666728650e77f1cdc64874">
 <!ENTITY shadow-sysroot_hacks-patch-size "36 KB">
 
+<!ENTITY tar-man_page-patch "tar-&tar-version;-man_page-1.patch">
+<!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf">
+<!ENTITY tar-man_page-patch-size "20 KB">
+
+<!ENTITY tar-revert_pipe_drain-patch "tar-&tar-version;-revert_pipe_drain-1.patch">
+<!ENTITY tar-revert_pipe_drain-patch-md5 "fd0543b6c8b4c033af0b702f28ec6608">
+<!ENTITY tar-revert_pipe_drain-patch-size "4 KB">
+
 <!ENTITY zlib-fpic-patch "zlib-&zlib-version;-fPIC-1.patch">
 <!ENTITY zlib-fpic-patch-md5 "545d60b20bfde6f53023de44438cef59">
 <!ENTITY zlib-fpic-patch-size "3.2 KB">




More information about the Clfs-commits mailing list