Author: ken Date: 2009-03-26 12:48:23 -0600 (Thu, 26 Mar 2009) New Revision: 7813
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/gamin.xml trunk/BOOK/introduction/welcome/changelog.xml Log: update gamin to 1.1.10. Modified: trunk/BOOK/general/genlib/gamin.xml =================================================================== --- trunk/BOOK/general/genlib/gamin.xml 2009-03-26 00:29:08 UTC (rev 7812) +++ trunk/BOOK/general/genlib/gamin.xml 2009-03-26 18:48:23 UTC (rev 7813) @@ -6,9 +6,9 @@ <!ENTITY gamin-download-http "http://www.gnome.org/~veillard/gamin/sources/gamin-&gamin-version;.tar.gz"> <!ENTITY gamin-download-ftp "&gentoo-ftp-repo;/gamin-&gamin-version;.tar.gz"> - <!ENTITY gamin-md5sum "2d3a6a70df090ed923238e381e6c2982"> - <!ENTITY gamin-size "632 KB"> - <!ENTITY gamin-buildsize "6 MB"> + <!ENTITY gamin-md5sum "b4ec549e57da470c04edd5ec2876a028"> + <!ENTITY gamin-size "639 KB"> + <!ENTITY gamin-buildsize "6.7 MB"> <!ENTITY gamin-time "0.1 SBU (up to 3 minutes, processor independent, to run the test suite)"> ]> @@ -56,14 +56,6 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Required patch: <ulink - url="&patch-root;/gamin-&gamin-version;-glibc_fix-1.patch"/></para> - </listitem> - </itemizedlist> - <bridgehead renderas="sect3">Gamin Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> @@ -90,8 +82,7 @@ <para>Install <application>Gamin</application> by running the following commands:</para> -<screen><userinput>patch -Np1 -i ../gamin-&gamin-version;-glibc_fix-1.patch && -./configure --prefix=/usr --libexecdir=/usr/sbin && +<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/sbin && make</userinput></screen> <para>To test the results, issue: <command>make check</command>. Note @@ -108,8 +99,8 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><option>--disable-static</option>: This switch prevents the - static libraries from being built.</para> + <para><option>--disable-static</option>: This switch prevents most of the + static libraries being built.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-03-26 00:29:08 UTC (rev 7812) +++ trunk/BOOK/general.ent 2009-03-26 18:48:23 UTC (rev 7813) @@ -3,7 +3,7 @@ $Date$ --> -<!ENTITY day "25"> <!-- Always 2 digits --> +<!ENTITY day "26"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2009"> <!ENTITY copyrightdate "2001-&year;"> @@ -102,7 +102,7 @@ <!ENTITY pcre-version "7.8"> <!ENTITY popt-version "1.14"> <!ENTITY slang-version "2.1.4"> -<!ENTITY gamin-version "0.1.9"> +<!ENTITY gamin-version "0.1.10"> <!ENTITY libxml2-version "2.7.3"> <!ENTITY libxslt-version "1.1.24"> <!ENTITY libgtkhtml-version "2.11.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-03-26 00:29:08 UTC (rev 7812) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-03-26 18:48:23 UTC (rev 7813) @@ -41,6 +41,15 @@ --> <listitem> + <para>March 26th, 2009</para> + <itemizedlist> + <listitem> + <para>[ken] - Updated to gamin-0.1.10.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 25th, 2009</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
