Changeset 8fa893e
- Timestamp:
- 11/16/2020 06:02:46 PM (2 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 71654ad
- Parents:
- a55224f8
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra55224f8 r8fa893e 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "16"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 1 5th, &year;">9 <!ENTITY releasedate "November 16th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/sysutils/pax.xml
ra55224f8 r8fa893e 5 5 %general-entities; 6 6 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"> 8 8 <!ENTITY pax-download-ftp " "> 9 <!ENTITY pax-md5sum " 51172547aa7447244ba1db5768cdcdfd">10 <!ENTITY pax-size "1 52 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"> 12 12 <!ENTITY pax-time "less than 0.1 SBU"> 13 13 ]> … … 100 100 <title>Installation of Pax</title> 101 101 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> 108 103 109 <screen><userinput>gzip -dck paxmirabilis-20161104.cpio.gz | cpio -mid && 110 cd pax && 104 <note> 105 <para>This package expands to the directory <emphasis>pax</emphasis>.</para> 106 </note> 111 107 112 sed -i '/stat.h/a #include <sys/sysmacros.h>' cpio.c gen_subs.c tar.c && 108 <screen><userinput>bash Build.sh</userinput></screen> 113 109 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> 115 111 116 112 <para> … … 118 114 </para> 119 115 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 120 123 <screen role="root"><userinput>install -v pax /bin && 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 124 install -v -m644 pax.1 /usr/share/man/man1</userinput></screen> 131 125 </sect2> 132 126 -
introduction/welcome/changelog.xml
ra55224f8 r8fa893e 43 43 --> 44 44 <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> 45 55 <para>November 15th, 2020</para> 46 56 <itemizedlist> -
packages.ent
ra55224f8 r8fa893e 299 299 <!ENTITY obex-data-server-version "0.4.6"> 300 300 <!ENTITY p7zip-version "16.02"> 301 <!ENTITY pax-version "20 161104">301 <!ENTITY pax-version "20201030"> 302 302 <!ENTITY pciutils-version "3.7.0"> 303 303 <!ENTITY pm-utils-version "1.4.1">
Note:
See TracChangeset
for help on using the changeset viewer.