Author: randy Date: 2007-07-03 16:56:29 -0600 (Tue, 03 Jul 2007) New Revision: 6832
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/libxml2.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to libxml2-2.6.29 Modified: trunk/BOOK/general/genlib/libxml2.xml =================================================================== --- trunk/BOOK/general/genlib/libxml2.xml 2007-07-03 22:28:45 UTC (rev 6831) +++ trunk/BOOK/general/genlib/libxml2.xml 2007-07-03 22:56:29 UTC (rev 6832) @@ -9,9 +9,9 @@ <!ENTITY libxml2-download-http "http://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz"> --> <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz"> - <!ENTITY libxml2-md5sum "f5806f5059ef7bd4d3fcf36cf116d1ef"> - <!ENTITY libxml2-size "4.5 MB"> - <!ENTITY libxml2-buildsize "85 MB (additional 180 MB to run the test suite)"> + <!ENTITY libxml2-md5sum "8b99b6e8b08e838438d9e6b639d79ebd"> + <!ENTITY libxml2-size "4.7 MB"> + <!ENTITY libxml2-buildsize "85 MB (additional 184 MB to run the test suite)"> <!ENTITY libxml2-time "1.2 SBU (additional 1.0 SBU to run the test suite)"> ]> @@ -90,8 +90,7 @@ <para>Install <application>libxml2</application> by running the following commands:</para> -<screen><userinput>sed -i 's/@TAR@/& --wildcards/' xstc/Makefile.in && -./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -105,10 +104,10 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>sed -i '...' xstc/Makefile.in</command>: This command is + <!-- <para><command>sed -i '...' xstc/Makefile.in</command>: This command is used to add a new parameter required by recent versions of <command>tar</command>. Without this command, the test suite will not - complete properly.</para> + complete properly.</para> --> <para><parameter>--with-history</parameter>: If this option is used, it enables <application>readline</application> support when running Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-07-03 22:28:45 UTC (rev 6831) +++ trunk/BOOK/general.ent 2007-07-03 22:56:29 UTC (rev 6832) @@ -103,7 +103,7 @@ <!ENTITY slang-version "2.1.1"> <!ENTITY gamin-version "0.1.8"> <!ENTITY libxml-version "1.8.17"> -<!ENTITY libxml2-version "2.6.27"> +<!ENTITY libxml2-version "2.6.29"> <!ENTITY libxslt-version "1.1.20"> <!ENTITY libgtkhtml-version "2.11.0"> <!ENTITY gmp-version "4.2.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-07-03 22:28:45 UTC (rev 6831) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-07-03 22:56:29 UTC (rev 6832) @@ -45,6 +45,9 @@ <para>July 3rd, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to libxml2-2.6.29.</para> + </listitem> + <listitem> <para>[randy] - Updated to Python-2.5.1.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
