Author: bdubbs Date: 2006-04-25 20:53:27 -0600 (Tue, 25 Apr 2006) New Revision: 5942
Modified: trunk/BOOK/basicnet/netlibs/wvstreams.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Update to WvStreams-4.4.2. Modified: trunk/BOOK/basicnet/netlibs/wvstreams.xml =================================================================== --- trunk/BOOK/basicnet/netlibs/wvstreams.xml 2006-04-26 02:03:13 UTC (rev 5941) +++ trunk/BOOK/basicnet/netlibs/wvstreams.xml 2006-04-26 02:53:27 UTC (rev 5942) @@ -6,10 +6,10 @@ <!ENTITY wvstreams-download-http "http://open.nit.ca/download/wvstreams-&wvstreams-version;.tar.gz"> <!ENTITY wvstreams-download-ftp " "> - <!ENTITY wvstreams-md5sum "89cdc4f979d1f6d745e173bc7485f325"> - <!ENTITY wvstreams-size "1.0 MB"> - <!ENTITY wvstreams-buildsize "57 MB (additional 43 MB to install documentation)"> - <!ENTITY wvstreams-time "0.77 SBU (additional 0.45 SBU to build documentation)"> + <!ENTITY wvstreams-md5sum "103230cb9926cb8f3f4d8dc8584f3b9c"> + <!ENTITY wvstreams-size "1.2 MB"> + <!ENTITY wvstreams-buildsize "46 MB (additional 44 MB to install documentation)"> + <!ENTITY wvstreams-time "0.8 SBU (additional 1.9 SBU to build documentation)"> ]> <sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;"> @@ -59,14 +59,6 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Required Patch for Tcl: <ulink - url="&patch-root;/wvstreams-&wvstreams-version;-tcl84-1.patch"/></para> - </listitem> - </itemizedlist> - <bridgehead renderas="sect3">WvStreams Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> @@ -99,11 +91,12 @@ <title>Installation of WvStreams</title> <para>If you have <application>Tcl</application> and - <application>SWIG</application> installed and wish to utilize them, apply the - following patch and run the <command>autoreconf</command> program:</para> + <application>SWIG</application> installed and wish to utilize them, run the + following:</para> -<screen><userinput>patch -Np1 -i ../wvstreams-&wvstreams-version;-tcl84-1.patch && -autoreconf -f</userinput></screen> +<screen><userinput>sed -i -e "s/8_3/8_4/" -e "s/8\.3/8.4/" \ + configure{,.ac} include/wvautoconf.h.in bindings/rules.mk \ + gnulib/config.h</userinput></screen> <para>Install <application>WvStreams</application> by running the following commands:</para> @@ -132,6 +125,8 @@ <sect2 role="commands"> <title>Command Explanations</title> + <para><command>sed -i ...</command>: Change to tcl8.4 from tcl8.3.</para> + <para><parameter>--sysconfdir=/etc</parameter>: This parameter places configuration files in <filename class='directory'>/etc</filename> instead of <filename class='directory'>/usr/etc</filename>.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-04-26 02:03:13 UTC (rev 5941) +++ trunk/BOOK/general.ent 2006-04-26 02:53:27 UTC (rev 5942) @@ -266,7 +266,7 @@ <!-- Chapter 16 --> <!ENTITY curl-version "7.15.3"> -<!ENTITY wvstreams-version "4.0.1"> +<!ENTITY wvstreams-version "4.2.2"> <!ENTITY gnet-version "2.0.7"> <!ENTITY libsoup-version "2.2.7"> <!ENTITY libpcap-version "0.9.4"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-04-26 02:03:13 UTC (rev 5941) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-04-26 02:53:27 UTC (rev 5942) @@ -45,6 +45,9 @@ <para>April 26th, 2006</para> <itemizedlist> <listitem> + <para>[bdubbs] - Updated to WvStreams-4.2.2.</para> + </listitem> + <listitem> <para>[randy] - Updated to Balsa-2.3.12.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
