diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-08 08:46:19 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-08-08 08:46:19 +0000 |
commit | 26386ea611ac1242125b3fe95aa589039ce62225 (patch) | |
tree | 64bd57a7da08c561313c1f37d91970f9f7504ba2 | |
parent | f1d2b69cdb17dd61c51417d64752ff486bb58051 (diff) |
Upgrade to Bison-2.4.3. Fixes #2732.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/bison.xml | 5 | ||||
-rw-r--r-- | packages.ent | 6 | ||||
-rw-r--r-- | patches.ent | 5 |
5 files changed, 7 insertions, 21 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 8fa6ee189..a6e885bc4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2010-08-08</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Bison-2.4.3. Fixes + <ulink url="&lfs-ticket-root;2732">#2732</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to IPRoute2-2.6.35. Fixes <ulink url="&lfs-ticket-root;2731">#2731</ulink>.</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index f1fbcd192..2086bfb75 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -27,14 +27,6 @@ </varlistentry> <varlistentry> - <term>Bison GCC-4.5.0 Patch - <token>&bison-gcc-patch-size;</token>:</term> - <listitem> - <para>Download: <ulink url="&patches-root;&bison-gcc-patch;"/></para> - <para>MD5 sum: <literal>&bison-gcc-patch-md5;</literal></para> - </listitem> - </varlistentry> - - <varlistentry> <term>Bzip2 Documentation Patch - <token>&bzip2-docs-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&bzip2-docs-patch;"/></para> diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 35b9ff7e4..ee890bef1 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -40,11 +40,6 @@ <sect2 role="installation"> <title>Installation of Bison</title> - <para>Fix an issue with the testsuite, which doesn't correctly handle - certain output from GCC-&gcc-version;:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&bison-gcc-patch;</userinput></screen> - <para>Prepare Bison for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> diff --git a/packages.ent b/packages.ent index 10dd668bc..f2f13472a 100644 --- a/packages.ent +++ b/packages.ent @@ -46,10 +46,10 @@ <!ENTITY binutils-ch6-du "222 MB"> <!ENTITY binutils-ch6-sbu "2.1 SBU"> -<!ENTITY bison-version "2.4.2"> -<!ENTITY bison-size "1,578 KB"> +<!ENTITY bison-version "2.4.3"> +<!ENTITY bison-size "1,614 KB"> <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.bz2"> -<!ENTITY bison-md5 "63584004613aaef2d3dca19088eb1654"> +<!ENTITY bison-md5 "c1d3ea81bc370dbd43b6f0b2cd21287e"> <!ENTITY bison-home "&gnu-software;bison/"> <!-- <!ENTITY bison-ch5-du ""> diff --git a/patches.ent b/patches.ent index 02a687cc0..e10b1f79c 100644 --- a/patches.ent +++ b/patches.ent @@ -7,11 +7,6 @@ <!ENTITY bash-fixes-patch-size "5.1 KB"> -<!ENTITY bison-gcc-patch "bison-&bison-version;-gcc-1.patch"> -<!ENTITY bison-gcc-patch-md5 "211b0ce6ab8be05fb630b9a81637dcc2"> -<!ENTITY bison-gcc-patch-size "1.8 KB"> - - <!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch"> <!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f"> <!ENTITY bzip2-docs-patch-size "1.6 KB"> |