Changeset c4f1401
- Timestamp:
- 09/21/2003 03:07:05 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 78b3cd61
- Parents:
- b2a9f85
- Files:
-
- 2 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general/general.ent
rb2a9f85 rc4f1401 107 107 <!ENTITY % gnat SYSTEM "prog/gcc/gnat.ent"> 108 108 <!ENTITY % gcc2 SYSTEM "prog/gcc2/gcc2.ent"> 109 <!ENTITY % tcltk SYSTEM "prog/tcltk/tcltk.ent"> 109 110 <!ENTITY % nasm SYSTEM "prog/nasm/nasm.ent"> 110 111 %python; … … 116 117 %gcc; 117 118 %gcc2; 119 %tcltk; 118 120 %nasm; -
general/prog/jdk/j2sdk-inst.xml
rb2a9f85 rc4f1401 55 55 export ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</userinput></screen></para> 56 56 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 57 61 <para>The included motif doesn't build properly with the current glibc/xfree86. 58 62 A solution is to build the motif library before compiling the j2sdk. Note that -
general/prog/jdk/j2sdk-intro.xml
rb2a9f85 rc4f1401 36 36 </para> 37 37 38 <!-- 38 39 <para>If you have difficulties in building the jdk, check out the javafromscratch 39 40 hint at <ulink url="http://www.linuxfromscratch.org/~tushar/"/> for some workarounds. 40 41 </para> 42 --> 41 43 42 44 <para>For users who cannot download the j2sdk source owing to license -
general/prog/prog.xml
rb2a9f85 rc4f1401 9 9 &ruby; 10 10 &gcc; 11 &tcl; 12 &tk; 11 13 &gcc2; 12 14 &NASM; -
index.xml
rb2a9f85 rc4f1401 3 3 "/usr/share/docbook/docbookx.dtd" [ 4 4 5 <!ENTITY version "2003092 0">6 <!ENTITY releasedate "September 2 0th, 2003">5 <!ENTITY version "20030921"> 6 <!ENTITY releasedate "September 21st, 2003"> 7 7 8 8 <!ENTITY % book SYSTEM "book/book.ent"> -
introduction/welcome/changelog.xml
rb2a9f85 rc4f1401 10 10 11 11 <itemizedlist> 12 13 <listitem><para>September 21st, 2003 [tushar]: Added tcl-8.4.4 and tk-8.4.4.</para></listitem> 12 14 13 15 <listitem><para>September 20th, 2003 [tushar]: Added nail-10.5.</para></listitem> -
introduction/welcome/credits.xml
rb2a9f85 rc4f1401 156 156 157 157 <listitem><para>fontconfig, gcc, gcc2, j2sdk, mozilla, nas, openoffice, ispell, nail, 158 STLport, and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem>158 STLport, tcl, tk and bind-utils: <emphasis>Tushar Teredesai</emphasis></para></listitem> 159 159 160 160 <listitem><para>ncpfs and RP-PPPoE: <emphasis>DJ Lucas</emphasis></para> -
xsoft/suites/openoffice/openoffice-intro.xml
rb2a9f85 rc4f1401 16 16 <xref linkend="freetype2"/>, <xref linkend="xfree86"/>, <xref linkend="j2sdk"/>, 17 17 <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"/>. 20 19 openoffice will utilize: 21 20 ant … … 26 25 27 26 <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> 27 The patches begin with openoffice-&openoffice-version;.</para> 32 28 33 29 <para>The source tarball only contains English language help. A localized help … … 35 31 url="http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/helpcontent/"/>.</para> 36 32 33 <!-- 37 34 <para>If you have difficulties in building openoffice, check out the 38 35 openoffice … … 41 38 hint also discusses installation of auxiliary software. 42 39 </para> 43 <!--44 40 <note><para>There is a problem with the current version of OO on LFS. 45 41 The build and installation appears to be successful but no files are installed.
Note:
See TracChangeset
for help on using the changeset viewer.