Changeset 58147907


Ignore:
Timestamp:
04/26/2006 02:53:27 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
d378ea3c
Parents:
2441e46
Message:

Update to WvStreams-4.4.2.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/wvstreams.xml

    r2441e46 r58147907  
    77  <!ENTITY wvstreams-download-http "http://open.nit.ca/download/wvstreams-&wvstreams-version;.tar.gz">
    88  <!ENTITY wvstreams-download-ftp  " ">
    9   <!ENTITY wvstreams-md5sum        "89cdc4f979d1f6d745e173bc7485f325">
    10   <!ENTITY wvstreams-size          "1.0 MB">
    11   <!ENTITY wvstreams-buildsize     "57 MB (additional 43 MB to install documentation)">
    12   <!ENTITY wvstreams-time          "0.77 SBU (additional 0.45 SBU to build documentation)">
     9  <!ENTITY wvstreams-md5sum        "103230cb9926cb8f3f4d8dc8584f3b9c">
     10  <!ENTITY wvstreams-size          "1.2 MB">
     11  <!ENTITY wvstreams-buildsize     "46 MB (additional 44 MB to install documentation)">
     12  <!ENTITY wvstreams-time          "0.8 SBU (additional 1.9 SBU to build documentation)">
    1313]>
    1414
     
    5757      <listitem>
    5858        <para>Estimated build time: &wvstreams-time;</para>
    59       </listitem>
    60     </itemizedlist>
    61 
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing="compact">
    64       <listitem>
    65         <para>Required Patch for Tcl: <ulink
    66         url="&patch-root;/wvstreams-&wvstreams-version;-tcl84-1.patch"/></para>
    6759      </listitem>
    6860    </itemizedlist>
     
    10092
    10193    <para>If you have <application>Tcl</application> and
    102     <application>SWIG</application> installed and wish to utilize them, apply the
    103     following patch and run the <command>autoreconf</command> program:</para>
    104 
    105 <screen><userinput>patch -Np1 -i ../wvstreams-&wvstreams-version;-tcl84-1.patch &amp;&amp;
    106 autoreconf -f</userinput></screen>
     94    <application>SWIG</application> installed and wish to utilize them, run the
     95    following:</para>
     96
     97<screen><userinput>sed -i -e "s/8_3/8_4/"  -e "s/8\.3/8.4/" \
     98      configure{,.ac} include/wvautoconf.h.in bindings/rules.mk \
     99      gnulib/config.h</userinput></screen>
    107100
    108101    <para>Install <application>WvStreams</application> by running the following
     
    132125  <sect2 role="commands">
    133126    <title>Command Explanations</title>
     127
     128    <para><command>sed -i ...</command>: Change to tcl8.4 from tcl8.3.</para>
    134129
    135130    <para><parameter>--sysconfdir=/etc</parameter>: This parameter places
  • general.ent

    r2441e46 r58147907  
    267267<!-- Chapter 16 -->
    268268<!ENTITY curl-version                 "7.15.3">
    269 <!ENTITY wvstreams-version            "4.0.1">
     269<!ENTITY wvstreams-version            "4.2.2">
    270270<!ENTITY gnet-version                 "2.0.7">
    271271<!ENTITY libsoup-version              "2.2.7">
  • introduction/welcome/changelog.xml

    r2441e46 r58147907  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Updated to WvStreams-4.2.2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Balsa-2.3.12.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.