diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:04:33 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:04:33 +0000 |
commit | 55309caea9317c1a8982d689592999915a4d6dbe (patch) | |
tree | e5f5df4099e4526bf25634afad4654e40b525dbd | |
parent | 2a43360df6728a65141fe9a979709a6e125f9769 (diff) |
Upgrade to Gawk-3.1.7. Fixes #2457.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.5/BOOK@9005 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter05/gawk.xml | 19 | ||||
-rw-r--r-- | chapter06/gawk.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 | ||||
-rw-r--r-- | packages.ent | 6 |
5 files changed, 19 insertions, 23 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 300e2eea1..47326f92f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml index 6e1a6b4e8..969fa2628 100644 --- a/chapter05/gawk.xml +++ b/chapter05/gawk.xml @@ -45,22 +45,9 @@ <para>Prepare Gawk for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/tools ac_cv_func_working_mktime=yes</userinput></screen> - - <variablelist> - <title>The meaning of the configure option:</title> - - <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="configure">./configure --prefix=/tools</userinput></screen> + + <para>Compile the package:</para> <screen><userinput remap="make">make</userinput></screen> diff --git a/chapter06/gawk.xml b/chapter06/gawk.xml index f8d63fca2..04ee8ae5b 100644 --- a/chapter06/gawk.xml +++ b/chapter06/gawk.xml @@ -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> diff --git a/general.ent b/general.ent index fd56281ef..f2dabbf55 100644 --- a/general.ent +++ b/general.ent @@ -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 – --> <!ENTITY milestone "6.5"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> diff --git a/packages.ent b/packages.ent index dceae7f57..2fb789a43 100644 --- a/packages.ent +++ b/packages.ent @@ -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"> |