Ignore:
Timestamp:
11/08/2011 07:45:29 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
f36b992b
Parents:
c18da99c
Message:

Add check-0.9.8.
Update to dejagnu-1.5.
Update to parted-3.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    rc18da99c re4123d2  
    77  <!ENTITY expect-download-http "http://sourceforge.net/projects/expect/files/Expect/&expect-version;/expect-&expect-version;.tar.bz2">
    88  <!ENTITY expect-download-ftp  " ">
    9   <!ENTITY expect-md5sum        "9307bbf67e19125036ce34544a78dadf">
    10   <!ENTITY expect-size          "547 KB">
    11   <!ENTITY expect-buildsize     "4.6 MB">
    12   <!ENTITY expect-time          "0.1 SBU">
     9  <!ENTITY expect-md5sum        "44e1a4f4c877e9ddc5a542dfa7ecc92b">
     10  <!ENTITY expect-size          "620 KB">
     11  <!ENTITY expect-buildsize     "4.1 MB">
     12  <!ENTITY expect-time          "0.2 SBU">
    1313]>
    1414
     
    3030    <title>Introduction to Expect</title>
    3131
    32     <para>The <application>Expect</application> package contains tools for
     32    <para>The <application>Expect</application> package was installed in the
     33    LFS temporary tools directory for testing other packages.  These
     34    procedures install it in a prmanent location.  It contains tools for
    3335    automating interactive applications such as <command>telnet</command>,
    3436    <command>ftp</command>, <command>passwd</command>,
     
    3840    tasks that are prohibitively difficult with anything else.</para>
    3941
     42    &lfs70_checked;
     43
    4044    <bridgehead renderas="sect3">Package Information</bridgehead>
    4145    <itemizedlist spacing="compact">
     
    5963      </listitem>
    6064    </itemizedlist>
    61 
    62     <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>Required Patch: <ulink
    66         url="&patch-root;/expect-&expect-version;-tcl_&tcl-version;_fix-1.patch"/></para>
    67       </listitem>
    68       <listitem>
    69         <para>Required Patch: <ulink
    70         url="&patch-root;/expect-&expect-version;-spawn-2.patch"/></para>
    71       </listitem>
    72     </itemizedlist> -->
    7365
    7466    <bridgehead renderas="sect3">Expect Dependencies</bridgehead>
     
    10597
    10698<screen role="root"><userinput>make install &amp;&amp;
    107 ln -sf expect5.44.1.15/libexpect5.44.1.15.so /usr/lib</userinput></screen>
     99ln -svf expect&expect-version;/libexpect&expect-version;.so /usr/lib</userinput></screen>
    108100
    109101  </sect2>
     
    120112
    121113    <!-- Not really sure if this is required any longer as the library is now
    122          installed directly in the libexec dir and not in /usr/lib. -->
     114         installed directly in /usr/lib/expect5.45/. -->
    123115    <para><command>ln -sf ...</command>: This command creates a required link
    124116    to the shared library.</para>
     
    172164        linked against <application>Tk</application>), expectk, multixterm,
    173165        tknewsbiff, tkpasswd, xkibitz, and xpstat</seg>
    174         <seg>libexpect5.44.1.15.so</seg>
    175         <seg>/usr/lib/expect5.44.1.15</seg>
     166        <seg>libexpect&expect-version;.so</seg>
     167        <seg>/usr/lib/expect&expect-version;</seg>
    176168      </seglistitem>
    177169    </segmentedlist>
     
    432424
    433425      <varlistentry id="libexpect">
    434         <term><filename class='libraryfile'>libexpect5.44.1.15.so</filename></term>
     426        <term><filename class='libraryfile'>libexpect&expect-version;.so</filename></term>
    435427        <listitem>
    436428          <para> contains functions that allow <application>Expect</application> to be
     
    438430          C or C++ (without <application>Tcl</application>).</para>
    439431          <indexterm zone="expect libexpect">
    440             <primary sortas="c-libexpect5.44.1.15">libexpect5.44.1.15.so</primary>
     432            <primary sortas="c-libexpect&expect-version;">libexpect&expect-version;.so</primary>
    441433          </indexterm>
    442434        </listitem>
Note: See TracChangeset for help on using the changeset viewer.