Changeset f8508a0


Ignore:
Timestamp:
01/05/2010 08:51:54 PM (14 years ago)
Author:
Ag Hatzimanikas <ag@…>
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:
10ddba5d
Parents:
8a994438
Message:

Updated to Guile-1.8.7

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8a994438 rf8508a0  
    261261<!ENTITY gcc-version                  "4.1.2">
    262262<!ENTITY gcc3-version                 "3.3.6">
    263 <!ENTITY guile-version                "1.8.2">
     263<!ENTITY guile-version                "1.8.7">
    264264<!ENTITY jdk-version                  "6 Update 16">
    265265<!ENTITY junit-version                "4.3.1">
  • general/prog/guile.xml

    r8a994438 rf8508a0  
    77  <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
    88  <!ENTITY guile-download-ftp  "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz">
    9   <!ENTITY guile-md5sum        "a4b64a992deae0532f8015bcc6c40784">
    10   <!ENTITY guile-size          "3.7 MB">
    11   <!ENTITY guile-buildsize     "49 MB (additional 40 MB to install all the docs)">
    12   <!ENTITY guile-time          "1.2 SBU (includes building all documentation)">
     9  <!ENTITY guile-md5sum        "991b5b3efcbbc3f7507d05bc42f80a5e">
     10  <!ENTITY guile-size          "3.9 MB">
     11  <!ENTITY guile-buildsize     "47 MB (additional 40 MB to install all the docs)">
     12  <!ENTITY guile-time          "0.7 SBU">
    1313]>
    1414
     
    8787    commands:</para>
    8888
    89 <screen><userinput>sed -i -e '20,$ d' \
    90        -e 's|slib)|&amp;)\n(load-from-path "slib/guile.init")|' \
    91     ice-9/slib.scm &amp;&amp;
    92 ./configure --prefix=/usr &amp;&amp;
     89<screen><userinput>./configure --prefix=/usr --enable-posix \
     90    --disable-static --enable-networking --enable-regex &amp;&amp;
    9391make</userinput></screen>
    9492
     
    146144    <title>Command Explanations</title>
    147145
    148     <para><command>sed -i -e '20,$ d' -e '...' ice-9/slib.scm</command>:
    149     This command is used to modify the <application>Guile</application>
    150     <application>SLIB</application> initialization script. There are
    151     incompatibilities with newer versions of <application>SLIB</application>
    152     and this command modifies the script to use the installed
    153     <application>SLIB</application> script.</para>
     146    <para><option>--enable-posix</option>: Enable Posix interfaces.</para>
     147
     148    <para><option>--enable-networking</option>: Enable networking interfaces.</para>
     149
     150    <para><option>--enable-regex</option>: Enable regular expression interfaces.</para>   
    154151
    155152  </sect2>
  • introduction/welcome/changelog.xml

    r8a994438 rf8508a0  
    4545      <itemizedlist>
    4646        <listitem>
     47          <para>[ag] - Updated to guile-1.8.7.</para>
     48        </listitem>
     49        <listitem>
    4750          <para>[ag] - Updated to rsync-3.0.7.</para>
    4851        </listitem>
Note: See TracChangeset for help on using the changeset viewer.