소스 검색

Upgrade to Bison-2.4.3. Fixes #2732.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9353 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 15 년 전
부모
커밋
26386ea611
5개의 변경된 파일7개의 추가작업 그리고 21개의 파일을 삭제
  1. 4 0
      chapter01/changelog.xml
  2. 0 8
      chapter03/patches.xml
  3. 0 5
      chapter06/bison.xml
  4. 3 3
      packages.ent
  5. 0 5
      patches.ent

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
       <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>

+ 0 - 8
chapter03/patches.xml

@@ -26,14 +26,6 @@
       </listitem>
     </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>

+ 0 - 5
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>

+ 3 - 3
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 "">

+ 0 - 5
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">