Changeset 1310170


Ignore:
Timestamp:
05/23/2010 06:23:16 PM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1018fd3
Parents:
fe05b08
Message:

Add a patch to fix some internal problems
n Man-DB when viewing some pages. Thanks to William Immendorf
for posting the patch.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rfe05b08 r1310170  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[bdubbs] - Add a patch to fix some internal problems
     44          in Man-DB when viewing some pages. Thanks to William Immendorf
     45          for posting the patch.  Fixes
     46          <ulink url="&lfs-ticket-root;2652">#2652</ulink></para>
     47        </listitem>
     48        <listitem>
    4349          <para>[bdubbs] - Add installed directories information to
    4450          each package.  Thanks to Chris Staub for the patch. Fixes
  • chapter03/patches.xml

    rfe05b08 r1310170  
    149149
    150150    <varlistentry>
     151      <term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term>
     152      <listitem>
     153        <para>Download: <ulink url="&patches-root;&man-db-upstream_fixes-patch;"/></para>
     154        <para>MD5 sum: <literal>&man-db-upstream_fixes-patch-md5;</literal></para>
     155      </listitem>
     156    </varlistentry>
     157
     158    <varlistentry>
    151159      <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
    152160      <listitem>
  • chapter06/man-db.xml

    rfe05b08 r1310170  
    4141  <sect2 role="installation">
    4242    <title>Installation of Man-DB</title>
     43
     44    <para>First apply the following patch to fix problems when viewing
     45    some man pages:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&man-db-upstream_fixes-patch;</userinput></screen>
    4348
    4449    <para>Prepare Man-DB for compilation:</para>
  • patches.ent

    rfe05b08 r1310170  
    8282<!ENTITY make-upstream_fixes-patch-size "5 KB">
    8383
     84<!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch">
     85<!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574">
     86<!ENTITY man-db-upstream_fixes-patch-size "3.9 KB">
     87
    8488<!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
    8589<!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
Note: See TracChangeset for help on using the changeset viewer.