Author: bdubbs Date: 2008-12-28 02:32:01 -0700 (Sun, 28 Dec 2008) New Revision: 7681
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/general/prog/gcc.xml trunk/BOOK/general/prog/guile.xml trunk/BOOK/general/prog/librep.xml trunk/BOOK/general/prog/php.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/kde/add/kdeutils.xml trunk/BOOK/server/other/openldap.xml Log: Removed GMP since it is now in LFS Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/general/genlib/genlib.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -50,7 +50,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxml2.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libxslt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libgtkhtml.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> + <!-- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gmp.xml"/> --> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gdbm.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glib.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glib2.xml"/> Modified: trunk/BOOK/general/prog/gcc.xml =================================================================== --- trunk/BOOK/general/prog/gcc.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/general/prog/gcc.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -94,7 +94,7 @@ <bridgehead renderas="sect4">Optional (Required to Build the Fortran Compiler)</bridgehead> - <para role="optional"><xref linkend="gmp"/> and + <para role="optional"> <ulink url="http://www.mpfr.org/">MPFR</ulink></para> <note> Modified: trunk/BOOK/general/prog/guile.xml =================================================================== --- trunk/BOOK/general/prog/guile.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/general/prog/guile.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -69,8 +69,8 @@ <bridgehead renderas="sect3">Guile Dependencies</bridgehead> - <bridgehead renderas="sect4">Required</bridgehead> - <para role="required"><xref linkend="gmp"/></para> + <!-- <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"><xref linkend="gmp"/></para> --> <bridgehead renderas="sect4">Optional</bridgehead> <para role="required"><xref linkend="emacs"/></para> Modified: trunk/BOOK/general/prog/librep.xml =================================================================== --- trunk/BOOK/general/prog/librep.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/general/prog/librep.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -73,7 +73,7 @@ <para role="required"><xref linkend="gdbm"/></para> <bridgehead renderas="sect4">Optional</bridgehead> - <para role="optional"><xref linkend="gmp"/> and + <para role="optional"><!-- <xref linkend="gmp"/> and --> <xref linkend="gcc"/> (build Java so that <filename class='libraryfile'>libffi</filename> is built)</para> Modified: trunk/BOOK/general/prog/php.xml =================================================================== --- trunk/BOOK/general/prog/php.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/general/prog/php.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -78,7 +78,6 @@ <bridgehead renderas="sect4">Optional System Utilities and Libraries</bridgehead> <para role="optional"><xref linkend="libxslt"/>, <!-- <xref linkend="gamin"/>, --> - <xref linkend="gmp"/>, <xref linkend="pcre"/>, <xref linkend="aspell"/>, <xref linkend="pkgconfig"/>, Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/general.ent 2008-12-28 09:32:01 UTC (rev 7681) @@ -105,7 +105,7 @@ <!ENTITY libxml2-version "2.7.2"> <!ENTITY libxslt-version "1.1.24"> <!ENTITY libgtkhtml-version "2.11.1"> -<!ENTITY gmp-version "4.2.2"> +<!-- <!ENTITY gmp-version "4.2.2"> Now in LFS --> <!ENTITY gdbm-version "1.8.3"> <!ENTITY GLib-version "1.2.10"> <!ENTITY glib2-version "2.18.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -44,6 +44,9 @@ <para>December 28th, 2008</para> <itemizedlist> <listitem> + <para>[bdubbs] - Removed GMP since it is now in LFS.</para> + </listitem> + <listitem> <para>[bdubbs] - Updated to hdparm-9.6.</para> </listitem> <listitem> Modified: trunk/BOOK/kde/add/kdeutils.xml =================================================================== --- trunk/BOOK/kde/add/kdeutils.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/kde/add/kdeutils.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -61,9 +61,8 @@ <para role="required"><xref linkend="kdebase"/></para> <bridgehead renderas="sect4">Recommended</bridgehead> - <para role="recommended"><xref linkend="libjpeg"/>, - <xref linkend="libxml2"/>, and - <xref linkend="gmp"/> (required for KCalc) + <para role="recommended"><xref linkend="libjpeg"/>, and + <xref linkend="libxml2"/> </para> <bridgehead renderas="sect4">Optional</bridgehead> Modified: trunk/BOOK/server/other/openldap.xml =================================================================== --- trunk/BOOK/server/other/openldap.xml 2008-12-28 09:10:09 UTC (rev 7680) +++ trunk/BOOK/server/other/openldap.xml 2008-12-28 09:32:01 UTC (rev 7681) @@ -75,7 +75,6 @@ <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"><xref linkend="tcpwrappers"/>, <xref linkend="unixodbc"/>, - <xref linkend="gmp"/>, <ulink url="http://www.openslp.org/">OpenSLP</ulink>, <xref linkend="pth"/>, and one of <xref linkend="mysql"/>, -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
