Changeset de7d3b3c


Ignore:
Timestamp:
11/18/2010 04:47:53 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
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:
75103a06
Parents:
1ef3927
Message:

Updated to Expect-5.44.1.15 (5.45 has since been released)

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1ef3927 rde7d3b3c  
    296296<!ENTITY dejagnu-version              "1.4.4">
    297297<!ENTITY doxygen-version              "1.6.3">
    298 <!ENTITY expect-version               "5.43.0">
     298<!ENTITY expect-version               "5.44.1.15">
    299299<!ENTITY gc-version                   "6.8">
    300300<!ENTITY gcc-version                  "4.4.1">
  • general/prog/expect.xml

    r1ef3927 rde7d3b3c  
    55  %general-entities;
    66
    7   <!ENTITY expect-download-http "http://expect.nist.gov/old/expect-&expect-version;.tar.gz">
     7  <!ENTITY expect-download-http "&sourceforge-repo;/expect/files/Expect/&expect-version;/expect-&expect-version;.tar.bz2">
    88  <!ENTITY expect-download-ftp  " ">
    9   <!ENTITY expect-md5sum        "43e1dc0e0bc9492cf2e1a6f59f276bc3">
    10   <!ENTITY expect-size          "525 KB">
     9  <!ENTITY expect-md5sum        "9307bbf67e19125036ce34544a78dadf">
     10  <!ENTITY expect-size          "547 KB">
    1111  <!ENTITY expect-buildsize     "4.6 MB">
    12   <!ENTITY expect-time          "0.07 SBU">
     12  <!ENTITY expect-time          "0.1 SBU">
    1313]>
    1414
     
    6060    </itemizedlist>
    6161
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     62    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6363    <itemizedlist spacing="compact">
    6464      <listitem>
     
    7070        url="&patch-root;/expect-&expect-version;-spawn-2.patch"/></para>
    7171      </listitem>
    72     </itemizedlist>
     72    </itemizedlist> -->
    7373
    7474    <bridgehead renderas="sect3">Expect Dependencies</bridgehead>
     
    9191    commands:</para>
    9292
    93 <screen><userinput>patch -Np1 -i ../expect-&expect-version;-tcl_&tcl-version;_fix-1.patch &amp;&amp;
    94 patch -Np1 -i ../expect-&expect-version;-spawn-2.patch &amp;&amp;
    95 ./configure --prefix=/usr \
     93    <!-- Not sure if we need a static library as it does not build by default
     94         any longer. Only a .so library is installed when passing
     95         'enable-shared'. -->
     96<screen><userinput>./configure --prefix=/usr \
    9697            --with-tcl=/usr/lib \
    9798            --with-tclinclude=/usr/include \
     
    104105
    105106<screen role="root"><userinput>make install &amp;&amp;
    106 ln -sf ../libexpect5.43.a /usr/lib/expect5.43</userinput></screen>
     107ln -sf expect5.44.1.15/libexpect5.44.1.15.so /usr/lib</userinput></screen>
    107108
    108109  </sect2>
     
    111112    <title>Command Explanations</title>
    112113
    113     <para><parameter>-with-tcl=/usr/lib</parameter>: This parameter is required in
    114     some cases to link in the <application>Tcl</application> library.</para>
     114    <para><parameter>-with-tcl=/usr/lib</parameter>: This parameter is used to
     115    tell the <command>configure</command> script where the
     116    <command>tclConfig.sh</command> is located.</para>
    115117
    116118    <para><parameter>--enable-shared</parameter>: This option enables
    117119    building the shared library.</para>
    118120
    119     <para><command>ln -sf ../libexpect5.43.a /usr/lib/expect5.43</command>: This
    120     command creates a required link to the static library.</para>
     121    <!-- 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. -->
     123    <para><command>ln -sf ...</command>: This command creates a required link
     124    to the shared library.</para>
    121125
    122126  </sect2>
     
    168172        linked against <application>Tk</application>), expectk, multixterm,
    169173        tknewsbiff, tkpasswd, xkibitz, and xpstat</seg>
    170         <seg>libexpect5.43.{so,a}</seg>
    171         <seg>/usr/lib/expect5.43</seg>
     174        <seg>libexpect5.44.1.15.so</seg>
     175        <seg>/usr/lib/expect5.44.1.15</seg>
    172176      </seglistitem>
    173177    </segmentedlist>
     
    428432
    429433      <varlistentry id="libexpect">
    430         <term><filename class='libraryfile'>libexpect5.43.{so,a}</filename></term>
     434        <term><filename class='libraryfile'>libexpect5.44.1.15.so</filename></term>
    431435        <listitem>
    432436          <para> contains functions that allow <application>Expect</application> to be
     
    434438          C or C++ (without <application>Tcl</application>).</para>
    435439          <indexterm zone="expect libexpect">
    436             <primary sortas="c-libexpect5.43">libexpect5.43.{so,a}</primary>
     440            <primary sortas="c-libexpect5.44.1.15">libexpect5.44.1.15.so</primary>
    437441          </indexterm>
    438442        </listitem>
  • introduction/welcome/changelog.xml

    r1ef3927 rde7d3b3c  
    4545      <para>November 18th, 2010</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to Expect-5.44.1.15 (5.45 has since been
     49          released).</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[randy] - Updated to desktop-file-utils-0.17.</para>
Note: See TracChangeset for help on using the changeset viewer.