Author: bdubbs
Date: 2009-05-17 12:52:35 -0600 (Sun, 17 May 2009)
New Revision: 8886

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/gettext.xml
   trunk/BOOK/patches.ent
Log:
Add gettext upstream patch

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-05-17 17:18:36 UTC (rev 8885)
+++ trunk/BOOK/chapter01/changelog.xml  2009-05-17 18:52:35 UTC (rev 8886)
@@ -41,6 +41,11 @@
       <para>2009-05-17</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Add gettext upstream patches.
+          Fixes
+          <ulink url="&lfs-ticket-root;2264">#2264</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Add optimization (-O3 and -pipe) to
           glibc in Chapter 6.
           Fixes
@@ -54,7 +59,7 @@
       <itemizedlist>
         <listitem>
           <para>[bdubbs] - Remove reference to watch program not
-          supporting UTF-8 locales in the Bash Sheel Startup
+          supporting UTF-8 locales in the Bash Shell Startup
           Files section.
           Fixes
           <ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2009-05-17 17:18:36 UTC (rev 8885)
+++ trunk/BOOK/chapter01/whatsnew.xml   2009-05-17 18:52:35 UTC (rev 8886)
@@ -229,6 +229,10 @@
     </listitem>
 
     <listitem>
+      <para>&gettext-upstream_fixes-patch;</para>
+    </listitem>
+
+    <listitem>
       <para>&glibc-ildoubl-test-fix-patch;</para>
     </listitem>
 

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2009-05-17 17:18:36 UTC (rev 8885)
+++ trunk/BOOK/chapter03/patches.xml    2009-05-17 18:52:35 UTC (rev 8886)
@@ -107,6 +107,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Gettext Upstream Fix Patch - 
<token>&gettext-upstream_fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink 
url="&patches-root;&gettext-upstream_fixes-patch;"/></para>
+        <para>MD5 sum: 
<literal>&gettext-upstream_fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Glibc Ildoubl Test Fix Patch - 
<token>&glibc-ildoubl-test-fix-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&glibc-ildoubl-test-fix-patch;"/></para>

Modified: trunk/BOOK/chapter06/gettext.xml
===================================================================
--- trunk/BOOK/chapter06/gettext.xml    2009-05-17 17:18:36 UTC (rev 8885)
+++ trunk/BOOK/chapter06/gettext.xml    2009-05-17 18:52:35 UTC (rev 8886)
@@ -43,6 +43,10 @@
   <sect2 role="installation">
     <title>Installation of Gettext</title>
 
+    <para>Apply a patch that fixes file permissions and ownership:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i 
../&gettext-upstream_fixes-patch;</userinput></screen>
+
     <para>Prepare Gettext for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr \

Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent      2009-05-17 17:18:36 UTC (rev 8885)
+++ trunk/BOOK/patches.ent      2009-05-17 18:52:35 UTC (rev 8886)
@@ -55,6 +55,10 @@
 <!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6">
 <!ENTITY gcc-startfiles-patch-size "1.5 KB">
 
+<!ENTITY gettext-upstream_fixes-patch 
"gettext-&gettext-version;-upstream_fixes-1.patch">
+<!ENTITY gettext-upstream_fixes-patch-md5 "1907197e133f7419d8d78e18615f9467">
+<!ENTITY gettext-upstream_fixes-patch-size "1.7 KB">
+
 <!ENTITY glibc-ildoubl-test-fix-patch 
"glibc-&glibc-version;-ildoubl_test-1.patch">
 <!ENTITY glibc-ildoubl-test-fix-patch-md5 "4dc864a487eee8426413542591d19edb">
 <!ENTITY glibc-ildoubl-test-fix-patch-size "1.0 KB">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to