[Clfs-commits] commit: r4830 - in /branches/clfs-sysroot/BOOK: final-system/common/grep.xml introduction/common/changelog.xml materials/common/patches.xml patches.ent

svn at cross-lfs.org svn at cross-lfs.org
Sun Mar 15 12:44:02 PDT 2009


Author: jciccone
Date: Sun Mar 15 19:44:01 2009
New Revision: 4830

Log:
Add grep i18n patch.

Modified:
    branches/clfs-sysroot/BOOK/final-system/common/grep.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/grep.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/common/grep.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/common/grep.xml Sun Mar 15 19:44:01 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: 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 Sun Mar 15 19:44:01 2009
@@ -39,6 +39,9 @@
     <listitem>
       <para>March 15, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Added i18n Patch to Grep.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Diffutils wants ed as a editor. Changed it to Vim.</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 Sun Mar 15 19:44:01 2009
@@ -109,6 +109,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Grep i18n Patch - <token>&grep-i18n-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink
+        url="&patches-root;&grep-i18n-patch;"/></para>
+        <para>MD5 sum: <literal>&grep-i18n-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Inetutils No-Server-Man-Pages Patch - <token>&inetutils-man_pages-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink

Modified: branches/clfs-sysroot/BOOK/patches.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/patches.ent (original)
+++ branches/clfs-sysroot/BOOK/patches.ent Sun Mar 15 19:44:01 2009
@@ -43,6 +43,10 @@
 <!ENTITY gmp-branch_update-patch "gmp-&gmp-version;-branch_update-1.patch">
 <!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 "26 KB">
 
 <!ENTITY inetutils-man_pages-patch "inetutils-&inetutils-version;-no_server_man_pages-1.patch">
 <!ENTITY inetutils-man_pages-patch-md5 "ceddba1a8db7f18568a3832c11a69dff">




More information about the Clfs-commits mailing list