mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
man-db: update to man-db-2.10.0 (#5002)
This commit is contained in:
parent
f26f74cb24
commit
db2d98f7a9
@ -42,6 +42,10 @@
|
||||
<listitem>
|
||||
<para>2022-02-04</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[xry111] - Update to man-db-2.10.0. Fixes
|
||||
<ulink url="&lfs-ticket-root;5002">#5002</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[xry111] - Move OpenSSL before Kmod and enable OpenSSL
|
||||
for Kmod build.</para>
|
||||
|
@ -43,24 +43,24 @@
|
||||
|
||||
<para>Prepare Man-DB for compilation:</para>
|
||||
|
||||
<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
|
||||
<screen revision="systemd"><userinput remap="configure">./configure --prefix=/usr \
|
||||
--docdir=/usr/share/doc/man-db-&man-db-version; \
|
||||
--sysconfdir=/etc \
|
||||
--disable-setuid \
|
||||
--enable-cache-owner=bin \
|
||||
--with-browser=/usr/bin/lynx \
|
||||
--with-vgrind=/usr/bin/vgrind \
|
||||
--sysconfdir=/etc \
|
||||
--disable-setuid \
|
||||
--enable-cache-owner=bin \
|
||||
--with-browser=/usr/bin/lynx \
|
||||
--with-vgrind=/usr/bin/vgrind \
|
||||
--with-grap=/usr/bin/grap</userinput></screen>
|
||||
|
||||
<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
|
||||
<screen revision="sysv"><userinput remap="configure">./configure --prefix=/usr \
|
||||
--docdir=/usr/share/doc/man-db-&man-db-version; \
|
||||
--sysconfdir=/etc \
|
||||
--disable-setuid \
|
||||
--enable-cache-owner=bin \
|
||||
--with-browser=/usr/bin/lynx \
|
||||
--with-vgrind=/usr/bin/vgrind \
|
||||
--with-grap=/usr/bin/grap \
|
||||
--with-systemdtmpfilesdir= \
|
||||
--sysconfdir=/etc \
|
||||
--disable-setuid \
|
||||
--enable-cache-owner=bin \
|
||||
--with-browser=/usr/bin/lynx \
|
||||
--with-vgrind=/usr/bin/vgrind \
|
||||
--with-grap=/usr/bin/grap \
|
||||
--with-systemdtmpfilesdir= \
|
||||
--with-systemdsystemunitdir=</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
@ -306,8 +306,8 @@
|
||||
<segtitle>Installed directories</segtitle>
|
||||
|
||||
<seglistitem>
|
||||
<seg>accessdb, apropos (link to whatis), catman, lexgrog, man, mandb,
|
||||
manpath, and whatis</seg>
|
||||
<seg>accessdb, apropos (link to whatis), catman, lexgrog, man,
|
||||
man-recode, mandb, manpath, and whatis</seg>
|
||||
<seg>libman.so and libmandb.so (both in /usr/lib/man-db)</seg>
|
||||
<seg>/usr/lib/man-db, /usr/libexec/man-db,
|
||||
and /usr/share/doc/man-db-&man-db-version;</seg>
|
||||
@ -373,6 +373,16 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="man-recode">
|
||||
<term><command>man-recode</command></term>
|
||||
<listitem>
|
||||
<para>Converts manual pages to another encoding</para>
|
||||
<indexterm zone="ch-system-man-db man-recode">
|
||||
<primary sortas="b-man-recode">man-recode</primary>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry id="mandb">
|
||||
<term><command>mandb</command></term>
|
||||
<listitem>
|
||||
|
@ -467,10 +467,10 @@
|
||||
<!ENTITY make-fin-du "13 MB">
|
||||
<!ENTITY make-fin-sbu "0.6 SBU">
|
||||
|
||||
<!ENTITY man-db-version "2.9.4">
|
||||
<!ENTITY man-db-size "1,865 KB">
|
||||
<!ENTITY man-db-version "2.10.0">
|
||||
<!ENTITY man-db-size "1,844 KB">
|
||||
<!ENTITY man-db-url "&savannah;/releases/man-db/man-db-&man-db-version;.tar.xz">
|
||||
<!ENTITY man-db-md5 "6e233a555f7b9ae91ce7cd0faa322bce">
|
||||
<!ENTITY man-db-md5 "96009cd422f2e62b01b8c4de0f5691f1">
|
||||
<!ENTITY man-db-home "https://www.nongnu.org/man-db/">
|
||||
<!ENTITY man-db-fin-du "38 MB">
|
||||
<!ENTITY man-db-fin-sbu "0.4 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user