Changeset 4efac57


Ignore:
Timestamp:
11/14/2014 05:01:05 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
459835a
Parents:
c28445f3
Message:

Update to {tcl,tk}-8.6.3.
Update to libffi-3.2.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc28445f3 r4efac57  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     3<!ENTITY day          "13">                   <!-- Always 2 digits -->
    44<!ENTITY month        "11">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "November 12th, &year;">
     9<!ENTITY releasedate  "November 13th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/genlib/libffi.xml

    rc28445f3 r4efac57  
    77  <!ENTITY libffi-download-http " ">
    88  <!ENTITY libffi-download-ftp  "ftp://sourceware.org/pub/libffi/libffi-&libffi-version;.tar.gz">
    9   <!ENTITY libffi-md5sum        "f5898b29bbfd70502831a212d9249d10">
    10   <!ENTITY libffi-size          "916 KB">
    11   <!ENTITY libffi-buildsize     "6.5 MB (additional 1.7 MB for the tests)">
    12   <!ENTITY libffi-time          "less than 0.1 SBU (additional 0.6 SBU for the tests)">
     9  <!ENTITY libffi-md5sum        "41e0216cc2be4029fad3128988295f0f">
     10  <!ENTITY libffi-size          "920 KB">
     11  <!ENTITY libffi-buildsize     "6.1 MB (additional 1.7 MB for the tests)">
     12  <!ENTITY libffi-time          "less than 0.1 SBU (additional 0.4 SBU for the tests)">
    1313]>
    1414
     
    9393    </para>
    9494
    95 <screen><userinput>sed -e '/^includesdir/ s:$(libdir)/@PACKAGE_NAME@-@PACKAGE_VERSION@/include:$(includedir):' \
     95<screen><userinput>sed -e '/^includesdir/ s/$(libdir).*$/$(includedir)/' \
    9696    -i include/Makefile.in &amp;&amp;
    97 sed -e '/^includedir/ s:${libdir}/@PACKAGE_NAME@-@PACKAGE_VERSION@/include:@includedir@:' \
     97
     98sed -e '/^includedir/ s/=.*$/=@includedir@/' \
    9899    -e 's/^Cflags: -I${includedir}/Cflags:/' \
    99100    -i libffi.pc.in        &amp;&amp;
     101
    100102./configure --prefix=/usr --disable-static &amp;&amp;
    101103make</userinput></screen>
  • general/prog/tcl.xml

    rc28445f3 r4efac57  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "8103eaf6d71acb716a64224492f09d5f">
     9  <!ENTITY tcl-md5sum        "db382feca91754b7f93da16dc4cdad1f">
    1010  <!ENTITY tcl-size          "8.5 MB">
    11   <!ENTITY tcl-buildsize     "79 MB (includes documentation installation)">
    12   <!ENTITY tcl-time          "0.9 SBU (adittional 1.5 SBU for the tests)">
     11  <!ENTITY tcl-buildsize     "73 MB (includes documentation installation)(add 10MB for tests)">
     12  <!ENTITY tcl-time          "0.9 SBU (adittional 2.2 SBU for the tests)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
     
    133133            $([ $(uname -m) = x86_64 ] &amp;&amp; echo --enable-64bit) &amp;&amp;
    134134make &amp;&amp;
    135 <!--
    136 sed -e "s@^\(TCL_SRC_DIR='\).*@\1/usr/include'@" \
    137     -e "/TCL_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
    138     -i tclConfig.sh</userinput></screen>-->
     135
    139136sed -e "s#$SRCDIR/unix#/usr/lib#" \
    140137    -e "s#$SRCDIR#/usr/include#"  \
    141138    -i tclConfig.sh               &amp;&amp;
    142139
    143 sed -e "s#$SRCDIR/unix/pkgs/tdbc1.0.1#/usr/lib/tdbc1.0.0#" \
    144     -e "s#$SRCDIR/pkgs/tdbc1.0.1/generic#/usr/include#"    \
    145     -e "s#$SRCDIR/pkgs/tdbc1.0.1/library#/usr/lib/tcl8.6#" \
    146     -e "s#$SRCDIR/pkgs/tdbc1.0.1#/usr/include#"            \
    147     -i pkgs/tdbc1.0.1/tdbcConfig.sh                        &amp;&amp;
    148 
    149 sed -e "s#$SRCDIR/unix/pkgs/itcl4.0.1#/usr/lib/itcl4.0.0#" \
    150     -e "s#$SRCDIR/pkgs/itcl4.0.1/generic#/usr/include#"    \
    151     -e "s#$SRCDIR/pkgs/itcl4.0.1#/usr/include#"            \
    152     -i pkgs/itcl4.0.1/itclConfig.sh                        &amp;&amp;
     140sed -e "s#$SRCDIR/unix/pkgs/tdbc1.0.2#/usr/lib/tdbc1.0.2#" \
     141    -e "s#$SRCDIR/pkgs/tdbc1.0.2/generic#/usr/include#"    \
     142    -e "s#$SRCDIR/pkgs/tdbc1.0.2/library#/usr/lib/tcl8.6#" \
     143    -e "s#$SRCDIR/pkgs/tdbc1.0.2#/usr/include#"            \
     144    -i pkgs/tdbc1.0.2/tdbcConfig.sh                        &amp;&amp;
     145
     146sed -e "s#$SRCDIR/unix/pkgs/itcl4.0.2#/usr/lib/itcl4.0.2#" \
     147    -e "s#$SRCDIR/pkgs/itcl4.0.2/generic#/usr/include#"    \
     148    -e "s#$SRCDIR/pkgs/itcl4.0.2#/usr/include#"            \
     149    -i pkgs/itcl4.0.2/itclConfig.sh                        &amp;&amp;
    153150
    154151unset SRCDIR</userinput></screen>
  • general/prog/tk.xml

    rc28445f3 r4efac57  
    77  <!ENTITY tk-download-http "&sourceforge-repo;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!ENTITY tk-md5sum        "a719038d2df12ffd41dda4a255da5e09">
     9  <!ENTITY tk-md5sum        "85ca4dbf4dcc19777fd456f6ee5d0221">
    1010  <!ENTITY tk-size          "4.1 MB">
    11   <!ENTITY tk-buildsize     "24 MB">
     11  <!ENTITY tk-buildsize     "25 MB">
    1212  <!ENTITY tk-time          "0.3 SBU">
    1313
  • introduction/welcome/changelog.xml

    rc28445f3 r4efac57  
    4646
    4747    <listitem>
     48      <para>November 13th, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[bdubbs] - Update to {tcl,tk}-8.6.3. Fixes
     52          <ulink url="&blfs-ticket-root;5812">#5812</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[bdubbs] - Update to libffi-3.2. Fixes
     56          <ulink url="&blfs-ticket-root;5810">#5810</ulink>.</para>
     57        </listitem>
     58      </itemizedlist>
     59    </listitem>
     60
     61    <listitem>
    4862      <para>November 12th, 2014</para>
    4963      <itemizedlist>
  • packages.ent

    rc28445f3 r4efac57  
    112112<!ENTITY libepoxy-version             "1.2">
    113113<!ENTITY libesmtp-version             "1.0.6">
    114 <!ENTITY libffi-version               "3.1">
     114<!ENTITY libffi-version               "3.2">
    115115<!ENTITY libgcrypt-version            "1.6.2">
    116116<!ENTITY libgee-version               "0.6.8">
     
    275275<!ENTITY subversion-version           "1.8.10">
    276276<!ENTITY swig-version                 "3.0.2">
    277 <!ENTITY tcl-version                  "8.6.2">
    278 <!ENTITY tk-version                   "8.6.2">
     277<!ENTITY tcl-version                  "8.6.3">
     278<!ENTITY tk-version                   "8.6.3">
    279279<!ENTITY vala-major-version           "0.26">  <!-- even minors only -->
    280280<!ENTITY vala-version                 "&vala-major-version;.1">
Note: See TracChangeset for help on using the changeset viewer.