Changeset c57b623


Ignore:
Timestamp:
Jan 8, 2011, 2:36:16 PM (13 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a81c020
Parents:
9772d1b
Message:

Updated Expect to 5.45.

Files:
4 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • BOOK/introduction/common/changelog.xml

    r9772d1b rc57b623  
    4141      <para>January 8, 2011</para>
    4242      <itemizedlist>
     43        <listitem>
     44          <para>[jciccone] - Updated Expect to 5.45.</para>
     45        </listitem>
    4346        <listitem>
    4447          <para>[jciccone] - Updated TCL to 8.5.9.</para>
  • BOOK/materials/common/patches.xml

    r9772d1b rc57b623  
    4343        url="&patches-root;&coreutils-uname-patch;"/></para>
    4444        <para>MD5 sum: <literal>&coreutils-uname-patch-md5;</literal></para>
    45       </listitem>
    46     </varlistentry>
    47 
    48     <varlistentry>
    49       <term>Expect NoTk Patch - <token>&expect-notk-patch-size;</token>:</term>
    50       <listitem>
    51         <para>Download: <ulink
    52         url="&patches-root;&expect-notk-patch;"/></para>
    53         <para>MD5 sum: <literal>&expect-notk-patch-md5;</literal></para>
    5445      </listitem>
    5546    </varlistentry>
  • BOOK/materials/mips/patches.xml

    r9772d1b rc57b623  
    3030    </varlistentry>
    3131
    32     <varlistentry os="expect-config_update-patch">
    33       <term>Expect Config Update Patch - <token>&expect-config_update-patch-size;</token>:</term>
    34       <listitem>
    35         <para>Download: <ulink
    36         url="&patches-root;&expect-config_update-patch;"/></para>
    37         <para>MD5 sum: <literal>&expect-config_update-patch-md5;</literal></para>
    38       </listitem>
    39     </varlistentry>
    40 
    4132    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    4233    href="../x86/patches.xml"
  • BOOK/materials/mips64-64/patches.xml

    r9772d1b rc57b623  
    2222
    2323    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    24     href="../mips/patches.xml"
    25     xpointer="xpointer(//*[@os='expect-config_update-patch'])"/>
    26 
    27     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    2824    href="../x86_64-64/patches.xml"
    2925    xpointer="xpointer(//*[@os='gcc-pure64-patch'])"/>
  • BOOK/materials/mips64/patches.xml

    r9772d1b rc57b623  
    3030
    3131    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    32     href="../mips/patches.xml"
    33     xpointer="xpointer(//*[@os='expect-config_update-patch'])"/>
    34 
    35     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    3632    href="../x86/patches.xml"
    3733    xpointer="xpointer(//*[@os='gcc-specs-patch'])"/>
  • BOOK/packages.ent

    r9772d1b rc57b623  
    130130<!ENTITY elftoaout-home " ">
    131131
    132 <!ENTITY expect-version "5.44.1.15">
    133 <!ENTITY expect-size "660 KB">
    134 <!ENTITY expect-url "&sourceforge;expect/files/Expect/&expect-version;/expect-&expect-version;.tar.gz">
    135 <!ENTITY expect-md5 "a23a112238ea3d83707e9183c4035d96">
     132<!ENTITY expect-version "5.45">
     133<!ENTITY expect-size "616 KB">
     134<!ENTITY expect-url "&sourceforge;project/expect/Expect/&expect-version;/expect&expect-version;.tar.gz">
     135<!ENTITY expect-md5 "44e1a4f4c877e9ddc5a542dfa7ecc92b">
    136136<!ENTITY expect-home "http://expect.sourceforge.net">
    137137<!ENTITY expect-lib-version "5.43">
  • BOOK/patches.ent

    r9772d1b rc57b623  
    1616<!ENTITY coreutils-uname-patch-md5 "683741cb2c4ab60cf9b61eb9f02ecd02">
    1717<!ENTITY coreutils-uname-patch-size "8 KB">
    18 
    19 <!ENTITY expect-notk-patch "expect-&expect-version;-notk-1.patch">
    20 <!ENTITY expect-notk-patch-md5 "4fd526f61dfe4a1f01195c02ad114e17">
    21 <!ENTITY expect-notk-patch-size "20 KB">
    2218
    2319<!ENTITY flex-gcc44-patch "flex-&flex-version;-gcc44-1.patch">
     
    10197<!ENTITY gcc-specs_pure64-patch-size "24 KB">
    10298
    103 <!-- Start of Config Update patches -->
    104 
    105 <!ENTITY expect-config_update-patch "expect-&expect-version;-config_update-1.patch">
    106 <!ENTITY expect-config_update-patch-md5 "a508e7661db827551426b74d5a9b57e6">
    107 <!ENTITY expect-config_update-patch-size "60 KB">
    108 
    10999<!-- Start of Alpha patches -->
    110100
  • BOOK/testsuite-tools/common/expect.xml

    r9772d1b rc57b623  
    2525  <sect2 role="installation">
    2626    <title>Installation of Expect</title>
    27 
    28     <para os="p1">The following patch prevents Expect from detecting Tk and
    29     trying to build expectk:</para>
    30 
    31 <screen os="p2"><userinput>patch -Np1 -i ../&expect-notk-patch;</userinput></screen>
    3227
    3328    <para os="c">Now prepare Expect for compilation:</para>
  • BOOK/testsuite-tools/mips-chapter.xml

    r9772d1b rc57b623  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tcl.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/expect.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    1818
  • BOOK/testsuite-tools/mips64-64-chapter.xml

    r9772d1b rc57b623  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tcl.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips/expect.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    1818
  • BOOK/testsuite-tools/mips64-chapter.xml

    r9772d1b rc57b623  
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
    1515  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tcl.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mips64/expect.xml"/>
     16  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    1818
  • BOOK/testsuite-tools/multilib/expect.xml

    r9772d1b rc57b623  
    2121  <sect2 role="installation">
    2222    <title>Installation of Expect</title>
    23 
    24    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="../common/expect.xml"
    26     xpointer="xpointer(//*[@os='p1'])"/>
    27 
    28     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    29     href="../common/expect.xml"
    30     xpointer="xpointer(//*[@os='p2'])"/>
    3123
    3224    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.