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/tk.xml

    rbc9797f r82fac2c  
    77  <!ENTITY tk-download-http "&sourceforge-repo;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!-- might be useful again in the future
    10   <!ENTITY tk-download-ftp  "&gentoo-ftp-repo;/tk&tk-version;-src.tar.gz">-->
    11   <!ENTITY tk-md5sum        "a01640176845c1f654a412cfc9bab13b">
    12   <!ENTITY tk-size          "3.7 MB">
    13   <!ENTITY tk-buildsize     "28 MB">
     9  <!ENTITY tk-md5sum        "b883a1a3c489c17413fb602a94bf54e8">
     10  <!ENTITY tk-size          "4.1 MB">
     11  <!ENTITY tk-buildsize     "30 MB">
    1412  <!ENTITY tk-time          "0.3 SBU">
    1513
    16   <!-- Ensure this is updated when Tk moves from the 8.5.x branch -->
    17   <!ENTITY tk-ver           "8.5">
     14  <!-- Ensure this is updated when Tk moves from the 8.6.x branch -->
     15  <!ENTITY tk-ver           "8.6">
    1816]>
    1917
     
    8583
    8684    <para condition="html" role="usernotes">User Notes:
    87     <ulink url="&blfs-wiki;/tk"/></para>
    88 
     85      <ulink url="&blfs-wiki;/tk"/>
     86    </para>
    8987  </sect2>
    9088
     
    9997<screen><userinput>cd unix &amp;&amp;
    10098./configure --prefix=/usr \
    101             --enable-threads \
    102             --mandir=/usr/share/man &amp;&amp;
     99            --mandir=/usr/share/man \
     100            $([ $(uname -m) = x86_64 ] &amp;&amp; echo --enable-64bit) &amp;&amp;
     101
    103102make &amp;&amp;
     103
    104104sed -e "s@^\(TK_SRC_DIR='\).*@\1/usr/include'@" \
    105105    -e "/TK_B/s@='\(-L\)\?.*unix@='\1/usr/lib@" \
     
    128128
    129129    <para>
    130       <option>--enable-threads</option>: This switch forces the
    131       package to build with thread support.
     130      <option>$([ $(uname -m) = x86_64 ] &amp;&amp; echo
     131      --enable-64bit)</option>: This switch is used to enable 64 bit
     132      support in <application>Tk</application> on 64 bit operating
     133      systems.
    132134    </para>
    133135
     
    209211
    210212      <varlistentry id="libtk">
    211         <term><filename role="library">libtk&tk-ver;.so</filename></term>
     213        <term><filename class="libraryfile">libtk&tk-ver;.so</filename></term>
    212214        <listitem>
    213215          <para>
Note: See TracChangeset for help on using the changeset viewer.