mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Correct the location of various package's man pages. Fixes #3097.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
3b59647833
commit
4428ad0165
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2012-05-30</para>
|
<para>2012-05-30</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Correct the location of various package's man
|
||||||
|
pages. Fixes <ulink url="&lfs-ticket-root;3097">#3097</ulink>.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Upgrade to Util-Linux-2.21.2. Fixes
|
<para>[matthew] - Upgrade to Util-Linux-2.21.2. Fixes
|
||||||
<ulink url="&lfs-ticket-root;3100">#3100</ulink>.</para>
|
<ulink url="&lfs-ticket-root;3100">#3100</ulink>.</para>
|
||||||
|
@ -169,9 +169,9 @@
|
|||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Sed &sed-version;</para>
|
<para>Sed &sed-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
<!--<listitem>
|
<listitem>
|
||||||
<para>Shadow &shadow-version;</para>
|
<para>Shadow &shadow-version;</para>
|
||||||
</listitem>-->
|
</listitem>
|
||||||
<!--<listitem>
|
<!--<listitem>
|
||||||
<para>Sysklogd &sysklogd-version;</para>
|
<para>Sysklogd &sysklogd-version;</para>
|
||||||
</listitem>-->
|
</listitem>-->
|
||||||
@ -300,6 +300,10 @@
|
|||||||
<para>perl-5.14.2-security-1.patch</para>
|
<para>perl-5.14.2-security-1.patch</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>shadow-4.1.5-nscd-1.patch</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -163,14 +163,6 @@
|
|||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
|
||||||
<term>Shadow nscd Patch - <token>&shadow-nscd-patch-size;</token>:</term>
|
|
||||||
<listitem>
|
|
||||||
<para>Download: <ulink url="&patches-root;&shadow-nscd-patch;"/></para>
|
|
||||||
<para>MD5 sum: <literal>&shadow-nscd-patch-md5;</literal></para>
|
|
||||||
</listitem>
|
|
||||||
</varlistentry>
|
|
||||||
|
|
||||||
<!--<varlistentry>
|
<!--<varlistentry>
|
||||||
<term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
|
<term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
@ -51,6 +51,10 @@
|
|||||||
|
|
||||||
<screen><userinput remap="pre">sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile</userinput></screen>
|
<screen><userinput remap="pre">sed -i 's@\(ln -s -f \)$(PREFIX)/bin/@\1@' Makefile</userinput></screen>
|
||||||
|
|
||||||
|
<para>Ensure the man pages are installed into the correct location:</para>
|
||||||
|
|
||||||
|
<screen><userinput remap="pre">sed -i "s@(PREFIX)/man@(PREFIX)/share/man@g" Makefile</userinput></screen>
|
||||||
|
|
||||||
<para>Prepare Bzip2 for compilation with:</para>
|
<para>Prepare Bzip2 for compilation with:</para>
|
||||||
|
|
||||||
<screen><userinput remap="make">make -f Makefile-libbz2_so
|
<screen><userinput remap="make">make -f Makefile-libbz2_so
|
||||||
|
@ -53,7 +53,8 @@
|
|||||||
|
|
||||||
<para>Prepare Ncurses for compilation:</para>
|
<para>Prepare Ncurses for compilation:</para>
|
||||||
|
|
||||||
<screen><userinput remap="configure">./configure --prefix=/usr --with-shared --without-debug --enable-widec</userinput></screen>
|
<screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --with-shared \
|
||||||
|
--without-debug --enable-widec</userinput></screen>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<title>The meaning of the configure option:</title>
|
<title>The meaning of the configure option:</title>
|
||||||
|
@ -49,12 +49,6 @@
|
|||||||
command below.</para>
|
command below.</para>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
<para>Apply a patch to fix an issue when running various programs from this
|
|
||||||
package when they are used when the <command>nscd</command> daemon is not
|
|
||||||
running:</para>
|
|
||||||
|
|
||||||
<screen><userinput remap="pre">patch -Np1 -i ../&shadow-nscd-patch;</userinput></screen>
|
|
||||||
|
|
||||||
<para>Disable the installation of the <command>groups</command> program
|
<para>Disable the installation of the <command>groups</command> program
|
||||||
and its man pages, as Coreutils provides a better version:</para>
|
and its man pages, as Coreutils provides a better version:</para>
|
||||||
|
|
||||||
|
@ -463,10 +463,10 @@
|
|||||||
<!ENTITY sed-ch6-du "8.3 MB">
|
<!ENTITY sed-ch6-du "8.3 MB">
|
||||||
<!ENTITY sed-ch6-sbu "0.2 SBU">
|
<!ENTITY sed-ch6-sbu "0.2 SBU">
|
||||||
|
|
||||||
<!ENTITY shadow-version "4.1.5">
|
<!ENTITY shadow-version "4.1.5.1">
|
||||||
<!ENTITY shadow-size "2,105 KB">
|
<!ENTITY shadow-size "2,142 KB">
|
||||||
<!ENTITY shadow-url "http://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.bz2">
|
<!ENTITY shadow-url "http://pkg-shadow.alioth.debian.org/releases/shadow-&shadow-version;.tar.bz2">
|
||||||
<!ENTITY shadow-md5 "d5f7a588fadb79faeb4b08b1eee82e9a">
|
<!ENTITY shadow-md5 "a00449aa439c69287b6d472191dc2247">
|
||||||
<!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/">
|
<!ENTITY shadow-home "http://pkg-shadow.alioth.debian.org/">
|
||||||
<!ENTITY shadow-ch6-du "30 MB">
|
<!ENTITY shadow-ch6-du "30 MB">
|
||||||
<!ENTITY shadow-ch6-sbu "0.3 SBU">
|
<!ENTITY shadow-ch6-sbu "0.3 SBU">
|
||||||
|
@ -99,11 +99,6 @@
|
|||||||
<!ENTITY readline-fixes-patch-size "1.3 KB">
|
<!ENTITY readline-fixes-patch-size "1.3 KB">
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY shadow-nscd-patch "shadow-&shadow-version;-nscd-1.patch">
|
|
||||||
<!ENTITY shadow-nscd-patch-md5 "6fd6a209c1aa623bad913fcff20b7d8e">
|
|
||||||
<!ENTITY shadow-nscd-patch-size "1.1 KB">
|
|
||||||
|
|
||||||
|
|
||||||
<!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch">
|
<!ENTITY tar-overflow-patch "tar-&tar-version;-overflow_fix-1.patch">
|
||||||
<!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
|
<!ENTITY tar-overflow-patch-md5 "1912ec36d2a0e2b96678651cf583ce6f">
|
||||||
<!ENTITY tar-overflow-patch-size "1.7 KB">
|
<!ENTITY tar-overflow-patch-size "1.7 KB">
|
||||||
|
Loading…
Reference in New Issue
Block a user