Changeset 8fa893e


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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra55224f8 r8fa893e  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "16">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2020">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 15th, &year;">
     9<!ENTITY releasedate  "November 16th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • 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
  • introduction/welcome/changelog.xml

    ra55224f8 r8fa893e  
    4343    -->
    4444    <listitem>
     45      <para>November 16th, 2020</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Update to paxmirabilis-20201030 (pax). Fixes
     49          <ulink url="&blfs-ticket-root;14248">#14248</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>November 15th, 2020</para>
    4656      <itemizedlist>
  • packages.ent

    ra55224f8 r8fa893e  
    299299<!ENTITY obex-data-server-version     "0.4.6">
    300300<!ENTITY p7zip-version                "16.02">
    301 <!ENTITY pax-version                  "20161104">
     301<!ENTITY pax-version                  "20201030">
    302302<!ENTITY pciutils-version             "3.7.0">
    303303<!ENTITY pm-utils-version             "1.4.1">
Note: See TracChangeset for help on using the changeset viewer.