Changeset d17e355


Ignore:
Timestamp:
04/07/2010 06:53:42 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
562594ff
Parents:
460a992
Message:

Updated to cpio-2.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8389 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r460a992 rd17e355  
    246246<!ENTITY pciutils-version             "3.1.7">
    247247<!ENTITY usbutils-version             "0.86">
    248 <!ENTITY cpio-version                 "2.9">
     248<!ENTITY cpio-version                 "2.11">
    249249<!ENTITY mc-version                   "4.6.1">
    250250<!ENTITY sysstat-version              "9.0.6">
  • general/sysutils/cpio.xml

    r460a992 rd17e355  
    77  <!ENTITY cpio-download-http "http://ftp.gnu.org/pub/gnu/cpio/cpio-&cpio-version;.tar.bz2">
    88  <!ENTITY cpio-download-ftp  "ftp://ftp.gnu.org/pub/gnu/cpio/cpio-&cpio-version;.tar.bz2">
    9   <!ENTITY cpio-md5sum        "e387abfdae3a0b9a8a5f762db653a96d">
    10   <!ENTITY cpio-size          "758 KB">
    11   <!ENTITY cpio-buildsize     "10 MB">
    12   <!ENTITY cpio-time          "0.2 SBU">
     9  <!ENTITY cpio-md5sum        "20fc912915c629e809f80b96b2e75d7d">
     10  <!ENTITY cpio-size          "1 MB">
     11  <!ENTITY cpio-buildsize     "13 MB">
     12  <!ENTITY cpio-time          "0.3 SBU">
    1313]>
    1414
     
    5555    </itemizedlist>
    5656
    57     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     57    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5858    <itemizedlist spacing="compact">
    5959      <listitem>
     
    6161        url="&patch-root;/cpio-&cpio-version;-gcc43_inline-1.patch"/></para>
    6262      </listitem>
    63     </itemizedlist>
     63    </itemizedlist> -->
    6464
    6565    <para condition="html" role="usernotes">User Notes:
     
    7474    commands:</para>
    7575
    76 <screen><userinput>patch -Np1 -i ../cpio-&cpio-version;-gcc43_inline-1.patch &amp;&amp;
    77 ./configure CPIO_MT_PROG=mt \
    78             --prefix=/usr \
    79             --bindir=/bin \
     76<screen><userinput>./configure --prefix=/usr     \
     77            --bindir=/bin     \
    8078            --libexecdir=/tmp \
     79            --enable-mt       \
    8180            --with-rmt=/usr/sbin/rmt &amp;&amp;
    82 make</userinput></screen>
     81make &amp;&amp;
     82makeinfo --html            -o doc/html      doc/cpio.texi &amp;&amp;
     83makeinfo --html --no-split -o doc/cpio.html doc/cpio.texi &amp;&amp;
     84makeinfo --plaintext       -o doc/cpio.txt  doc/cpio.texi</userinput></screen>
    8385
    8486    <para>If you have <xref linkend="tetex"/> installed and wish to create
    85     alternate forms of the documentation, issue the any or all of the following
     87    PDF or Postscript documentation, issue one or both of the following
    8688    commands:</para>
    8789
    8890<screen><userinput>make -C doc pdf &amp;&amp;
    89 make -C doc ps &amp;&amp;
    90 texi2html -o doc/cpio.html doc/cpio.texi &amp;&amp;
    91 makeinfo --plaintext -o doc/cpio.txt doc/cpio.texi</userinput></screen>
     91make -C doc ps</userinput></screen>
    9292
    9393    <para>To test the results, issue <command>make check</command></para>
     
    9595    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9696
    97 <screen role="root"><userinput>make install</userinput></screen>
     97<screen role="root"><userinput>make install &amp;&amp;
     98install -v -m755 -d /usr/share/doc/cpio-&cpio-version;/html &amp;&amp;
     99install -v -m644    doc/html/* \
     100                    /usr/share/doc/cpio-&cpio-version;/html &amp;&amp;
     101install -v -m644    doc/cpio.{html,txt} \
     102                    /usr/share/doc/cpio-&cpio-version;</userinput></screen>
    98103
    99     <para>If you built any of the alternate forms of documentation, install it
     104    <para>If you built PDF or Postscript documentation, install it
    100105    by issuing the following commands as the
    101106    <systemitem class="username">root</systemitem> user:</para>
    102107
    103 <screen role="root"><userinput>install -v -m755 -d /usr/share/doc/cpio-&cpio-version; &amp;&amp;
    104 install -v -m644 doc/cpio.{pdf,ps,dvi,html,txt} \
     108<screen role="root"><userinput>install -v -m644 doc/cpio.{pdf,ps,dvi} \
    105109                 /usr/share/doc/cpio-&cpio-version;</userinput></screen>
    106110
     
    109113  <sect2 role="commands">
    110114    <title>Command Explanations</title>
    111 
    112     <para><parameter>CPIO_MT_PROG=mt</parameter>: This parameter forces the
    113     building and installation of the <command>mt</command> program.</para>
    114115
    115116    <para><parameter>--bindir=/bin</parameter>: This parameter installs
     
    121122    that <filename class='directory'>/usr/libexec</filename> is not
    122123    created.</para>
     124
     125    <para><parameter>--enable-mt</parameter>: This parameter forces the
     126    building and installation of the <command>mt</command> program.</para>
    123127
    124128    <para><parameter>--with-rmt=/usr/sbin/rmt</parameter>: This parameter
     
    139143        <seg>cpio and mt</seg>
    140144        <seg>None</seg>
    141         <seg>None</seg>
     145        <seg>/usr/share/doc/cpio-&cpio-version;</seg>
    142146      </seglistitem>
    143147    </segmentedlist>
  • introduction/welcome/changelog.xml

    r460a992 rd17e355  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to cpio-2.11.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Changed the SQLite package from optional to required
    4952          in the Subversion instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.