Changeset b24bfef


Ignore:
Timestamp:
07/19/2012 05:52:46 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
c50cc901
Parents:
355495ce
Message:

Guile 2.0.6

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r355495ce rb24bfef  
    393393<!ENTITY gdb-version                  "7.4.1">
    394394<!ENTITY git-version                  "1.7.10.1">
    395 <!ENTITY guile-version                "2.0.5">
     395<!ENTITY guile-version                "2.0.6">
    396396<!ENTITY icedtea-version              "2.2.1">
    397397<!ENTITY openjdk-version              "1.7.0.5">
  • general/genlib/boost.xml

    r355495ce rb24bfef  
    1111  <!ENTITY boost-buildsize     "630 MB">
    1212  <!ENTITY boost-time          "10 SBU">
    13 
    1413]>
    1514
  • general/genlib/icu.xml

    r355495ce rb24bfef  
    1212  <!ENTITY icu-buildsize     "255 MB">
    1313  <!ENTITY icu-time          "1.4 SBU">
    14 
    1514]>
    1615
  • general/prog/guile.xml

    r355495ce rb24bfef  
    55  %general-entities;
    66
    7   <!ENTITY guile-download-http
    8   "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
    9   <!ENTITY guile-download-ftp
    10   "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
    11   <!ENTITY guile-md5sum        "81110e16dcdb24c825fecc41b214edb9">
    12   <!ENTITY guile-size          "4 MB">
    13   <!ENTITY guile-buildsize     "104 MB">
    14   <!ENTITY guile-time          "3.9 SBU">
     7  <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
     8  <!ENTITY guile-download-ftp  "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.xz">
     9  <!ENTITY guile-md5sum        "2d8f33c2c622399ca20145a5892369e2">
     10  <!ENTITY guile-size          "4.2 MB">
     11  <!ENTITY guile-buildsize     "90 MB">
     12  <!ENTITY guile-time          "8.0 SBU">
    1513]>
    1614
     
    109107
    110108    <para>
    111       If you have <!--<xref linkend="tetex"/> or--> <xref linkend="texlive"/>
    112       installed and wish to build alternate formats (PDF and postscript) of the
    113       documentation, issue the following commands:
     109      If you have <xref linkend="texlive"/> installed and wish to build alternate
     110      formats (PDF and postscript) of the documentation, issue the following
     111      commands:
    114112    </para>
    115113
     
    168166
    169167      <seglistitem>
    170         <seg>guild, guile, guile-config, guile-snarf, and guile-tools</seg>
    171         <seg>libguile-2.0.so and /libguilereadline-v-18.so</seg>
    172         <seg>/usr/include/guile, /usr/lib/guild,
    173         /usr/share/doc/guile-&guile-version; and /usr/share/guile</seg>
     168        <seg>
     169          guild, guile, guile-config, guile-snarf and guile-tools
     170        </seg>
     171        <seg>
     172          libguile-2.0.so and libguilereadline-v-18.so
     173        </seg>
     174        <seg>
     175          /usr/include/guile,
     176          /usr/lib/guile,
     177          /usr/share/doc/guile-&guile-version; and
     178          /usr/share/guile
     179        </seg>
    174180      </seglistitem>
    175181    </segmentedlist>
     
    248254        </listitem>
    249255      </varlistentry>
     256
    250257    </variablelist>
     258
    251259  </sect2>
     260
    252261</sect1>
  • general/prog/python3.xml

    r355495ce rb24bfef  
    1616  <!ENTITY python3htmldoc-md5sum        "c970e7bcbc3268a3dbc2de5c15b5a3d3">
    1717  <!ENTITY python3htmldoc-size          "4.2 MB">
    18 
    1918]>
    2019
  • introduction/welcome/changelog.xml

    r355495ce rb24bfef  
    5555        </listitem>
    5656        <listitem>
     57          <para>[krejzi] - Guile 2.0.6.</para>
     58        </listitem>
     59        <listitem>
    5760          <para>[krejzi] - ICU 49.1.2.</para>
    5861        </listitem>
Note: See TracChangeset for help on using the changeset viewer.