Selaa lähdekoodia

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

Bruce Dubbs 15 vuotta sitten
vanhempi
commit
1310170ab4
4 muutettua tiedostoa jossa 23 lisäystä ja 0 poistoa
  1. 6 0
      chapter01/changelog.xml
  2. 8 0
      chapter03/patches.xml
  3. 5 0
      chapter06/man-db.xml
  4. 4 0
      patches.ent

+ 6 - 0
chapter01/changelog.xml

@@ -39,6 +39,12 @@
     <listitem>
       <para>2010-05-23</para>
       <itemizedlist>
+        <listitem>
+          <para>[bdubbs] - Add a patch to fix some internal problems 
+          in Man-DB when viewing some pages. Thanks to William Immendorf
+          for posting the patch.  Fixes
+          <ulink url="&lfs-ticket-root;2652">#2652</ulink></para>
+        </listitem>
         <listitem>
           <para>[bdubbs] - Add installed directories information to
           each package.  Thanks to Chris Staub for the patch. Fixes

+ 8 - 0
chapter03/patches.xml

@@ -147,6 +147,14 @@
       </listitem>
     </varlistentry>
 
+    <varlistentry>
+      <term>Man-DB Upstream Fix Assertion Patch - <token>&man-db-upstream_fixes-patch-size;</token>:</term>
+      <listitem>
+        <para>Download: <ulink url="&patches-root;&man-db-upstream_fixes-patch;"/></para>
+        <para>MD5 sum: <literal>&man-db-upstream_fixes-patch-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
     <varlistentry>
       <term>Patch Testsuite Fix Patch - <token>&patch-test-patch-size;</token>:</term>
       <listitem>

+ 5 - 0
chapter06/man-db.xml

@@ -41,6 +41,11 @@
   <sect2 role="installation">
     <title>Installation of Man-DB</title>
 
+    <para>First apply the following patch to fix problems when viewing
+    some man pages:</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&man-db-upstream_fixes-patch;</userinput></screen>
+
     <para>Prepare Man-DB for compilation:</para>
 
 <screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \

+ 4 - 0
patches.ent

@@ -81,6 +81,10 @@
 <!ENTITY make-upstream_fixes-patch-md5 "8b1e478d8e733dc2d72e31bc7af1defa">
 <!ENTITY make-upstream_fixes-patch-size "5 KB">
 
+<!ENTITY man-db-upstream_fixes-patch "man-db-&man-db-version;-fix_man_assertion-1.patch">
+<!ENTITY man-db-upstream_fixes-patch-md5 "a2d7e211160564c13296476cb5f05574">
+<!ENTITY man-db-upstream_fixes-patch-size "3.9 KB">
+
 <!ENTITY patch-test-patch "patch-&patch-version;-test_fix-1.patch">
 <!ENTITY patch-test-patch-md5 "c51e1a95bfc5310635d05081472c3534">
 <!ENTITY patch-test-patch-size "1 KB">