Changeset 2ef5d97c


Ignore:
Timestamp:
08/20/2007 04:42:23 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.3
Children:
e940221
Parents:
52f7ae8
Message:

Add man-db patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.3/BOOK@8328 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r52f7ae8 r2ef5d97c  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[bdubbs] - Add man-db fixes patch.</para>
     44        </listitem>
     45        <listitem>
    4346          <para>[bryan] - Fix typo in acknowledgements.</para>
    4447        </listitem>
  • chapter03/patches.xml

    r52f7ae8 r2ef5d97c  
    148148
    149149    <varlistentry>
     150      <term>Man-DB Fix Patch - <token>&man-db-fixes-patch-size;</token>:</term>
     151      <listitem>
     152        <para>Download: <ulink url="&patches-root;&man-db-fixes-patch;"/></para>
     153        <para>MD5 sum: <literal>&man-db-fixes-patch-md5;</literal></para>
     154      </listitem>
     155    </varlistentry>
     156
     157    <varlistentry>
    150158      <term>Mktemp Tempfile Patch - <token>&mktemp-tempfile-patch-size;</token>:</term>
    151159      <listitem>
  • chapter06/man-db.xml

    r52f7ae8 r2ef5d97c  
    3636    <title>Installation of Man-DB</title>
    3737
    38     <para>Three adjustments need to be made to the sources of Man-DB.</para>
     38    <para>Four adjustments need to be made to the sources of Man-DB.</para>
    3939
    4040    <para>The first one changes the location of translated manual pages that come
     
    7373    manual pages. They are not part of LFS or BLFS, but you should be able
    7474    to install them yourself after finishing LFS if you wish to do so.</para>
     75
     76    <para>Finally, patch the sources to fix output errors if the man page is
     77    prematurely aborted by pressing the 'q' key.</para>
     78
     79<screen><userinput>patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen>
    7580
    7681    <para>Prepare Man-DB for compilation:</para>
  • patches.ent

    r52f7ae8 r2ef5d97c  
    4949<!ENTITY gcc-specs-patch-size "14.8 KB">
    5050
    51 
    52 
    53 
    5451<!ENTITY grep-fixes-patch "grep-&grep-version;-redhat_fixes-2.patch">
    5552<!ENTITY grep-fixes-patch-md5 "2c67910be2d0a54714f63ce350e6d8a6">
     
    7976<!ENTITY kbd-gcc4_fixes-patch-size "1.4 KB">
    8077
     78
     79<!ENTITY man-db-fixes-patch "man-db-&man-db-version;-fixes-1.patch">
     80<!ENTITY man-db-fixes-patch-md5 "f75b3c44bb801778cf188b87454ff9c1">
     81<!ENTITY man-db-fixes-patch-size "2.0 KB">
    8182
    8283<!ENTITY mktemp-tempfile-patch "mktemp-&mktemp-version;-add_tempfile-3.patch">
Note: See TracChangeset for help on using the changeset viewer.