Author: jhuntwork
Date: 2007-08-30 11:48:05 -0600 (Thu, 30 Aug 2007)
New Revision: 8350
Modified:
branches/jh/BOOK/chapter01/changelog.xml
branches/jh/BOOK/chapter03/patches.xml
branches/jh/BOOK/chapter06/man-db.xml
branches/jh/BOOK/general.ent
branches/jh/BOOK/packages.ent
branches/jh/BOOK/patches.ent
Log:
Merge r8333 to jh branch
Modified: branches/jh/BOOK/chapter01/changelog.xml
===================================================================
--- branches/jh/BOOK/chapter01/changelog.xml 2007-08-30 17:34:55 UTC (rev
8349)
+++ branches/jh/BOOK/chapter01/changelog.xml 2007-08-30 17:48:05 UTC (rev
8350)
@@ -47,6 +47,16 @@
</listitem>
<listitem>
+ <para>2007-08-21</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Synced to 6.3 updates: linux 2.6.22.4,
+ man-db patch, update acknowledgements page.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-08-20</para>
<itemizedlist>
<listitem>
Modified: branches/jh/BOOK/chapter03/patches.xml
===================================================================
--- branches/jh/BOOK/chapter03/patches.xml 2007-08-30 17:34:55 UTC (rev
8349)
+++ branches/jh/BOOK/chapter03/patches.xml 2007-08-30 17:48:05 UTC (rev
8350)
@@ -139,6 +139,14 @@
</varlistentry>
<varlistentry>
+ <term>Man-DB Fix Patch - <token>&man-db-fixes-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink
url="&patches-root;&man-db-fixes-patch;"/></para>
+ <para>MD5 sum: <literal>&man-db-fixes-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Mktemp Tempfile Patch -
<token>&mktemp-tempfile-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink
url="&patches-root;&mktemp-tempfile-patch;"/></para>
Modified: branches/jh/BOOK/chapter06/man-db.xml
===================================================================
--- branches/jh/BOOK/chapter06/man-db.xml 2007-08-30 17:34:55 UTC (rev
8349)
+++ branches/jh/BOOK/chapter06/man-db.xml 2007-08-30 17:48:05 UTC (rev
8350)
@@ -35,7 +35,7 @@
<sect2 role="installation">
<title>Installation of Man-DB</title>
- <para>Three adjustments need to be made to the sources of Man-DB.</para>
+ <para>Four adjustments need to be made to the sources of Man-DB.</para>
<para>The first one changes the location of translated manual pages that
come
with Man-DB, in order for them to be accessible in both traditional and
@@ -73,6 +73,11 @@
manual pages. They are not part of LFS or BLFS, but you should be able
to install them yourself after finishing LFS if you wish to do so.</para>
+ <para>Finally, patch the sources to fix output errors if the man page is
+ prematurely aborted by pressing the 'q' key.</para>
+
+<screen><userinput>patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen>
+
<para>Prepare Man-DB for compilation:</para>
<screen><userinput>./configure --prefix=/usr --enable-mb-groff
--disable-setuid</userinput></screen>
Modified: branches/jh/BOOK/general.ent
===================================================================
--- branches/jh/BOOK/general.ent 2007-08-30 17:34:55 UTC (rev 8349)
+++ branches/jh/BOOK/general.ent 2007-08-30 17:48:05 UTC (rev 8350)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-JH-20070820">
-<!ENTITY releasedate "August 20, 2007">
+<!ENTITY version "SVN-JH-20070830">
+<!ENTITY releasedate "August 30, 2007">
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
Modified: branches/jh/BOOK/packages.ent
===================================================================
--- branches/jh/BOOK/packages.ent 2007-08-30 17:34:55 UTC (rev 8349)
+++ branches/jh/BOOK/packages.ent 2007-08-30 17:48:05 UTC (rev 8350)
@@ -295,11 +295,11 @@
<!ENTITY linux-major-version "2.6">
<!ENTITY linux-minor-version "22">
-<!ENTITY linux-patch-version "3">
+<!ENTITY linux-patch-version "4">
<!ENTITY linux-version
"&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
-<!ENTITY linux-size "44,049 KB">
+<!ENTITY linux-size "44,051 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-major-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "13dd3e1fff368190a4d4be8838016880">
+<!ENTITY linux-md5 "6cf83acf21e65dcea4a5170c0bbc7125">
<!ENTITY linux-home "http://www.kernel.org/">
<!ENTITY linux-ch8-du "350 - 450 MB">
<!ENTITY linux-ch8-sbu "1.5 - 3.5 SBU">
Modified: branches/jh/BOOK/patches.ent
===================================================================
--- branches/jh/BOOK/patches.ent 2007-08-30 17:34:55 UTC (rev 8349)
+++ branches/jh/BOOK/patches.ent 2007-08-30 17:48:05 UTC (rev 8350)
@@ -72,6 +72,10 @@
<!ENTITY kbd-gcc4_fixes-patch-size "1.4 KB">
+<!ENTITY man-db-fixes-patch "man-db-&man-db-version;-fixes-1.patch">
+<!ENTITY man-db-fixes-patch-md5 "f75b3c44bb801778cf188b87454ff9c1">
+<!ENTITY man-db-fixes-patch-size "2.0 KB">
+
<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page