Changeset e6ae50d


Ignore:
Timestamp:
08/31/2013 11:19:17 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 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:
1edae97
Parents:
20dd334
Message:

Add patch and instructions to generate tar manpage.

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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r20dd334 re6ae50d  
    3737-->
    3838    <listitem>
     39      <para>2013-08-31</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Add a patch and instructions about
     43          how to generate and install a man page for tar.
     44          Thanks to Igor for the patch.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
     50      <para>2013-08-30</para>
     51      <itemizedlist>
     52        <listitem>
     53          <para>[bdubbs] - Add a sed for glibc to revert an upstream
     54          change that causes problems for some architectures.</para>
     55        </listitem>
     56        <listitem>
     57          <para>[bdubbs] - Upgrade to Linux-3.10.10. Fixes
     58          <ulink url="&lfs-ticket-root;3393">#3393</ulink>.</para>
     59        </listitem>
     60      </itemizedlist>
     61    </listitem>
     62
     63    <listitem>
    3964      <para>2013-08-22</para>
    4065      <itemizedlist>
  • chapter01/whatsnew.xml

    r20dd334 re6ae50d  
    247247
    248248    <listitem>
     249      <para>&tar-manpage-patch;</para>
     250    </listitem>
     251
     252    <listitem>
    249253      <para>&texinfo-test-patch;</para>
    250254    </listitem>
  • chapter03/patches.xml

    r20dd334 re6ae50d  
    5050      </listitem>
    5151    </varlistentry>
    52 <!--
    53     <varlistentry>
    54       <term>Coreutils Test Fixes Patch - <token>&coreutils-test-patch-size;</token>:</term>
    55       <listitem>
    56         <para>Download: <ulink url="&patches-root;&coreutils-test-patch;"/></para>
    57         <para>MD5 sum: <literal>&coreutils-test-patch-md5;</literal></para>
    58       </listitem>
    59     </varlistentry>
    6052
    61     <varlistentry>
    62       <term>Flex Regression Tests Patch - <token>&flex-bison-patch-size;</token>:</term>
    63       <listitem>
    64         <para>Download: <ulink url="&patches-root;&flex-bison-patch;"/></para>
    65         <para>MD5 sum: <literal>&flex-bison-patch-md5;</literal></para>
    66       </listitem>
    67     </varlistentry>
    68 -->
    6953    <varlistentry>
    7054      <term>Kbd Backspace/Delete Fix Patch - <token>&kbd-backspace-patch-size;</token>:</term>
     
    9175    </varlistentry>
    9276
    93     <!--
    9477    <varlistentry>
    95       <term>Procps HZ Errors Patch - <token>&procps-hz_fixes-patch-size;</token>:</term>
     78      <term>Tar Manpage Patch - <token>&tar-manpage-patch-size;</token>:</term>
    9679      <listitem>
    97         <para>Download: <ulink url="&patches-root;&procps-hz_fixes-patch;"/></para>
    98         <para>MD5 sum: <literal>&procps-hz_fixes-patch-md5;</literal></para>
     80        <para>Download: <ulink url="&patches-root;&tar-manpage-patch;"/></para>
     81        <para>MD5 sum: <literal>&tar-manpage-patch-md5;</literal></para>
    9982      </listitem>
    10083    </varlistentry>
    101 
    102     <varlistentry>
    103       <term>Procps Watch Patch - <token>&procps-watch-patch-size;</token>:</term>
    104       <listitem>
    105         <para>Download: <ulink url="&patches-root;&procps-watch-patch;"/></para>
    106         <para>MD5 sum: <literal>&procps-watch-patch-md5;</literal></para>
    107       </listitem>
    108     </varlistentry>
    109     -->
    11084
    11185    <varlistentry>
     
    12599    </varlistentry>
    126100
    127     <!--<varlistentry>
    128       <term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
    129       <listitem>
    130         <para>Download: <ulink url="&patches-root;&zlib-fpic-patch;"/></para>
    131         <para>MD5 sum: <literal>&zlib-fpic-patch-md5;</literal></para>
    132       </listitem>
    133     </varlistentry>-->
    134 
    135101  </variablelist>
    136102
  • chapter05/glibc.xml

    r20dd334 re6ae50d  
    225225  </caution>
    226226
    227   <note><para>Building Binutils in the next section will serve as an additional check that
    228   the toolchain has been built properly. If Binutils fails to build, it is an
    229   indication that something has gone wrong with the previous Binutils, GCC, or Glibc
    230   installations.</para></note>
     227  <note><para>Building Binutils in the section after next will serve as an
     228  additional check that the toolchain has been built properly. If Binutils
     229  fails to build, it is an indication that something has gone wrong with the
     230  previous Binutils, GCC, or Glibc installations.</para></note>
    231231
    232232  </sect2>
  • chapter06/tar.xml

    r20dd334 re6ae50d  
    4141    <title>Installation of Tar</title>
    4242
     43    <para>Add a program that generates a man page for tar from the source code:</para>
     44 
     45 <screen><userinput remap="pre">patch -Np1 -i ../&tar-manpage-patch;</userinput></screen>
     46
    4347    <para>Fix an incompatibility between this package and Glibc-&glibc-version;:</para>
    4448
     
    7882<screen><userinput remap="install">make install
    7983make -C doc install-html docdir=/usr/share/doc/tar-&tar-version;</userinput></screen>
     84
     85    <para>Finally, generate the man page and place it in the proper location:</para>
     86
     87<screen><userinput remap="install">perl tarman &gt; /usr/share/man/man1/</userinput></screen>
    8088
    8189  </sect2>
  • general.ent

    r20dd334 re6ae50d  
    1 <!ENTITY version         "SVN-20130830">
    2 <!ENTITY releasedate     "August 30, 2013">
     1<!ENTITY version         "SVN-20130831">
     2<!ENTITY releasedate     "August 31, 2013">
    33<!ENTITY copyrightdate   "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone       "7.4">
  • patches.ent

    r20dd334 re6ae50d  
    4141<!ENTITY readline-fixes-patch-size "1.3 KB">
    4242
     43<!ENTITY tar-manpage-patch "tar-&tar-version;-manpage-1.patch">
     44<!ENTITY tar-manpage-patch-md5 "321f85ec32733b1a9399e788714a5156">
     45<!ENTITY tar-manpage-patch-size "7.8 KB">
     46
    4347<!ENTITY texinfo-test-patch "texinfo-&texinfo-version;-test-1.patch">
    4448<!ENTITY texinfo-test-patch-md5 "c50d9319a471b6ebd98900b852f5fb38">
Note: See TracChangeset for help on using the changeset viewer.