[Clfs-commits] commit: r4389 - in /trunk: BOOK/final-system/common/grep.xml BOOK/final-system/multilib/grep.xml BOOK/introduction/common/changelog.xml BOOK/patches.ent patches/grep-2.5.3-i18n-1.patch

svn at cross-lfs.org svn at cross-lfs.org
Thu Jan 8 13:55:47 PST 2009


Author: jim
Date: Thu Jan  8 21:55:46 2009
New Revision: 4389

Log:
Added Internationalization Patch to Grep

Added:
    trunk/patches/grep-2.5.3-i18n-1.patch
Modified:
    trunk/BOOK/final-system/common/grep.xml
    trunk/BOOK/final-system/multilib/grep.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/patches.ent

Modified: trunk/BOOK/final-system/common/grep.xml
==============================================================================
--- trunk/BOOK/final-system/common/grep.xml (original)
+++ trunk/BOOK/final-system/common/grep.xml Thu Jan  8 21:55:46 2009
@@ -24,6 +24,10 @@
 
   <sect2 role="installation">
     <title>Installation of Grep</title>
+
+    <para os="p1">This patch adds support for Internationalization:</para>
+
+<screen os="p2"><userinput>patch -Np1 -i ../&grep-i18n-patch;</userinput></screen>
 
     <para os="a">Prepare Grep for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/grep.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/grep.xml (original)
+++ trunk/BOOK/final-system/multilib/grep.xml Thu Jan  8 21:55:46 2009
@@ -20,6 +20,14 @@
 
   <sect2 role="installation">
     <title>Installation of Grep</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/grep.xml"
+    xpointer="xpointer(//*[@os='p1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
+    href="../common/grep.xml"
+    xpointer="xpointer(//*[@os='p2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/grep.xml"

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Jan  8 21:55:46 2009
@@ -44,6 +44,9 @@
         </listitem>
         <listitem>
           <para>[Jim] - Added Internationalization Patch to Diffutils.</para>
+        </listitem>
+        <listitem>
+          <para>[Jim] - Added Internationalization Patch to Grep.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Thu Jan  8 21:55:46 2009
@@ -64,6 +64,10 @@
 <!ENTITY gmp-branch_update-patch-md5 "31606a19116f646a2d891d639fbfc339">
 <!ENTITY gmp-branch_update-patch-size "12 KB">
 
+<!ENTITY grep-i18n-patch "grep-&grep-version;-i18n-1.patch">
+<!ENTITY grep-i18n-patch-md5 "337d017202d7e3b08d428a89da3ee572">
+<!ENTITY grep-i18n-patch-size "28 KB">
+
 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
 <!ENTITY inetutils-man_pages-patch-md5 "ceddba1a8db7f18568a3832c11a69dff">
 <!ENTITY inetutils-man_pages-patch-size "4 KB">




More information about the Clfs-commits mailing list