Author: matthew
Date: 2010-03-01 14:50:38 -0700 (Mon, 01 Mar 2010)
New Revision: 9211

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter01/whatsnew.xml
   trunk/BOOK/chapter03/patches.xml
   trunk/BOOK/chapter06/diffutils.xml
   trunk/BOOK/packages.ent
Log:
Upgrade to Diffutils-2.9. Fixes #2577.

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2010-03-01 21:50:00 UTC (rev 9210)
+++ trunk/BOOK/chapter01/changelog.xml  2010-03-01 21:50:38 UTC (rev 9211)
@@ -40,6 +40,11 @@
       <para>2010-03-01</para>
       <itemizedlist>
         <listitem>
+          <para>[matthew] Upgrade to Diffutils-2.9. Fixes
+          <ulink url="&lfs-ticket-root;2577">#2577</ulink>. This also drops
+          the i18n patch as it has been rejected upstream.</para>
+        </listitem>
+        <listitem>
           <para>[matthew] Upgrade to GMP-5.0.1. Fixes
           <ulink url="&lfs-ticket-root;2572">#2572</ulink>.</para>
         </listitem>

Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml   2010-03-01 21:50:00 UTC (rev 9210)
+++ trunk/BOOK/chapter01/whatsnew.xml   2010-03-01 21:50:38 UTC (rev 9211)
@@ -49,9 +49,9 @@
     <!--<listitem>
       <para>DejaGNU &dejagnu-version;</para>
     </listitem>-->
-    <!--<listitem>
+    <listitem>
       <para>Diffutils &diffutils-version;</para>
-    </listitem>-->
+    </listitem>
     <!--<listitem>
       <para>E2fsprogs &e2fsprogs-version;</para>
     </listitem>-->

Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml    2010-03-01 21:50:00 UTC (rev 9210)
+++ trunk/BOOK/chapter03/patches.xml    2010-03-01 21:50:38 UTC (rev 9211)
@@ -43,14 +43,6 @@
     </varlistentry>
 
     <varlistentry>
-      <term>Diffutils Internationalization Fixes Patch - 
<token>&diffutils-i18n-patch-size;</token>:</term>
-      <listitem>
-        <para>Download: <ulink 
url="&patches-root;&diffutils-i18n-patch;"/></para>
-        <para>MD5 sum: <literal>&diffutils-i18n-patch-md5;</literal></para>
-      </listitem>
-    </varlistentry>
-
-    <varlistentry>
       <term>Expect Spawn Patch - 
<token>&expect-spawn-patch-size;</token>:</term>
       <listitem>
         <para>Download: <ulink 
url="&patches-root;&expect-spawn-patch;"/></para>

Modified: trunk/BOOK/chapter06/diffutils.xml
===================================================================
--- trunk/BOOK/chapter06/diffutils.xml  2010-03-01 21:50:00 UTC (rev 9210)
+++ trunk/BOOK/chapter06/diffutils.xml  2010-03-01 21:50:38 UTC (rev 9211)
@@ -41,20 +41,6 @@
   <sect2 role="installation">
     <title>Installation of Diffutils</title>
 
-    <para>POSIX requires the <command>diff</command> command to treat 
whitespace
-    characters according to the current locale. The following patch fixes the
-    non-compliance issue:</para>
-
-<screen><userinput remap="pre">patch -Np1 -i 
../&diffutils-i18n-patch;</userinput></screen>
-
-    <para>The above patch will cause the Diffutils build system to attempt to
-    rebuild the <filename>diff.1</filename> man page using the unavailable
-    program <command>help2man</command>. The result is an unreadable man page 
for
-    <command>diff</command>. We can avoid this by updating the timestamp on
-    the file <filename>man/diff.1</filename>:</para>
-
-<screen><userinput remap="pre">touch man/diff.1</userinput></screen>
-
     <para>Prepare Diffutils for compilation:</para>
 
 <screen><userinput remap="configure">./configure 
--prefix=/usr</userinput></screen>

Modified: trunk/BOOK/packages.ent
===================================================================
--- trunk/BOOK/packages.ent     2010-03-01 21:50:00 UTC (rev 9210)
+++ trunk/BOOK/packages.ent     2010-03-01 21:50:38 UTC (rev 9211)
@@ -85,10 +85,10 @@
 <!ENTITY dejagnu-ch5-du "6.1 MB">
 <!ENTITY dejagnu-ch5-sbu "less than 0.1 SBU">
 
-<!ENTITY diffutils-version "2.8.1">
-<!ENTITY diffutils-size "762 KB">
+<!ENTITY diffutils-version "2.9">
+<!ENTITY diffutils-size "1,732 KB">
 <!ENTITY diffutils-url "&gnu;diffutils/diffutils-&diffutils-version;.tar.gz">
-<!ENTITY diffutils-md5 "71f9c5ae19b60608f6c7f162da86a428">
+<!ENTITY diffutils-md5 "d6bc1bdc874ddb14cfed4d1655a0dbbe">
 <!ENTITY diffutils-home "&gnu-software;diffutils/">
 <!ENTITY diffutils-ch5-du "6.1 MB">
 <!ENTITY diffutils-ch5-sbu "0.1 SBU">

-- 
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