Changeset e9dff9df


Ignore:
Timestamp:
04/02/2006 12:03:42 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
be2e6a3
Parents:
11dbeb1e
Message:

Updated to SLIB-3a3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r11dbeb1e re9dff9df  
    102102<!ENTITY aspell-version               "0.60.4">
    103103<!ENTITY ispell-version               "3.2.06.epa7">
    104 <!ENTITY slib-version                 "3a2">
     104<!ENTITY slib-version                 "3a3">
    105105<!ENTITY gwrap-version                "1.3.4">
    106106<!ENTITY LZO-version                  "2.02">
  • general/genlib/slib.xml

    r11dbeb1e re9dff9df  
    77  <!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        "190b20552dce6148f5a4917648eb589e">
     9  <!ENTITY slib-md5sum        "eec6e9193c3c86254f7176dd8a833c4c">
    1010  <!ENTITY slib-size          "846 KB">
    1111  <!ENTITY slib-buildsize     "19.5 MB (includes building and installing all docs)">
    12   <!ENTITY slib-time          "0.1 SBU">
     12  <!ENTITY slib-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7070      <listitem>
    7171        <para>Required Patch: <ulink
    72         url="&patch-root;/slib-&slib-version;-blfs_install-2.patch"/></para>
     72        url="&patch-root;/slib-&slib-version;-blfs_install-1.patch"/></para>
    7373      </listitem>
    7474    </itemizedlist>
     
    9090    commands:</para>
    9191
    92 <screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &amp;&amp;
    93 sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init &amp;&amp;
     92<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-1.patch &amp;&amp;
    9493make</userinput></screen>
    9594
     
    103102make txtdocs</userinput></screen>
    104103
    105     <para>This package does not come with a test suite.</para>
     104    <para>This package does not come with a functional test suite.</para>
    106105
    107106    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    108107
    109108<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
     109ln -s ../slib /usr/share/guile/1.8 &amp;&amp;
    110110make prefix=/usr/ catalogs &amp;&amp;
    111111make prefix=/usr/ installinfo</userinput></screen>
     
    115115  <sect2 role="commands">
    116116    <title>Command Explanations</title>
    117 
    118     <para><command>sed -i 's/UNIX COHERENT/unix COHERENT/' guile.init</command>:
    119     This command fixes a problem with the <application>Guile</application>
    120     initialization script. This fix depends on <application>Guile</application>
    121     being patched as well. Ensure <application>Guile</application> was installed
    122     with the <filename>guile-1.6.7-slib_3a2-1.patch</filename> applied.</para>
    123117
    124118    <para><command>make prefix=/usr/ catalogs</command>: This command builds the
  • introduction/welcome/changelog.xml

    r11dbeb1e re9dff9df  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to SLIB-3a3.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Updated to Guile-1.8.0.</para>
    4952        </listitem>
Note: See TracChangeset for help on using the changeset viewer.