Changeset 87f108a


Ignore:
Timestamp:
04/15/2006 04:28:53 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:
92896f88
Parents:
cc2fa2f
Message:

Updated the SLIB patch to a -2 version

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slib.xml

    rcc2fa2f r87f108a  
    7070      <listitem>
    7171        <para>Required Patch: <ulink
    72         url="&patch-root;/slib-&slib-version;-blfs_install-1.patch"/></para>
     72        url="&patch-root;/slib-&slib-version;-blfs_install-2.patch"/></para>
    7373      </listitem>
    7474    </itemizedlist>
     
    9393    commands:</para>
    9494
    95 <screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-1.patch &amp;&amp;
     95<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-2.patch &amp;&amp;
    9696make</userinput></screen>
    9797
     
    110110
    111111<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
    112 ln -s ../slib /usr/share/guile/1.8 &amp;&amp;
     112ln -v -s ../slib /usr/share/guile/1.8 &amp;&amp;
    113113make prefix=/usr/ catalogs &amp;&amp;
    114114make prefix=/usr/ installinfo</userinput></screen>
     
    119119    <title>Command Explanations</title>
    120120
    121     <para><command>make prefix=/usr/ catalogs</command>: This command builds the
    122     <application>SLIB</application> <application>Scheme</application>
     121    <para><command>make prefix=/usr/ catalogs</command>: This command builds
     122    the <application>SLIB</application> <application>Scheme</application>
    123123    implementation catalog.</para>
    124124
    125     <para><command>make prefix=/usr/ installinfo</command>: This commands installs
    126     the <command>info</command> documentation.</para>
     125    <para><command>make prefix=/usr/ installinfo</command>: This commands
     126    installs the <command>info</command> documentation.</para>
    127127
    128128  </sect2>
     
    152152        <listitem>
    153153          <para>is a shell script used to initialize
    154           <application>SLIB</application> in a named <application>Scheme</application>
    155           implementation. It can also be used to initialize an
    156           <application>SLIB</application> session using a given executable.</para>
     154          <application>SLIB</application> in a named
     155          <application>Scheme</application> implementation. It can also be
     156          used to initialize an <application>SLIB</application> session using
     157          a given executable.</para>
    157158          <indexterm zone="slib slib-prog">
    158159            <primary sortas="b-slib">slib</primary>
  • introduction/welcome/changelog.xml

    rcc2fa2f r87f108a  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated the SLIB patch to a -2 version.</para>
     49        </listitem>
     50        <listitem>
    4851          <para>[randy] - Removed some optional dependencies (Gtk-1 and
    4952          guile-gtk) from the G-Wrap instructions.</para>
Note: See TracChangeset for help on using the changeset viewer.