Changeset 64fc68a


Ignore:
Timestamp:
08/14/2005 01:24:26 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4fa6144
Parents:
44f3e01
Message:

Add patch to install bzip2 documentation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6681 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r44f3e01 r64fc68a  
    8888<listitem><para>Added:</para>
    8989<itemizedlist>
     90<listitem><para>&bzip2-docs-patch;</para></listitem>
    9091<listitem><para>&gcc-linkonce-patch;</para></listitem>
    9192<listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
     
    113114</listitem>
    114115
     116<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation
     117for bzip2 (fixes bug 1603).</para>
     118</listitem>
     119
    115120<listitem><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para>
    116121</listitem>
  • chapter03/patches.xml

    r44f3e01 r64fc68a  
    3333
    3434<varlistentry>
     35<term>Bzip2 Documentation Patch - 1 KB:</term>
     36<listitem>
     37<para><ulink url="&patches-root;&bzip2-docs-patch;"/></para>
     38</listitem>
     39</varlistentry>
     40<varlistentry>
     41
    3542<term>Coreutils Suppress Uptime, Kill, Su Patch - 15 KB:</term>
    3643<listitem>
  • chapter06/bzip2.xml

    r44f3e01 r64fc68a  
    3232<sect2 role="installation">
    3333<title>Installation of Bzip2</title>
     34
     35<para>Apply a patch to install the documentation for this package:</para>
     36
     37<screen><userinput>patch -Np1 -i ../&bzip2-docs-patch;</userinput></screen>
    3438
    3539<para>Prepare Bzip2 for compilation with:</para>
  • patches.ent

    r44f3e01 r64fc68a  
    44<!ENTITY bash-fixes-patch "bash-&bash-version;-fixes-3.patch">
    55<!ENTITY bash-avoid_WCONTINUED-patch "bash-&bash-version;-avoid_WCONTINUED-1.patch">
     6
     7<!ENTITY bzip2-docs-patch "bzip2-&bzip2-version;-install_docs-1.patch">
    68
    79<!ENTITY coreutils-suppress-patch "coreutils-&coreutils-version;-suppress_uptime_kill_su-1.patch">
Note: See TracChangeset for help on using the changeset viewer.