Ignore:
Timestamp:
03/25/2005 04:05:48 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
0b17574
Parents:
b1fc792b
Message:

Updated to Expect-5.43.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    rb1fc792b rcf01fa4a  
    77  <!ENTITY expect-download-http "http://expect.nist.gov/old/expect-&expect-version;.tar.gz">
    88  <!ENTITY expect-download-ftp  " ">
    9   <!ENTITY expect-md5sum        "fea346fac6aaf74b0851f2441f478571">
     9  <!ENTITY expect-md5sum        "230400129630335b3060a42f66fec11d">
    1010  <!ENTITY expect-size          "525 KB">
    11   <!ENTITY expect-buildsize     "4.8 MB">
    12   <!ENTITY expect-time          "0.1 SBU">
     11  <!ENTITY expect-buildsize     "4.6 MB">
     12  <!ENTITY expect-time          "0.07 SBU">
    1313]>
    1414
     
    5151<itemizedlist spacing="compact">
    5252<listitem><para>Required Patch: <ulink
    53 url="&patch-root;/expect-&expect-version;-spawn-1.patch"/></para>
     53url="&patch-root;/expect-&expect-version;-spawn-2.patch"/></para>
    5454</listitem></itemizedlist>
    5555</sect3>
     
    7373commands:</para>
    7474
    75 <screen><userinput><command>patch -Np1 -i ../expect-&expect-version;-spawn-1.patch &amp;&amp;
     75<screen><userinput><command>patch -Np1 -i ../expect-&expect-version;-spawn-2.patch &amp;&amp;
    7676./configure --prefix=/usr --with-tcl=/usr/lib \
    7777    --with-tclinclude=/usr/include/tcl8.4 --enable-shared &amp;&amp;
     
    137137linked against <application>Tk</application>), expectk, multixterm,
    138138tknewsbiff, tkpasswd, xkibitz and xpstat</seg>
    139 <seg>libexpect5.42.[so,a]</seg>
    140 <seg>/usr/lib/expect5.42</seg>
     139<seg>libexpect5.43.[so,a]</seg>
     140<seg>/usr/lib/expect5.43</seg>
    141141</seglistitem>
    142142</segmentedlist>
     
    352352
    353353<varlistentry id="libexpect">
    354 <term><filename class='libraryfile'>libexpect5.42.[so,a]</filename></term>
     354<term><filename class='libraryfile'>libexpect5.43.[so,a]</filename></term>
    355355<listitem><para> contains functions that allow
    356356<application>Expect</application> to be used as a
     
    358358C++ (without <application>Tcl</application>).</para>
    359359<indexterm zone="expect libexpect">
    360 <primary sortas="c-libexpect5.42">libexpect5.42.[so,a]</primary>
     360<primary sortas="c-libexpect5.43">libexpect5.43.[so,a]</primary>
    361361</indexterm></listitem>
    362362</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.