mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Upgrade to Man-DB-2.5.6. Fixes #2481.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e86763a61f
commit
2767b171c9
@ -37,6 +37,16 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>2009-09-17</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] Upgraded to Man-DB-2.5.6. Fixes
|
||||
<ulink url="&lfs-ticket-root;2481">#2481</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2009-09-11</para>
|
||||
<itemizedlist>
|
||||
|
@ -127,9 +127,9 @@
|
||||
<!--<listitem>
|
||||
<para>Make &make-version;</para>
|
||||
</listitem>-->
|
||||
<!--<listitem>
|
||||
<listitem>
|
||||
<para>Man-DB &man-db-version;</para>
|
||||
</listitem>-->
|
||||
</listitem>
|
||||
<!--<listitem>
|
||||
<para>Man-pages &man-pages-version;</para>
|
||||
</listitem>-->
|
||||
|
@ -138,14 +138,6 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Man-DB Testsuite Patch - <token>&man-db-testsuite-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&man-db-testsuite-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&man-db-testsuite-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Patch Carriage Return Fix Patch - <token>&patch-fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -41,12 +41,6 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Man-DB</title>
|
||||
|
||||
<para>Apply a patch to fix a problem with the testsuite, which doesn't
|
||||
expect <command>col</command> to be UTF-8 aware, which Util-Linux-NG's
|
||||
version is:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&man-db-testsuite-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Man-DB for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr --libexecdir=/usr/lib \
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20090911">
|
||||
<!ENTITY releasedate "September 11, 2009">
|
||||
<!ENTITY version "SVN-20090917">
|
||||
<!ENTITY releasedate "September 17, 2009">
|
||||
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -343,10 +343,10 @@
|
||||
<!ENTITY make-ch6-du "9.7 MB">
|
||||
<!ENTITY make-ch6-sbu "0.3 SBU">
|
||||
|
||||
<!ENTITY man-db-version "2.5.5">
|
||||
<!ENTITY man-db-size "1,903 KB">
|
||||
<!ENTITY man-db-version "2.5.6">
|
||||
<!ENTITY man-db-size "2,045 KB">
|
||||
<!ENTITY man-db-url "http://download.savannah.gnu.org/releases/man-db/man-db-&man-db-version;.tar.gz">
|
||||
<!ENTITY man-db-md5 "ca382dd934fc8b9e9a64d13354be48cf">
|
||||
<!ENTITY man-db-md5 "69585b19c5600a863f1a0d7b7f283975">
|
||||
<!ENTITY man-db-home "http://www.nongnu.org/man-db/">
|
||||
<!ENTITY man-db-ch6-du "22 MB">
|
||||
<!ENTITY man-db-ch6-sbu "0.4 SBU">
|
||||
|
@ -74,11 +74,6 @@
|
||||
<!ENTITY kbd-backspace-patch-size "12 KB">
|
||||
|
||||
|
||||
<!ENTITY man-db-testsuite-patch "man-db-&man-db-version;-fix_testsuite-1.patch">
|
||||
<!ENTITY man-db-testsuite-patch-md5 "0b23eeba6d8b130078cbee38ff22c621">
|
||||
<!ENTITY man-db-testsuite-patch-size "1 KB">
|
||||
|
||||
|
||||
<!ENTITY patch-fixes-patch "patch-&patch-version;-fixes-1.patch">
|
||||
<!ENTITY patch-fixes-patch-md5 "a2f0901f42e87ad3d5fefbccee6a09f4">
|
||||
<!ENTITY patch-fixes-patch-size "1.7 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user