Changeset c4f1401


Ignore:
Timestamp:
09/21/2003 03:07:05 PM (21 years ago)
Author:
Tushar Teredesai <tushar@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
78b3cd61
Parents:
b2a9f85
Message:

Added tcl/tk-8.4.4

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

Files:
2 added
8 edited

Legend:

Unmodified
Added
Removed
  • general/general.ent

    rb2a9f85 rc4f1401  
    107107<!ENTITY % gnat SYSTEM "prog/gcc/gnat.ent">
    108108<!ENTITY % gcc2 SYSTEM "prog/gcc2/gcc2.ent">
     109<!ENTITY % tcltk SYSTEM "prog/tcltk/tcltk.ent">
    109110<!ENTITY % nasm SYSTEM "prog/nasm/nasm.ent">
    110111%python;
     
    116117%gcc;
    117118%gcc2;
     119%tcltk;
    118120%nasm;
  • general/prog/jdk/j2sdk-inst.xml

    rb2a9f85 rc4f1401  
    5555export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</userinput></screen></para>
    5656
     57<para>Additionally, if you would like to make in parallel, add the following (adjust
     58<envar>MAKE_PARALLEL</envar> to your liking):</para>
     59<para><screen><userinput>export HOTSPOT_BUILD_JOBS=$MAKE_PARALLEL</userinput></screen></para>
     60
    5761<para>The included motif doesn't build properly with the current glibc/xfree86.
    5862A solution is to build the motif library before compiling the j2sdk. Note that
  • general/prog/jdk/j2sdk-intro.xml

    rb2a9f85 rc4f1401  
    3636</para>
    3737
     38<!--
    3839<para>If you have difficulties in building the jdk, check out the javafromscratch
    3940hint at <ulink url="http://www.linuxfromscratch.org/~tushar/"/> for some workarounds.
    4041</para>
     42-->
    4143
    4244<para>For users who cannot download the j2sdk source owing to license
  • general/prog/prog.xml

    rb2a9f85 rc4f1401  
    99&ruby;
    1010&gcc;
     11&tcl;
     12&tk;
    1113&gcc2;
    1214&NASM;
  • index.xml

    rb2a9f85 rc4f1401  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030920">
    6 <!ENTITY releasedate "September 20th, 2003">
     5<!ENTITY version "20030921">
     6<!ENTITY releasedate "September 21st, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rb2a9f85 rc4f1401  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>September 21st, 2003 [tushar]: Added tcl-8.4.4 and tk-8.4.4.</para></listitem>
    1214
    1315<listitem><para>September 20th, 2003 [tushar]: Added nail-10.5.</para></listitem>
  • introduction/welcome/credits.xml

    rb2a9f85 rc4f1401  
    156156
    157157<listitem><para>fontconfig, gcc, gcc2, j2sdk, mozilla, nas, openoffice, ispell, nail,
    158 STLport, and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem>
     158STLport, tcl, tk and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem>
    159159
    160160<listitem><para>ncpfs and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para>
  • xsoft/suites/openoffice/openoffice-intro.xml

    rb2a9f85 rc4f1401  
    1616<xref linkend="freetype2"/>, <xref linkend="xfree86"/>, <xref linkend="j2sdk"/>,
    1717<xref linkend="zip"/>, <xref linkend="unzip"/>, <xref linkend="tcsh"/>,
    18 <xref linkend="db"/>, <xref linkend="STLport"/>, <xref linkend="which"/>
    19 and <ulink url="http://www.courtesan.com/mktemp">mktemp</ulink>
     18<xref linkend="db"/>, <xref linkend="STLport"/>, and <xref linkend="which"/>.
    2019openoffice will utilize:
    2120ant
     
    2625
    2726<para>Also download the various patches from <userinput><ulink url="&hfile-root;"/></userinput>.
    28 The patches begin with openoffice-&openoffice-version;.
    29 You will need most of the patches
    30 except for the patches that activate the use the system installed versions
    31 of packages (you need to select those based on your installation).</para>
     27The patches begin with openoffice-&openoffice-version;.</para>
    3228
    3329<para>The source tarball only contains English language help. A localized help
     
    3531url="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/"/>.</para>
    3632
     33<!--
    3734<para>If you have difficulties in building openoffice, check out the
    3835openoffice
     
    4138hint also discusses installation of auxiliary software.
    4239</para>
    43 <!--
    4440<note><para>There is a problem with the current version of OO on LFS.
    4541The build and installation appears to be successful but no files are installed.
Note: See TracChangeset for help on using the changeset viewer.