Changeset 7dc7b56


Ignore:
Timestamp:
03/22/2010 02:15:56 PM (14 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f419c73
Parents:
a367fbc
Message:

Updated BLFS to SLIB-3b2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8348 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ra367fbc r7dc7b56  
    139139<!ENTITY aspell-version               "0.60.6">
    140140<!ENTITY enchant-version              "1.5.0">
    141 <!ENTITY slib-version                 "3a4">
     141<!ENTITY slib-version                 "3b2">
    142142<!ENTITY gwrap-version                "1.3.4">
    143143<!ENTITY LZO-version                  "2.03">
  • general/genlib/slib.xml

    ra367fbc r7dc7b56  
    55  %general-entities;
    66
    7   <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib&slib-version;.tar.gz">
     7  <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib-&slib-version;.tar.gz">
    88  <!ENTITY slib-download-ftp  " ">
    9   <!ENTITY slib-md5sum        "87bc0b62370c0bf8a510a2acf6868eb9">
    10   <!ENTITY slib-size          "877 KB">
    11   <!ENTITY slib-buildsize     "21 MB (includes building and installing docs)">
    12   <!ENTITY slib-time          "0.1 SBU">
     9  <!ENTITY slib-md5sum        "850f48ad933e2fe8bb03b1e994ed4407">
     10  <!ENTITY slib-size          "948 KB">
     11  <!ENTITY slib-buildsize     "31 MB (includes building and installing docs)">
     12  <!ENTITY slib-time          "less than 0.1 SBU">
    1313]>
    1414
     
    6363    </itemizedlist>
    6464
    65     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     65    <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6666    <itemizedlist spacing='compact'>
    6767      <listitem>
     
    6969        url="&patch-root;/slib-&slib-version;-guile_fixes-1.patch"/></para>
    7070      </listitem>
    71     </itemizedlist>
     71    </itemizedlist> -->
    7272
    7373    <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
     
    9191    commands:</para>
    9292
    93 <screen><userinput>patch -Np1 -i ../slib-&slib-version;-guile_fixes-1.patch &amp;&amp;
    94 sed -i 's|usr/lib|usr/share|' {RScheme,guile}.init</userinput></screen>
     93<screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init        &amp;&amp;
     94makeinfo -o slib.txt  --plaintext       slib.texi &amp;&amp;
     95makeinfo -o slib.html --html --no-split slib.texi</userinput></screen>
    9596
    9697    <para>If you have <xref linkend="tetex"/> installed and wish to
    97     build PDF, Postscript, HTML or text documentation, issue any or all of
     98    build PDF or Postscript documentation, issue any or all of
    9899    the following commands:</para>
    99100
    100 <screen><userinput>texi2pdf  slib.texi           &amp;&amp;
    101 texi2html slib.texi           &amp;&amp;
    102 texi2dvi  slib.texi           &amp;&amp;
    103 dvips    -o slib.ps  slib.dvi &amp;&amp;
    104 makeinfo -o slib.txt --plaintext slib.texi</userinput></screen>
     101<screen><userinput>texi2pdf  slib.texi &amp;&amp;
     102texi2dvi  slib.texi &amp;&amp;
     103dvips  -o slib.ps   slib.dvi</userinput></screen>
    105104
    106105    <para>This package does not come with a functional test suite.</para>
     
    114113  install installinfo &amp;&amp;
    115114
    116 install -v -m755 -d                  /usr/share/doc/slib-&slib-version; &amp;&amp;
    117 install -v -m644 ANNOUNCE FAQ README /usr/share/doc/slib-&slib-version;</userinput></screen>
     115install -v -m755 -d /usr/share/doc/slib-&slib-version;  &amp;&amp;
     116install -v -m644    ANNOUNCE FAQ README slib.{txt,html} \
     117                    /usr/share/doc/slib-&slib-version;</userinput></screen>
    118118
    119119    <para>If you have <xref linkend="guile"/> installed, create the following
     
    124124<screen role="root"><userinput>ln -v -s ../slib /usr/share/guile</userinput></screen>
    125125
    126     <para>If you built any of the documentation, install it using the following
    127     command as the <systemitem class="username">root</systemitem> user:</para>
    128 
    129 <screen role="root"><userinput>install -v -m644 slib.{pdf,html,dvi,ps,txt,texi} \
     126    <para>If you built any of the optional documentation, install it using the
     127    following command as the <systemitem class="username">root</systemitem>
     128    user:</para>
     129
     130<screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} \
    130131                 /usr/share/doc/slib-&slib-version;</userinput></screen>
    131132
     
    135136    <title>Command Explanations</title>
    136137
    137     <para><command>sed -i 's|usr/lib|usr/share|' {RScheme,guile}.init</command>:
     138    <para><command>sed -i 's|usr/lib|usr/share|' RScheme.init</command>:
    138139    This command is used to change the <envar>libdir</envar> variable embedded
    139     in the two scripts to match the installation variable.</para>
     140    in the script to match the installation variable.</para>
    140141
    141142    <para><command>make ... install installinfo</command>: This command
     
    163164
    164165    <para>If there was no output from the previous command, and the file
    165     <filename>/usr/share/guile/slibcat</filename> now exists, the catalog
     166    <filename>/usr/share/guile/1.8/slibcat</filename> now exists, the catalog
    166167    was properly created.</para>
    167168
  • introduction/welcome/changelog.xml

    ra367fbc r7dc7b56  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to SLIB-3b2.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Removed parameters from the Guile configure command
    4952          as they are all the default settings.</para>
Note: See TracChangeset for help on using the changeset viewer.