Author: matthew
Date: 2009-07-28 14:04:33 -0600 (Tue, 28 Jul 2009)
New Revision: 9005

Modified:
   branches/6.5/BOOK/chapter01/changelog.xml
   branches/6.5/BOOK/chapter05/gawk.xml
   branches/6.5/BOOK/chapter06/gawk.xml
   branches/6.5/BOOK/general.ent
   branches/6.5/BOOK/packages.ent
Log:
Upgrade to Gawk-3.1.7. Fixes #2457.

Modified: branches/6.5/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.5/BOOK/chapter01/changelog.xml   2009-07-28 20:03:53 UTC (rev 
9004)
+++ branches/6.5/BOOK/chapter01/changelog.xml   2009-07-28 20:04:33 UTC (rev 
9005)
@@ -38,6 +38,16 @@
 -->
 
     <listitem>
+      <para>2009-07-28</para>
+      <itemizedlist>
+        <listitem>
+          <para>[matthew] - Upgrade to Gawk-3.1.7. Fixes
+          <ulink url="&lfs-ticket-root;2457">#2457</ulink>.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>2009-07-23</para>
       <itemizedlist>
         <listitem>

Modified: branches/6.5/BOOK/chapter05/gawk.xml
===================================================================
--- branches/6.5/BOOK/chapter05/gawk.xml        2009-07-28 20:03:53 UTC (rev 
9004)
+++ branches/6.5/BOOK/chapter05/gawk.xml        2009-07-28 20:04:33 UTC (rev 
9005)
@@ -45,23 +45,10 @@
 
     <para>Prepare Gawk for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/tools 
ac_cv_func_working_mktime=yes</userinput></screen>
+<screen><userinput remap="configure">./configure 
--prefix=/tools</userinput></screen>
 
-    <variablelist>
-      <title>The meaning of the configure option:</title>
+    <para>Compile the package:</para>
 
-      <varlistentry>
-        <term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
-        <listitem>
-          <para>This parameter bypasses the search for mktime in
-          <command>configure</command> and uses the version in Glibc. This is
-          necessary due to a change in GCC that has not been incorporated into
-          this package yet.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
 <screen><userinput remap="make">make</userinput></screen>
 
     <para>Compilation is now complete. As discussed earlier, running the test

Modified: branches/6.5/BOOK/chapter06/gawk.xml
===================================================================
--- branches/6.5/BOOK/chapter06/gawk.xml        2009-07-28 20:03:53 UTC (rev 
9004)
+++ branches/6.5/BOOK/chapter06/gawk.xml        2009-07-28 20:04:33 UTC (rev 
9005)
@@ -42,8 +42,7 @@
 
     <para>Prepare Gawk for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr 
--libexecdir=/usr/lib \
-   ac_cv_func_working_mktime=yes</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr 
--libexecdir=/usr/lib</userinput></screen>
 
     <para>Compile the package:</para>
 

Modified: branches/6.5/BOOK/general.ent
===================================================================
--- branches/6.5/BOOK/general.ent       2009-07-28 20:03:53 UTC (rev 9004)
+++ branches/6.5/BOOK/general.ent       2009-07-28 20:04:33 UTC (rev 9005)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090726">
-<!ENTITY releasedate "July 26, 2009">
+<!ENTITY version "SVN-20090728">
+<!ENTITY releasedate "July 28, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

Modified: branches/6.5/BOOK/packages.ent
===================================================================
--- branches/6.5/BOOK/packages.ent      2009-07-28 20:03:53 UTC (rev 9004)
+++ branches/6.5/BOOK/packages.ent      2009-07-28 20:04:33 UTC (rev 9005)
@@ -147,10 +147,10 @@
 <!ENTITY flex-ch6-du "28 MB testsuite included">
 <!ENTITY flex-ch6-sbu "0.7 SBU testsuite included">
 
-<!ENTITY gawk-version "3.1.6">
-<!ENTITY gawk-size "1,818 KB">
+<!ENTITY gawk-version "3.1.7">
+<!ENTITY gawk-size "2,310 KB">
 <!ENTITY gawk-url "&gnu;gawk/gawk-&gawk-version;.tar.bz2">
-<!ENTITY gawk-md5 "c9926c0bc8c177cb9579708ce67f0d75">
+<!ENTITY gawk-md5 "674cc5875714315c490b26293d36dfcf">
 <!ENTITY gawk-home "&gnu-software;gawk/">
 <!ENTITY gawk-ch5-du "19 MB">
 <!ENTITY gawk-ch5-sbu "0.2 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