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

svn at cross-lfs.org svn at cross-lfs.org
Tue Feb 17 09:09:50 PST 2009


Author: jim
Date: Tue Feb 17 17:09:50 2009
New Revision: 4709

Log:
Fix File UTF-8 Issues

Added:
    trunk/patches/file-5.00-fixes-1.patch
Modified:
    trunk/BOOK/cross-tools/common/file.xml
    trunk/BOOK/final-system/common/file.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/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/multilib/file.xml

Modified: trunk/BOOK/cross-tools/common/file.xml
==============================================================================
--- trunk/BOOK/cross-tools/common/file.xml (original)
+++ trunk/BOOK/cross-tools/common/file.xml Tue Feb 17 17:09:50 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para>Prepare File for compilation:</para>
 

Modified: trunk/BOOK/final-system/common/file.xml
==============================================================================
--- trunk/BOOK/final-system/common/file.xml (original)
+++ trunk/BOOK/final-system/common/file.xml Tue Feb 17 17:09:50 2009
@@ -24,6 +24,10 @@
 
   <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="a">Prepare File 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 Tue Feb 17 17:09:50 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+  <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"

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 Tue Feb 17 17:09:50 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <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"

Modified: trunk/BOOK/final-system/multilib/file.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/file.xml (original)
+++ trunk/BOOK/final-system/multilib/file.xml Tue Feb 17 17:09:50 2009
@@ -21,6 +21,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+  <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"

Modified: trunk/BOOK/materials/common/patches.xml
==============================================================================
--- trunk/BOOK/materials/common/patches.xml (original)
+++ trunk/BOOK/materials/common/patches.xml Tue Feb 17 17:09:50 2009
@@ -110,6 +110,15 @@
     </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>GCC Branch Update Patch - <token>&gcc-branch_update-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Tue Feb 17 17:09:50 2009
@@ -46,6 +46,10 @@
 <!ENTITY file-cross_compile-patch-md5 "17956303345b8514a9c2bdc3939a21e5">
 <!ENTITY file-cross_compile-patch-size "4 KB">
 
+<!ENTITY file-fixes-patch "file-&file-version;-fixes-1.patch">
+<!ENTITY file-fixes-patch-md5 "38568a65d5b0c049f49d0b9597c2c7fc">
+<!ENTITY file-fixes-patch-size "4 KB">
+
 <!ENTITY gcc-branch_update-patch "gcc-&gcc-version;-branch_update-1.patch">
 <!ENTITY gcc-branch_update-patch-md5 "50f8f4c0389dc057a9fbf8cabc8897d9">
 <!ENTITY gcc-branch_update-patch-size "248 KB">

Modified: trunk/BOOK/temp-system/64/file.xml
==============================================================================
--- trunk/BOOK/temp-system/64/file.xml (original)
+++ trunk/BOOK/temp-system/64/file.xml Tue Feb 17 17:09:50 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+  <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="../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 Tue Feb 17 17:09:50 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <para os="p1">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/multilib/file.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/file.xml (original)
+++ trunk/BOOK/temp-system/multilib/file.xml Tue Feb 17 17:09:50 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of File</title>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../../final-system/common/file.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+  <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="../common/file.xml"




More information about the Clfs-commits mailing list