Ignore:
Timestamp:
01/18/2013 03:06:25 PM (11 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:
1700976
Parents:
bc9797f
Message:

Package updates and some modifications. See changelog.xml for details.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    rbc9797f r82fac2c  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!-- this might appear in the future
    10   <!ENTITY tcl-download-ftp  "&gentoo-ftp-repo;/tcl&tcl-version;-src.tar.gz">-->
    11   <!ENTITY tcl-md5sum        "174b2b4c619ba8f96875d8a051917703">
    12   <!ENTITY tcl-size          "4.3 MB">
    13   <!ENTITY tcl-buildsize     "48 MB (includes documentation installation)">
    14   <!ENTITY tcl-time          "0.4 SBU">
     9  <!ENTITY tcl-md5sum        "573aa5fe678e9185ef2b3c56b24658d3">
     10  <!ENTITY tcl-size          "8.3 MB">
     11  <!ENTITY tcl-buildsize     "80 MB (includes documentation installation)">
     12  <!ENTITY tcl-time          "0.5 SBU">
    1513
    1614  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    17   <!ENTITY tcl-doc-md5sum    "849785419423b00d0d3d771239a01299">
     15  <!ENTITY tcl-doc-md5sum    "e53baf609df8b55f091c258886b6f994">
    1816  <!ENTITY tcl-doc-size      "913 KB">
    1917
    20   <!-- Ensure this is updated when Tcl moves from the 8.5.x branch -->
    21   <!ENTITY tcl-ver           "8.5">
     18  <!-- Ensure this is updated when Tcl moves from the 8.6.x branch -->
     19  <!ENTITY tcl-ver           "8.6">
    2220]>
    2321
     
    10199
    102100    <para condition="html" role="usernotes">User Notes:
    103     <ulink url="&blfs-wiki;/tcl"/></para>
    104 
     101      <ulink url="&blfs-wiki;/tcl"/>
     102    </para>
    105103  </sect2>
    106104
     
    128126<screen><userinput>cd unix &amp;&amp;
    129127./configure --prefix=/usr \
    130             --enable-threads \
    131             --mandir=/usr/share/man &amp;&amp;
     128            --mandir=/usr/share/man \
     129            $([ $(uname -m) = x86_64 ] &amp;&amp; echo --enable-64bit) &amp;&amp;
    132130make &amp;&amp;
    133131
     
    164162
    165163    <para>
    166       <option>--enable-threads</option>: This switch forces the package
    167       to build with threads support.
     164      <option>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
     165      --enable-64bit)</option>: This switch is used to enable 64 bit
     166      support in <application>Tcl</application> on 64 bit operating
     167      systems.
    168168    </para>
    169169
     
    209209        <seg>
    210210          /usr/lib/tcl8,
     211          /usr/lib/thread2.7.0,
     212          /usr/lib/tdbcodbc1.0.0,
     213          /usr/lib/tdbc1.0.0,
     214          /usr/lib/sqlite3.7.15.1,
     215          /usr/lib/tdbcpostgres1.0.0,
    211216          /usr/lib/tcl&tcl-ver;,
    212           /usr/share/man/mann and optionally
     217          /usr/lib/tdbcmysql1.0.0,
     218          /usr/lib/itcl4.0.0,
     219          /usr/share/man/mann and optionaly
    213220          /usr/share/doc/&tcl-version;
    214221        </seg>
     
    247254
    248255      <varlistentry id="libtcl">
    249         <term><filename role="library">libtcl&tcl-ver;.so</filename></term>
     256        <term><filename class="libraryfile">libtcl&tcl-ver;.so</filename></term>
    250257        <listitem>
    251258          <para>
Note: See TracChangeset for help on using the changeset viewer.