mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
fe05b08956
commit
1310170ab4
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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 \
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user