Changeset f93f09e


Ignore:
Timestamp:
10/04/2018 12:40:05 AM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cf3c73ec
Parents:
2890c04f
Message:

Update to gc-8.0.0
Note that gc-8 seems to be a major version with a lot of API changes (both new and removed), however guile seems to compile and function properly with it.

Fix a typo that I made when adding js60. Thanks Spiky

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/js60.xml

    r2890c04f rf93f09e  
    112112            --with-system-nspr  \
    113113            --with-system-icu   \
    114             --disable-jemalloc
     114            --disable-jemalloc  \
    115115            --enable-readline   &amp;&amp;
    116116make</userinput></screen>
  • general/prog/gc.xml

    r2890c04f rf93f09e  
    77  <!ENTITY gc-download-http "http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz">
    88  <!ENTITY gc-download-ftp  " ">
    9   <!ENTITY gc-md5sum        "cf390c4f7f2556a67ec49e964c86c847">
     9  <!ENTITY gc-md5sum        "e1a614247b6d6a071f7677365fbf18a4">
    1010  <!ENTITY gc-size          "1.1 MB">
    1111  <!ENTITY gc-buildsize     "12 MB (with tests)">
  • introduction/welcome/changelog.xml

    r2890c04f rf93f09e  
    4747      <itemizedlist>
    4848        <listitem>
     49          <para>[renodr] - Update to gc-8.0.0. Fixes
     50          <ulink url="&blfs-ticket-root;11156">#11156</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[renodr] - Fix build instructions in js60 - add a missing "\". Fixes
     54          <ulink url="&blfs-ticket-root;11197">#11197</ulink>. Thanks, Spiky!</para>
     55        </listitem>
     56        <listitem>
    4957          <para>[ken] - Update to firefox-62.0.3 (security fixes). Fixes
    5058             Fixes <ulink url="&blfs-ticket-root;11205">#11205</ulink>.</para>
  • packages.ent

    r2890c04f rf93f09e  
    319319<!ENTITY gcc-version                  "8.2.0">
    320320<!ENTITY gcc-ada-version              "8.2.0">
    321 <!ENTITY gc-version                   "7.6.4">
     321<!ENTITY gc-version                   "8.0.0">
    322322<!ENTITY gdb-version                  "8.2">
    323323<!ENTITY git-version                  "2.18.0">
Note: See TracChangeset for help on using the changeset viewer.