diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2008-02-19 21:43:51 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2008-02-19 21:43:51 +0000 |
commit | be53dbd3df7dfe9cb9d892b65bfce5faa78f316f (patch) | |
tree | b7585401e92fc1cdb69f24ebe1f6bc3e59aabab1 | |
parent | e577c86e71cb6a9614b468e3afeef9602176ad6b (diff) |
Update flex to 2.5.34. Patches for the libIDL, libpcap, lm_sensors, tetex are already in -patches.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8488 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 1 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | chapter06/flex.xml | 5 | ||||
-rw-r--r-- | packages.ent | 10 |
4 files changed, 11 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6f3a3a0e5..163aa7719 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,7 @@ <listitem> <para>[ken] - Updated Grep to 2.5.3, thanks to Matthew for the fix for automated builds.</para> + <para>[ken] - Updated Flex to 2.5.34.</para> </listitem> </itemizedlist> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5914dbdb5..66b7249b1 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -71,9 +71,9 @@ <listitem> <para>Findutils &findutils-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Flex &flex-version;</para> - </listitem>--> + </listitem> <listitem> <para>Gawk &gawk-version;</para> </listitem> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index c5942ff18..0ac7b8e67 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -49,9 +49,10 @@ <screen><userinput remap="make">make</userinput></screen> - <para>To test the results, issue:</para> + <para>The testsuite in this version of Flex does nothing useful before it + ends with an error.</para> -<screen><userinput remap="test">make check</userinput></screen> +<!--<screen><userinput remap="test">make check</userinput></screen>--> <para>Install the package:</para> diff --git a/packages.ent b/packages.ent index a889412ef..794589325 100644 --- a/packages.ent +++ b/packages.ent @@ -148,17 +148,17 @@ <!ENTITY findutils-ch6-du "13.6 MB"> <!ENTITY findutils-ch6-sbu "0.2 SBU"> -<!ENTITY flex-version "2.5.33"> -<!ENTITY flex-size "680 KB"> +<!ENTITY flex-version "2.5.34"> +<!ENTITY flex-size "1,225 KB"> <!ENTITY flex-url "&sourceforge;flex/flex-&flex-version;.tar.bz2"> -<!ENTITY flex-md5 "343374a00b38d9e39d1158b71af37150"> +<!ENTITY flex-md5 "fbdabda79de417b863970eb03c0f53a3"> <!ENTITY flex-home "http://flex.sourceforge.net"> <!-- <!ENTITY flex-ch5-du ""> <!ENTITY flex-ch5-sbu ""> --> -<!ENTITY flex-ch6-du "8.4 MB"> -<!ENTITY flex-ch6-sbu "0.1 SBU"> +<!ENTITY flex-ch6-du "10.1 MB"> +<!ENTITY flex-ch6-sbu "0.2 SBU"> <!ENTITY gawk-version "3.1.6"> <!ENTITY gawk-size "1,818 KB"> |