Changeset 8bf1fa88


Ignore:
Timestamp:
07/31/2007 07:21:02 PM (17 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
e7ec01d4
Parents:
51fc891
Message:

Updated to Dash-0.5.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r51fc891 r8bf1fa88  
    9292<!ENTITY tcsh-version                 "6.15.00">
    9393<!ENTITY zsh-version                  "4.2.6">
    94 <!ENTITY dash-version                 "0.5.3">
     94<!ENTITY dash-version                 "0.5.4">
    9595<!ENTITY ksh-version                  "2007-06-28">
    9696
  • introduction/welcome/changelog.xml

    r51fc891 r8bf1fa88  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>July 31th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Updated to Dash-0.5.4. Fixes Trac ticket #2366.</para>
     49        </listitem> 
     50      </itemizedlist>
     51    </listitem>
    4352
    4453    <listitem>
  • postlfs/shells/dash.xml

    r51fc891 r8bf1fa88  
    66
    77  <!ENTITY dash-download-http "http://gondor.apana.org.au/~herbert/dash/files/dash-&dash-version;.tar.gz">
    8   <!ENTITY dash-download-ftp  "ftp://ftp.debian.org/debian/pool/main/d/dash/dash_&dash-version;.orig.tar.gz">
    9   <!ENTITY dash-md5sum        "1a3cd6669459be4344ec55ec9d4914f8">
     8  <!ENTITY dash-download-ftp  "">
     9  <!ENTITY dash-md5sum        "bc457e490a589d2f87f2333616b67931">
    1010  <!ENTITY dash-size          "200 KB">
    1111  <!ENTITY dash-buildsize     "1.8 MB">
     
    4646      </listitem>
    4747      <listitem>
    48         <para>Download (FTP): <ulink url="&dash-download-ftp;"/></para>
    49       </listitem>
    50       <listitem>
    5148        <para>Download MD5 sum: &dash-md5sum;</para>
    5249      </listitem>
     
    6259    </itemizedlist>
    6360
    64     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    65     <itemizedlist spacing='compact'>
    66       <listitem>
    67         <para>Required Patch containing bug fixes from upstream: <ulink
    68         url="&patch-root;/dash-&dash-version;-fixes-1.patch"/></para>
    69       </listitem>
    70     </itemizedlist>
     61    <bridgehead renderas="sect3">Dash Dependencies</bridgehead>
     62
     63    <bridgehead renderas="sect4">Optional</bridgehead>
     64    <para role="optional"><ulink url="http://www.thrysoee.dk/editline/">libedit</ulink>
     65    (command line editor library)</para>
    7166
    7267    <para condition="html" role="usernotes">User Notes:
     
    8176    commands:</para>
    8277
    83 <screen><userinput>patch -Np1 -i ../dash-&dash-version;-fixes-1.patch &amp;&amp;
    84 ./configure --bindir=/bin --mandir=/usr/share/man &amp;&amp;
    85 LC_ALL=C make</userinput></screen>
     78<screen><userinput>./configure --bindir=/bin --mandir=/usr/share/man &amp;&amp;
     79make</userinput></screen>
    8680
    8781    <para>This package does not come with a test suite.</para>
     
    10599    <command>dash</command> binary into the root filesystem.</para>
    106100
    107     <para><command>LC_ALL=C make</command>: This ensures that the
    108     <command>sort</command> command executed during the build process returns
    109     the expected results.</para>
     101    <para><option>--with-libedit</option>: To compile <application>Dash</application>
     102    with libedit support.</para>
    110103
    111104  </sect2>
Note: See TracChangeset for help on using the changeset viewer.