[Clfs-commits] commit: r4790 - in /trunk/BOOK: ./ cross-tools/common/ final-system/common/ final-system/multilib/ introduction/common/ materials/common/ temp-system/64/ temp-system/common/ temp-system/multilib/

svn at cross-lfs.org svn at cross-lfs.org
Mon Mar 2 08:32:46 PST 2009


Author: jim
Date: Mon Mar  2 16:32:46 2009
New Revision: 4790

Log:
Added Patches to File, Man, Tar, and Texinfo to support XZ Utils

Modified:
    trunk/BOOK/cross-tools/common/file.xml
    trunk/BOOK/final-system/common/file.xml
    trunk/BOOK/final-system/common/man.xml
    trunk/BOOK/final-system/common/tar.xml
    trunk/BOOK/final-system/common/texinfo.xml
    trunk/BOOK/final-system/multilib/file-64bit.xml
    trunk/BOOK/final-system/multilib/file-n32.xml
    trunk/BOOK/final-system/multilib/file.xml
    trunk/BOOK/final-system/multilib/man.xml
    trunk/BOOK/final-system/multilib/tar.xml
    trunk/BOOK/final-system/multilib/texinfo.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/materials/common/patches.xml
    trunk/BOOK/patches.ent
    trunk/BOOK/temp-system/64/file.xml
    trunk/BOOK/temp-system/common/file.xml
    trunk/BOOK/temp-system/common/tar.xml
    trunk/BOOK/temp-system/multilib/file.xml
    trunk/BOOK/temp-system/multilib/tar.xml

Modified: trunk/BOOK/cross-tools/common/file.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/file.xml (original)
+++ trunk/BOOK/cross-tools/common/file.xml Mon Mar  2 16:32:46 2009
@@ -29,6 +29,14 @@
     href="../../final-system/common/file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
 
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
+
     <para>Prepare File for compilation:</para>
 
 <screen><userinput>./configure --prefix=/cross-tools</userinput></screen>

Modified: trunk/BOOK/final-system/common/file.xml
==============================================================================
--- trunk/BOOK/final-system/common/file.xml (original)
+++ trunk/BOOK/final-system/common/file.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,10 @@
     <para os="p1">The following patch will fix an issue due to utf-8 with file on documents:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&file-fixes-patch;</userinput></screen>
+
+    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
+
+<screen os="p4"><userinput>patch -Np1 -i ../&file-new_compressors-patch;</userinput></screen>
 
     <para os="a">Prepare File for compilation:</para>
 

Modified: trunk/BOOK/final-system/common/man.xml
==============================================================================
--- trunk/BOOK/final-system/common/man.xml (original)
+++ trunk/BOOK/final-system/common/man.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,10 @@
     <para os="p1">This patch adds support for Internationalization:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&man-i18n-patch;</userinput></screen>
+
+    <para os="p3">The following patch will add support for new compressors like XZ Utils:</para>
+
+<screen os="p4"><userinput>patch -Np1 -i ../&man-new_compressors-patch;</userinput></screen>
 
     <para os="a">A few adjustments need to be made to the sources of Man.</para>
 

Modified: trunk/BOOK/final-system/common/tar.xml
==============================================================================
--- trunk/BOOK/final-system/common/tar.xml (original)
+++ trunk/BOOK/final-system/common/tar.xml Mon Mar  2 16:32:46 2009
@@ -34,6 +34,10 @@
     <command>bzip2</command>:</para>
 
 <screen os="p4"><userinput>patch -Np1 -i ../&tar-revert_pipe_drain-patch;</userinput></screen>
+
+    <para os="p5">The following patch will add support for new compressors like XZ Utils:</para>
+
+<screen os="p6"><userinput>patch -Np1 -i ../&tar-new_compressors-patch;</userinput></screen>
 
     <para os="a">Prepare Tar for compilation:</para>
 

Modified: trunk/BOOK/final-system/common/texinfo.xml
==============================================================================
--- trunk/BOOK/final-system/common/texinfo.xml (original)
+++ trunk/BOOK/final-system/common/texinfo.xml Mon Mar  2 16:32:46 2009
@@ -24,6 +24,10 @@
 
   <sect2 role="installation">
     <title>Installation of Texinfo</title>
+
+    <para os="p1">The following patch will add support for new compressors like XZ Utils:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&texinfo-new_compressors-patch;</userinput></screen>
 
     <para os="a">Prepare Texinfo for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/file-64bit.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/file-64bit.xml (original)
+++ trunk/BOOK/final-system/multilib/file-64bit.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,14 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="file.xml"

Modified: trunk/BOOK/final-system/multilib/file-n32.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/file-n32.xml (original)
+++ trunk/BOOK/final-system/multilib/file-n32.xml Mon Mar  2 16:32:46 2009
@@ -29,6 +29,14 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="file.xml"

Modified: trunk/BOOK/final-system/multilib/file.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/file.xml (original)
+++ trunk/BOOK/final-system/multilib/file.xml Mon Mar  2 16:32:46 2009
@@ -29,6 +29,14 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"

Modified: trunk/BOOK/final-system/multilib/man.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/man.xml (original)
+++ trunk/BOOK/final-system/multilib/man.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,14 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/man.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/man.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/man.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/man.xml"

Modified: trunk/BOOK/final-system/multilib/tar.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/tar.xml (original)
+++ trunk/BOOK/final-system/multilib/tar.xml Mon Mar  2 16:32:46 2009
@@ -39,6 +39,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p5'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p6'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \

Modified: trunk/BOOK/final-system/multilib/texinfo.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/texinfo.xml (original)
+++ trunk/BOOK/final-system/multilib/texinfo.xml Mon Mar  2 16:32:46 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of Texinfo</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/texinfo.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/texinfo.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/texinfo.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Mon Mar  2 16:32:46 2009
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>March 2, 2009</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jim] - Added Patches to File, Man, Tar, and Texinfo to support XZ Utils.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>March 1, 2009</para>

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Mon Mar  2 16:32:46 2009
@@ -37,6 +37,7 @@
       </listitem>
     </varlistentry>
 -->
+
     <varlistentry>
       <term>Binutils Posix Patch - <token>&binutils-posix-patch-size;</token>:</term>
       <listitem>
@@ -101,6 +102,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>File New Compressors Patch - <token>&file-new_compressors-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&file-new_compressors-patch;"/></para>
+        <para>MD5 sum: <literal>&file-new_compressors-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink
@@ -191,6 +201,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Man New Compressors Patch - <token>&man-new_compressors-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&man-new_compressors-patch;"/></para>
+        <para>MD5 sum: <literal>&man-new_compressors-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Module Init Tools Missing Man-Pages Patch - <token>&module-init-tools-manpages-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink
@@ -246,11 +265,11 @@
 
 <!--
     <varlistentry>
-      <term>Readline Fixes - <token>&readline-fixes-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink
-        url="&patches-root;&readline-fixes-patch;"/></para>
-        <para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
+      <term>Readline Branch Update - <token>&readline-branch_update-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&readline-branch_update-patch;"/></para>
+        <para>MD5 sum: <literal>&readline-branch_update-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
 -->
@@ -274,11 +293,29 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Tar New Compressors Patch - <token>&tar-new_compressors-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&tar-new_compressors-patch;"/></para>
+        <para>MD5 sum: <literal>&tar-new_compressors-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>Texinfo New Compressors Patch - <token>&texinfo-new_compressors-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&texinfo-new_compressors-patch;"/></para>
+        <para>MD5 sum: <literal>&texinfo-new_compressors-patch-md5;</literal></para>
       </listitem>
     </varlistentry>
 

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Mon Mar  2 16:32:46 2009
@@ -40,6 +40,10 @@
 <!ENTITY file-fixes-patch-md5 "23725f364441a9b1f4b244b2b3cdcd27">
 <!ENTITY file-fixes-patch-size "5 KB">
 
+<!ENTITY file-new_compressors-patch "file-&file-version;-new_compressors-1.patch">
+<!ENTITY file-new_compressors-patch-md5 "e19197f1872456a8557552cac0075915">
+<!ENTITY file-new_compressors-patch-size "1 KB">
+
 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-3.patch">
 <!ENTITY gcc-branch_update-patch-md5 "c04708c294327b346bf26d9c7faf6df4">
 <!ENTITY gcc-branch_update-patch-size "325 KB">
@@ -80,6 +84,10 @@
 <!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">
 <!ENTITY man-i18n-patch-size "10 KB">
 
+<!ENTITY man-new_compressors-patch "man-&man-version;-new_compressors-1.patch">
+<!ENTITY man-new_compressors-patch-md5 "efebe29737e80c2f6de4833182f1edb6">
+<!ENTITY man-new_compressors-patch-size "2 KB">
+
 <!ENTITY module-init-tools-manpages-patch "module-init-tools-&module-init-tools-version;-manpages-1.patch">
 <!ENTITY module-init-tools-manpages-patch-md5 "624fc0db2306f2073b1ba31a1eda5430">
 <!ENTITY module-init-tools-manpages-patch-size "34 KB">
@@ -104,9 +112,9 @@
 <!ENTITY procps-i18n-patch-md5 "e3fd651b1293d8727e5f7cbde1260588">
 <!ENTITY procps-i18n-patch-size "4 KB">
 
-<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
-<!ENTITY readline-fixes-patch-md5 "">
-<!ENTITY readline-fixes-patch-size " KB">
+<!ENTITY readline-branch_update-patch "readline-&readline-version;-branch_update-1.patch">
+<!ENTITY readline-branch_update-patch-md5 "">
+<!ENTITY readline-branch_update-patch-size " KB">
 
 <!ENTITY sysvinit-fixes-patch "sysvinit-&sysvinit-version;-fixes-1.patch">
 <!ENTITY sysvinit-fixes-patch-md5 "405d23896b54ca61afd53003a62592fd">
@@ -116,10 +124,18 @@
 <!ENTITY tar-man_page-patch-md5 "5bea72fd46830db0fed3c58b236f6ecf">
 <!ENTITY tar-man_page-patch-size "16 KB">
 
+<!ENTITY tar-new_compressors-patch "tar-&tar-version;-new_compressors-1.patch">
+<!ENTITY tar-new_compressors-patch-md5 "c870b36113cec863e14a4f2eac16f24c">
+<!ENTITY tar-new_compressors-patch-size "3 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 "3 KB">
 
+<!ENTITY texinfo-new_compressors-patch "texinfo-&texinfo-version;-new_compressors-1.patch">
+<!ENTITY texinfo-new_compressors-patch-md5 "4ae2d3c132e21cb83b825bc691056d07">
+<!ENTITY texinfo-new_compressors-patch-size "2 KB">
+
 <!ENTITY vim-branch_update-patch "vim-&vim-version;-branch_update-10.patch">
 <!ENTITY vim-branch_update-patch-md5 "6569c9bf71b80b31b606d4f3731315b5">
 <!ENTITY vim-branch_update-patch-size "223 KB">

Modified: trunk/BOOK/temp-system/64/file.xml
==============================================================================
--- trunk/BOOK/temp-system/64/file.xml (original)
+++ trunk/BOOK/temp-system/64/file.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,14 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"

Modified: trunk/BOOK/temp-system/common/file.xml
==============================================================================
--- trunk/BOOK/temp-system/common/file.xml (original)
+++ trunk/BOOK/temp-system/common/file.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,14 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
     <para os="ap1">The following patch will fix a compile issue that would prevent
     a proper creation of the <filename>magic.mgc</filename> file. This would

Modified: trunk/BOOK/temp-system/common/tar.xml
==============================================================================
--- trunk/BOOK/temp-system/common/tar.xml (original)
+++ trunk/BOOK/temp-system/common/tar.xml Mon Mar  2 16:32:46 2009
@@ -29,6 +29,14 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/tar.xml"
     xpointer="xpointer(//*[@os='p4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='p5'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/tar.xml"
+    xpointer="xpointer(//*[@os='p6'])"/>
 
     <para os="c1">TAR utilizes UTF-8 capability, without the following
     command the UTF-8 sections of the build will fail:</para>

Modified: trunk/BOOK/temp-system/multilib/file.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/file.xml (original)
+++ trunk/BOOK/temp-system/multilib/file.xml Mon Mar  2 16:32:46 2009
@@ -28,6 +28,14 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../../final-system/common/file.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p3'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p4'])"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/file.xml"

Modified: trunk/BOOK/temp-system/multilib/tar.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/tar.xml (original)
+++ trunk/BOOK/temp-system/multilib/tar.xml Mon Mar  2 16:32:46 2009
@@ -29,6 +29,14 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/tar.xml"
     xpointer="xpointer(//*[@os='p4'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p5'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/tar.xml"
+    xpointer="xpointer(//*[@os='p6'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/tar.xml"




More information about the Clfs-commits mailing list