diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | chapter06/man-db.xml | 5 | ||||
-rw-r--r-- | patches.ent | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4145ee11b..f7ebf09c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <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 <ulink url="&lfs-ticket-root;2657">#2655</ulink></para> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 523de647c..eecc54e01 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -148,6 +148,14 @@ </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> <para>Download: <ulink url="&patches-root;&patch-test-patch;"/></para> diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 96e4603f8..e6df1aade 100644 --- a/chapter06/man-db.xml +++ b/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 \ diff --git a/patches.ent b/patches.ent index 84634f86c..315cd4b71 100644 --- a/patches.ent +++ b/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"> |