From 2ef5d97c23e9d2ccbff051ae727589578de2c5ab Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 20 Aug 2007 16:42:23 +0000 Subject: Add man-db patch git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8328 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter03/patches.xml | 8 ++++++++ chapter06/man-db.xml | 7 ++++++- patches.ent | 7 ++++--- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0e24afec6..1113d7c85 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ 2007-08-20 + + [bdubbs] - Add man-db fixes patch. + [bryan] - Fix typo in acknowledgements. diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 4606f80e6..351354096 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -146,6 +146,14 @@ + + Man-DB Fix Patch - &man-db-fixes-patch-size;: + + Download: + MD5 sum: &man-db-fixes-patch-md5; + + + Mktemp Tempfile Patch - &mktemp-tempfile-patch-size;: diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 88ecef994..fb508777b 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -35,7 +35,7 @@ Installation of Man-DB - Three adjustments need to be made to the sources of Man-DB. + Four adjustments need to be made to the sources of Man-DB. 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 @@ EOF 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. + Finally, patch the sources to fix output errors if the man page is + prematurely aborted by pressing the 'q' key. + +patch -Np1 -i ../&man-db-fixes-patch; + Prepare Man-DB for compilation: ./configure --prefix=/usr --enable-mb-groff --disable-setuid diff --git a/patches.ent b/patches.ent index 75f6e0c82..84422afd8 100644 --- a/patches.ent +++ b/patches.ent @@ -48,9 +48,6 @@ - - - @@ -79,6 +76,10 @@ + + + + -- cgit v1.2.3-54-g00ecf