- Timestamp:
- Jan 8, 2011, 2:36:16 PM (14 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a81c020
- Parents:
- 9772d1b
- Location:
- BOOK
- Files:
-
- 2 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r9772d1b rc57b623 41 41 <para>January 8, 2011</para> 42 42 <itemizedlist> 43 <listitem> 44 <para>[jciccone] - Updated Expect to 5.45.</para> 45 </listitem> 43 46 <listitem> 44 47 <para>[jciccone] - Updated TCL to 8.5.9.</para> -
BOOK/materials/common/patches.xml
r9772d1b rc57b623 43 43 url="&patches-root;&coreutils-uname-patch;"/></para> 44 44 <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: <ulink52 url="&patches-root;&expect-notk-patch;"/></para>53 <para>MD5 sum: <literal>&expect-notk-patch-md5;</literal></para>54 45 </listitem> 55 46 </varlistentry> -
BOOK/materials/mips/patches.xml
r9772d1b rc57b623 30 30 </varlistentry> 31 31 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: <ulink36 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 41 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 42 33 href="../x86/patches.xml" -
BOOK/materials/mips64-64/patches.xml
r9772d1b rc57b623 22 22 23 23 <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"28 24 href="../x86_64-64/patches.xml" 29 25 xpointer="xpointer(//*[@os='gcc-pure64-patch'])"/> -
BOOK/materials/mips64/patches.xml
r9772d1b rc57b623 30 30 31 31 <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"36 32 href="../x86/patches.xml" 37 33 xpointer="xpointer(//*[@os='gcc-specs-patch'])"/> -
BOOK/packages.ent
r9772d1b rc57b623 130 130 <!ENTITY elftoaout-home " "> 131 131 132 <!ENTITY expect-version "5.4 4.1.15">133 <!ENTITY expect-size "6 60KB">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"> 136 136 <!ENTITY expect-home "http://expect.sourceforge.net"> 137 137 <!ENTITY expect-lib-version "5.43"> -
BOOK/patches.ent
r9772d1b rc57b623 16 16 <!ENTITY coreutils-uname-patch-md5 "683741cb2c4ab60cf9b61eb9f02ecd02"> 17 17 <!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">22 18 23 19 <!ENTITY flex-gcc44-patch "flex-&flex-version;-gcc44-1.patch"> … … 101 97 <!ENTITY gcc-specs_pure64-patch-size "24 KB"> 102 98 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 109 99 <!-- Start of Alpha patches --> 110 100 -
BOOK/testsuite-tools/common/expect.xml
r9772d1b rc57b623 25 25 <sect2 role="installation"> 26 26 <title>Installation of Expect</title> 27 28 <para os="p1">The following patch prevents Expect from detecting Tk and29 trying to build expectk:</para>30 31 <screen os="p2"><userinput>patch -Np1 -i ../&expect-notk-patch;</userinput></screen>32 27 33 28 <para os="c">Now prepare Expect for compilation:</para> -
BOOK/testsuite-tools/mips-chapter.xml
r9772d1b rc57b623 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <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"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 18 -
BOOK/testsuite-tools/mips64-64-chapter.xml
r9772d1b rc57b623 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <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"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 18 -
BOOK/testsuite-tools/mips64-chapter.xml
r9772d1b rc57b623 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> 15 15 <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="m ips64/expect.xml"/>16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect.xml"/> 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/> 18 18 -
BOOK/testsuite-tools/multilib/expect.xml
r9772d1b rc57b623 21 21 <sect2 role="installation"> 22 22 <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'])"/>31 23 32 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.