[Clfs-commits] commit: r4852 - in /branches/clfs-sysroot: BOOK/ BOOK/final-system/common/ BOOK/introduction/common/ BOOK/materials/common/ patches/

svn at cross-lfs.org svn at cross-lfs.org
Sun Mar 15 17:50:38 PDT 2009


Author: jciccone
Date: Mon Mar 16 00:50:38 2009
New Revision: 4852

Log:
Add new compressors patches to file texinfo and man. Also add the file fixes patch.

Added:
    branches/clfs-sysroot/patches/file-5.00-fixes-2.patch
      - copied unchanged from r4818, trunk/patches/file-5.00-fixes-2.patch
    branches/clfs-sysroot/patches/file-5.00-new_compressors-1.patch
      - copied unchanged from r4818, trunk/patches/file-5.00-new_compressors-1.patch
    branches/clfs-sysroot/patches/man-1.6f-new_compressors-1.patch
      - copied unchanged from r4818, trunk/patches/man-1.6f-new_compressors-1.patch
    branches/clfs-sysroot/patches/texinfo-4.13a-new_compressors-1.patch
      - copied unchanged from r4818, trunk/patches/texinfo-4.13a-new_compressors-1.patch
Modified:
    branches/clfs-sysroot/BOOK/final-system/common/file.xml
    branches/clfs-sysroot/BOOK/final-system/common/man.xml
    branches/clfs-sysroot/BOOK/final-system/common/texinfo.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/file.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/file.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/file.xml Mon Mar 16 00:50:38 2009
@@ -24,6 +24,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+    <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: branches/clfs-sysroot/BOOK/final-system/common/man.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/man.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/man.xml Mon Mar 16 00:50:38 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: branches/clfs-sysroot/BOOK/final-system/common/texinfo.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/texinfo.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/texinfo.xml Mon Mar 16 00:50:38 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: 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 Mon Mar 16 00:50:38 2009
@@ -39,6 +39,12 @@
     <listitem>
       <para>March 15, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Add File Fixes Patch.</para>
+        </listitem>
+        <listitem>
+          <para>[jciccone] - Added New Compressors patches to File, Man, Texinfo, Tar.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Updated Binutils to 2.19.1.</para>
         </listitem>

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 Mon Mar 16 00:50:38 2009
@@ -64,6 +64,24 @@
     </varlistentry>
 
     <varlistentry>
+      <term>File Fixes Patch - <token>&file-fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&file-fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&file-fixes-patch-md5;</literal></para>
+      </listitem>
+    </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
@@ -159,6 +177,15 @@
         <para>Download: <ulink
         url="&patches-root;&man-i18n-patch;"/></para>
         <para>MD5 sum: <literal>&man-i18n-patch-md5;</literal></para>
+      </listitem>
+    </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>
 

Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Mon Mar 16 00:50:38 2009
@@ -23,6 +23,14 @@
 <!ENTITY diffutils-i18n-patch "diffutils-&diffutils-version;-i18n-1.patch">
 <!ENTITY diffutils-i18n-patch-md5 "2e176c390bf4dca2fb088e0a16261a96">
 <!ENTITY diffutils-i18n-patch-size "17 KB">
+
+<!ENTITY file-fixes-patch "file-&file-version;-fixes-2.patch">
+<!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-4.patch">
 <!ENTITY gcc-branch_update-patch-md5 "3da38c6590de2abb42b8d5bd86f9cb08">
@@ -64,6 +72,10 @@
 <!ENTITY linux-serial-patch-md5 "aa82ce2ee0cd5ab270359a0a2ed89cde">
 <!ENTITY linux-serial-patch-size "4 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 man-i18n-patch "man-&man-version;-i18n-1.patch">
 <!ENTITY man-i18n-patch-md5 "8b189d6500461797250ae9f3e5638dd5">
 <!ENTITY man-i18n-patch-size "12 KB">
@@ -104,6 +116,10 @@
 <!ENTITY tar-new_compressors-patch-md5 "95a38ca73a39105a5aee528471c7fcc9">
 <!ENTITY tar-new_compressors-patch-size "2 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-11.patch">
 <!ENTITY vim-branch_update-patch-md5 "326e75a9a9ac2d3777eba30300124652">
 <!ENTITY vim-branch_update-patch-size "253 KB">




More information about the Clfs-commits mailing list