mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Update to man-pages-3.35.
Add additional environment variable to man-db. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9619 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
daed5a3e75
commit
bb0f266fc3
@ -36,13 +36,26 @@
|
||||
</listitem>
|
||||
|
||||
-->
|
||||
<listitem>
|
||||
<para>2011-10-08</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Update to man-pages-3.35. Fixes
|
||||
<ulink url="&lfs-ticket-root;2936">#2936</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add additional environment variable
|
||||
to man-db.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>2011-10-07</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Miror update to bootscripts Makefile. Fixes
|
||||
<ulink url="&lfs-ticket-root;2939">#2939</ulink>.
|
||||
</para>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Minor update to bootscripts Makefile. Fixes
|
||||
<ulink url="&lfs-ticket-root;2939">#2939</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Remove Pkg-Config, and its dependencies PCRE and
|
||||
|
@ -43,7 +43,9 @@
|
||||
|
||||
<para>Prepare Man-DB for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">libpipeline_CFLAGS='' libpipeline_LIBS='-lpipeline' \
|
||||
<screen><userinput remap="configure">PKG_CONFIG=/tools/bin/true \
|
||||
libpipeline_CFLAGS='' \
|
||||
libpipeline_LIBS='-lpipeline' \
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib \
|
||||
--docdir=/usr/share/doc/man-db-&man-db-version; --sysconfdir=/etc \
|
||||
--disable-setuid --with-browser=/usr/bin/lynx \
|
||||
@ -52,6 +54,15 @@
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>PKG_CONFIG=, libpipeline_ ...</parameter></term>
|
||||
<listitem>
|
||||
<para>These environment variables allow the configuration
|
||||
process to complete without the external <command>pkg-config</command>
|
||||
program.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><parameter>--disable-setuid</parameter></term>
|
||||
<listitem>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!ENTITY version "SVN-20111007">
|
||||
<!ENTITY releasedate "Oct 7, 2011">
|
||||
<!ENTITY version "SVN-20111008">
|
||||
<!ENTITY releasedate "Oct 8, 2011">
|
||||
<!ENTITY copyrightdate "1999-2011"><!-- jhalfs needs a literal dash, not – -->
|
||||
<!ENTITY milestone "7.0">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -359,10 +359,10 @@
|
||||
<!ENTITY man-db-ch6-du "22 MB">
|
||||
<!ENTITY man-db-ch6-sbu "0.4 SBU">
|
||||
|
||||
<!ENTITY man-pages-version "3.32">
|
||||
<!ENTITY man-pages-size "1,108 KB">
|
||||
<!ENTITY man-pages-version "3.35">
|
||||
<!ENTITY man-pages-size "1,650 KB">
|
||||
<!ENTITY man-pages-url "&kernel;linux/docs/manpages/man-pages-&man-pages-version;.tar.bz2">
|
||||
<!ENTITY man-pages-md5 "1278c5289660e42a597fefd30d9bdcf0">
|
||||
<!ENTITY man-pages-md5 "e41432ee35a49036bbaf8d4598506e9c">
|
||||
<!ENTITY man-pages-home "http://www.kernel.org/doc/man-pages/">
|
||||
<!ENTITY man-pages-ch6-du "21 MB">
|
||||
<!ENTITY man-pages-ch6-sbu "less than 0.1 SBU">
|
||||
|
Loading…
Reference in New Issue
Block a user