Author: matthew
Date: 2010-05-21 16:22:57 -0600 (Fri, 21 May 2010)
New Revision: 9268
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/bzip2.xml
trunk/BOOK/general.ent
trunk/BOOK/patches.ent
Log:
Add a patch to fix incorrect version numbers in Bzip2. Thanks to Jeremy
Juntwork (LightCube OS) for the patch.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2010-05-06 05:05:01 UTC (rev 9267)
+++ trunk/BOOK/chapter01/changelog.xml 2010-05-21 22:22:57 UTC (rev 9268)
@@ -37,6 +37,17 @@
-->
<listitem>
+ <para>2010-05-21</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] - Add a patch to fix incorrect version numbers in
+ Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch.
Fixes
+ <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2010-05-06</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2010-05-06 05:05:01 UTC (rev 9267)
+++ trunk/BOOK/chapter01/whatsnew.xml 2010-05-21 22:22:57 UTC (rev 9268)
@@ -218,6 +218,10 @@
</listitem>
<listitem>
+ <para>bzip2-1.0.5-version_fixes-1.patch</para>
+ </listitem>
+
+ <listitem>
<para>MPC-&mpc-version;</para>
</listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2010-05-06 05:05:01 UTC (rev 9267)
+++ trunk/BOOK/chapter03/patches.xml 2010-05-21 22:22:57 UTC (rev 9268)
@@ -43,6 +43,14 @@
</varlistentry>
<varlistentry>
+ <term>Bzip2 Version Fixes Patch -
<token>&bzip2-version-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
url="&patches-root;&bzip2-version-patch;"/></para>
+ <para>MD5 sum: <literal>&bzip2-version-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Coreutils Internationalization Fixes Patch -
<token>&coreutils-i18n-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&coreutils-i18n-patch;"/></para>
Modified: trunk/BOOK/chapter06/bzip2.xml
===================================================================
--- trunk/BOOK/chapter06/bzip2.xml 2010-05-06 05:05:01 UTC (rev 9267)
+++ trunk/BOOK/chapter06/bzip2.xml 2010-05-21 22:22:57 UTC (rev 9268)
@@ -43,9 +43,11 @@
<sect2 role="installation">
<title>Installation of Bzip2</title>
- <para>Apply a patch to install the documentation for this package:</para>
+ <para>Apply 2 patches that will install the documentation for this package
+ and correct some hard-coded version numbers:</para>
-<screen><userinput remap="pre">patch -Np1 -i
../&bzip2-docs-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&bzip2-docs-patch;
+patch -Np1 -i ../&bzip2-version-patch;</userinput></screen>
<para>The following command ensures installation of symbolic links are
relative:</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2010-05-06 05:05:01 UTC (rev 9267)
+++ trunk/BOOK/general.ent 2010-05-21 22:22:57 UTC (rev 9268)
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20100506">
-<!ENTITY releasedate "May 6, 2010">
+<!ENTITY version "SVN-20100521">
+<!ENTITY releasedate "May 19, 2010">
<!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "6.7">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2010-05-06 05:05:01 UTC (rev 9267)
+++ trunk/BOOK/patches.ent 2010-05-21 22:22:57 UTC (rev 9268)
@@ -16,7 +16,11 @@
<!ENTITY bzip2-docs-patch-md5 "6a5ac7e89b791aae556de0f745916f7f">
<!ENTITY bzip2-docs-patch-size "1.6 KB">
+<!ENTITY bzip2-version-patch "bzip2-&bzip2-version;-version_fixes-1.patch">
+<!ENTITY bzip2-version-patch-md5 "5ef00b9da463b399f3d67ecfa276e7ea">
+<!ENTITY bzip2-version-patch-size "5.3 KB">
+
<!ENTITY coreutils-i18n-patch "coreutils-&coreutils-version;-i18n-1.patch">
<!ENTITY coreutils-i18n-patch-md5 "13699e7e1c2ab2165dbe9f35c047e804">
<!ENTITY coreutils-i18n-patch-size "118 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page