Changeset 8fa893e for general/sysutils


Ignore:
Timestamp:
11/16/2020 06:02:46 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
71654ad
Parents:
a55224f8
Message:

Update to paxmirabilis-20201030 (pax).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/pax.xml

    ra55224f8 r8fa893e  
    55  %general-entities;
    66
    7   <!ENTITY pax-download-http "http://pub.allbsd.org/MirOS/dist/mir/cpio/paxmirabilis-&pax-version;.cpio.gz">
     7  <!ENTITY pax-download-http "https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-&pax-version;.cpio.gz">
    88  <!ENTITY pax-download-ftp  " ">
    9   <!ENTITY pax-md5sum        "51172547aa7447244ba1db5768cdcdfd">
    10   <!ENTITY pax-size          "152 KB">
    11   <!ENTITY pax-buildsize     "920 KB">
     9  <!ENTITY pax-md5sum        "87a0a3870ec437c41eb1b406334fe2c5">
     10  <!ENTITY pax-size          "172 KB">
     11  <!ENTITY pax-buildsize     "1.2 MB">
    1212  <!ENTITY pax-time          "less than 0.1 SBU">
    1313]>
     
    100100    <title>Installation of Pax</title>
    101101
    102     <para>
    103       This package has somewhat unusual installation instructions, because
    104       <application>pax</application> is part of a larger set of utilities
    105       included in the same tarball. Issue the following commands to
    106       unpack and build the application:
    107     </para>
     102    <para>Install pax by running the following commands:.</para>
    108103
    109 <screen><userinput>gzip -dck paxmirabilis-20161104.cpio.gz | cpio -mid &amp;&amp;
    110 cd pax &amp;&amp;
     104    <note>
     105      <para>This package expands to the directory <emphasis>pax</emphasis>.</para>
     106    </note>
    111107
    112 sed -i '/stat.h/a #include &lt;sys/sysmacros.h&gt;' cpio.c gen_subs.c tar.c &amp;&amp;
     108<screen><userinput>bash Build.sh</userinput></screen>
    113109
    114 cc -O2 -DLONG_OFF_T -o pax -DPAX_SAFE_PATH=\"/bin\" *.c</userinput></screen>
     110    <para>This package does not come with a test suite.</para>
    115111
    116112    <para>
     
    118114    </para>
    119115
     116    <note>
     117      <para>This package also creates hard links from <command>pax</command>
     118      to the programs <command>cpio</command> and <command>tar</command> in
     119      the build directory.  The LFS editors do not recommend that they be
     120      installed as they will overwrite the GNU versions of these programs.</para>
     121    </note>
     122
    120123<screen role="root"><userinput>install -v pax /bin &amp;&amp;
    121 install -v pax.1 /usr/share/man/man1</userinput></screen>
    122   </sect2>
    123 
    124   <sect2 role="commands">
    125     <title>Command Explanations</title>
    126 
    127     <para>
    128       <command>sed ...</command>: This eliminates some irritating warnings.
    129     </para>
    130 
     124install -v -m644 pax.1 /usr/share/man/man1</userinput></screen>
    131125  </sect2>
    132126
Note: See TracChangeset for help on using the changeset viewer.