Changeset 0908756


Ignore:
Timestamp:
03/06/2010 06:48:24 PM (14 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:
a5a9ff8
Parents:
2f83800
Message:

Added a patch to the Expect instructions so that it is compatible with Tcl-8.5.6

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/expect.xml

    r2f83800 r0908756  
    6464      <listitem>
    6565        <para>Required Patch: <ulink
     66        url="&patch-root;/expect-&expect-version;-tcl_&tcl-version;-1.patch"/></para>
     67      </listitem>
     68      <listitem>
     69        <para>Required Patch: <ulink
    6670        url="&patch-root;/expect-&expect-version;-spawn-2.patch"/></para>
    6771      </listitem>
     
    8791    commands:</para>
    8892
    89 <screen><userinput>patch -Np1 -i ../expect-&expect-version;-spawn-2.patch &amp;&amp;
     93<screen><userinput>patch -Np1 -i ../expect-&expect-version;-tcl_&tcl-version;-1.patch &amp;&amp;
     94patch -Np1 -i ../expect-&expect-version;-spawn-2.patch &amp;&amp;
    9095./configure --prefix=/usr \
    9196            --with-tcl=/usr/lib \
  • introduction/welcome/changelog.xml

    r2f83800 r0908756  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a patch to the Expect instructions so that it
     49          is compatible with Tcl-8.5.6.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added a patch to the Python instructions so that it
    4953          is compatible with Berkeley-DB-4.8.26.</para>
Note: See TracChangeset for help on using the changeset viewer.