Updated BLFS to SLIB-3b2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8348 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2010-03-22 14:15:56 +00:00
parent a367fbc018
commit 7dc7b56bd3
3 changed files with 28 additions and 24 deletions

View File

@ -138,7 +138,7 @@ $Date$
<!ENTITY libesmtp-version "1.0.4">
<!ENTITY aspell-version "0.60.6">
<!ENTITY enchant-version "1.5.0">
<!ENTITY slib-version "3a4">
<!ENTITY slib-version "3b2">
<!ENTITY gwrap-version "1.3.4">
<!ENTITY LZO-version "2.03">
<!ENTITY libusb-version "1.0.2">

View File

@ -4,12 +4,12 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib&slib-version;.tar.gz">
<!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib-&slib-version;.tar.gz">
<!ENTITY slib-download-ftp " ">
<!ENTITY slib-md5sum "87bc0b62370c0bf8a510a2acf6868eb9">
<!ENTITY slib-size "877 KB">
<!ENTITY slib-buildsize "21 MB (includes building and installing docs)">
<!ENTITY slib-time "0.1 SBU">
<!ENTITY slib-md5sum "850f48ad933e2fe8bb03b1e994ed4407">
<!ENTITY slib-size "948 KB">
<!ENTITY slib-buildsize "31 MB (includes building and installing docs)">
<!ENTITY slib-time "less than 0.1 SBU">
]>
<sect1 id="slib" xreflabel="SLIB-&slib-version;">
@ -62,13 +62,13 @@
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required Patch: <ulink
url="&patch-root;/slib-&slib-version;-guile_fixes-1.patch"/></para>
</listitem>
</itemizedlist>
</itemizedlist> -->
<bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
@ -90,18 +90,17 @@
<para>Install <application>SLIB</application> by issuing the following
commands:</para>
<screen><userinput>patch -Np1 -i ../slib-&slib-version;-guile_fixes-1.patch &amp;&amp;
sed -i 's|usr/lib|usr/share|' {RScheme,guile}.init</userinput></screen>
<screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init &amp;&amp;
makeinfo -o slib.txt --plaintext slib.texi &amp;&amp;
makeinfo -o slib.html --html --no-split slib.texi</userinput></screen>
<para>If you have <xref linkend="tetex"/> installed and wish to
build PDF, Postscript, HTML or text documentation, issue any or all of
build PDF or Postscript documentation, issue any or all of
the following commands:</para>
<screen><userinput>texi2pdf slib.texi &amp;&amp;
texi2html slib.texi &amp;&amp;
texi2dvi slib.texi &amp;&amp;
dvips -o slib.ps slib.dvi &amp;&amp;
makeinfo -o slib.txt --plaintext slib.texi</userinput></screen>
<screen><userinput>texi2pdf slib.texi &amp;&amp;
texi2dvi slib.texi &amp;&amp;
dvips -o slib.ps slib.dvi</userinput></screen>
<para>This package does not come with a functional test suite.</para>
@ -113,8 +112,9 @@ makeinfo -o slib.txt --plaintext slib.texi</userinput></screen>
infodir=/usr/share/info/ \
install installinfo &amp;&amp;
install -v -m755 -d /usr/share/doc/slib-&slib-version; &amp;&amp;
install -v -m644 ANNOUNCE FAQ README /usr/share/doc/slib-&slib-version;</userinput></screen>
install -v -m755 -d /usr/share/doc/slib-&slib-version; &amp;&amp;
install -v -m644 ANNOUNCE FAQ README slib.{txt,html} \
/usr/share/doc/slib-&slib-version;</userinput></screen>
<para>If you have <xref linkend="guile"/> installed, create the following
symbolic link as the <systemitem class="username">root</systemitem> user to
@ -123,10 +123,11 @@ install -v -m644 ANNOUNCE FAQ README /usr/share/doc/slib-&slib-version;</userinp
<screen role="root"><userinput>ln -v -s ../slib /usr/share/guile</userinput></screen>
<para>If you built any of the documentation, install it using the following
command as the <systemitem class="username">root</systemitem> user:</para>
<para>If you built any of the optional documentation, install it using the
following command as the <systemitem class="username">root</systemitem>
user:</para>
<screen role="root"><userinput>install -v -m644 slib.{pdf,html,dvi,ps,txt,texi} \
<screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} \
/usr/share/doc/slib-&slib-version;</userinput></screen>
</sect2>
@ -134,9 +135,9 @@ install -v -m644 ANNOUNCE FAQ README /usr/share/doc/slib-&slib-version;</userinp
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i 's|usr/lib|usr/share|' {RScheme,guile}.init</command>:
<para><command>sed -i 's|usr/lib|usr/share|' RScheme.init</command>:
This command is used to change the <envar>libdir</envar> variable embedded
in the two scripts to match the installation variable.</para>
in the script to match the installation variable.</para>
<para><command>make ... install installinfo</command>: This command
installs the package and the <command>info</command> documentation into the
@ -162,7 +163,7 @@ install -v -m644 ANNOUNCE FAQ README /usr/share/doc/slib-&slib-version;</userinp
-c "(use-modules (ice-9 slib)) (require 'new-catalog)"</userinput></screen>
<para>If there was no output from the previous command, and the file
<filename>/usr/share/guile/slibcat</filename> now exists, the catalog
<filename>/usr/share/guile/1.8/slibcat</filename> now exists, the catalog
was properly created.</para>
</sect2>

View File

@ -44,6 +44,9 @@
<listitem>
<para>March 22nd, 2010</para>
<itemizedlist>
<listitem>
<para>[randy] - Updated to SLIB-3b2.</para>
</listitem>
<listitem>
<para>[randy] - Removed parameters from the Guile configure command
as they are all the default settings.</para>