patch for Python, SBU edits

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1372 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Larry Lawrence 2003-10-14 00:19:09 +00:00
parent 396e42e8f5
commit d6d87319a1
8 changed files with 20 additions and 8 deletions

View File

@ -8,4 +8,4 @@
<!ENTITY aspell-download-ftp "ftp://ftp.gnu.org/gnu/aspell/aspell-&aspell-version;.tar.gz">
<!ENTITY aspell-size "917 KB">
<!ENTITY aspell-buildsize "9.4 MB">
<!ENTITY aspell-time "0.54 SBU">
<!ENTITY aspell-time "0.97 SBU">

View File

@ -9,4 +9,4 @@
<!ENTITY libjpeg-download-ftp "ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v&libjpeg-version;.tar.gz">
<!ENTITY libjpeg-size "599 KB">
<!ENTITY libjpeg-buildsize "3.7 MB">
<!ENTITY libjpeg-time "0.51 SBU">
<!ENTITY libjpeg-time "0.26 SBU">

View File

@ -9,4 +9,4 @@
<!ENTITY libtiff-download-ftp "ftp://ftp.remotesensing.org/pub/libtiff/tiff-v&libtiff-version;.tar.gz">
<!ENTITY libtiff-size "1 MB">
<!ENTITY libtiff-buildsize "10.0 MB">
<!ENTITY libtiff-time "0.26 SBU">
<!ENTITY libtiff-time "0.15 SBU">

View File

@ -3,7 +3,8 @@
<para>Install <application>Python</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
<screen><userinput><command>patch -Np1 -i ../Python-2.3.2-gdbm-2.patch &amp;&amp;
./configure --prefix=/usr --enable-shared &amp;&amp;
make &amp;&amp;
make install </command></userinput></screen>

View File

@ -15,6 +15,14 @@ prototyping large programs or developing them entirely.</para>
<listitem><para>Estimated build time: &Python-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Required patch (HTTP): <ulink
url="&patch-root;/Python-2.3.2-gdbm-2.patch"/></para></listitem>
</itemizedlist>
</sect3>
<sect3><title><application>Python</application> dependencies</title>
<sect4><title>Optional</title>
<para><xref linkend="expat"/>, <xref linkend="tk"/>, <xref

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>October 13th, 2003 [larry]: edited for patch to Python
to utilize GDBM properly.</para></listitem>
<listitem><para>October 13th, 2003 [larry]: Double-checking SBU's and
sizes during a rebuild.</para></listitem>

View File

@ -9,4 +9,4 @@
<!ENTITY alsa-driver-download-ftp "ftp://ftp.alsa-project.org/pub/driver/alsa-driver-&alsa-driver-version;.tar.bz2">
<!ENTITY alsa-driver-size "1.5 MB">
<!ENTITY alsa-driver-buildsize "22 MB (for all drivers)">
<!ENTITY alsa-driver-time "0.55 SBU">
<!ENTITY alsa-driver-time "1.13 SBU">

View File

@ -5,6 +5,6 @@
<!ENTITY audiofile-version "0.2.3">
<!ENTITY audiofile-download-http "http://www.zentek-international.com/mirrors/gnome/desktop/2.0/2.0.1/sources/audiofile-&audiofile-version;.tar.gz">
<!ENTITY audiofile-download-ftp "ftp://oss.sgi.com/projects/audiofile/download/audiofile-&audiofile-version;.tar.gz">
<!ENTITY audiofile-size "332 KB">
<!ENTITY audiofile-buildsize "17 MB">
<!ENTITY audiofile-time "0.47 SBU">
<!ENTITY audiofile-size "328 KB">
<!ENTITY audiofile-buildsize "22.7 MB">
<!ENTITY audiofile-time "0.30 SBU">