Ignore:
Timestamp:
10/04/2003 06:53:41 AM (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:
717df1b
Parents:
60e14d4
Message:

Patches reorganization - Part IV

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/jdk/j2sdk-intro.xml

    r60e14d4 rce2d956  
    1111<para>
    1212The <acronym>JDK</acronym> comes in two flavors, a precompiled binary and a
    13 source package. The precompiled binary is linked against <acronym>GCC
    14 </acronym>-2 libraries. Due to the incompatibilities between
    15 <acronym>GCC</acronym>-2 and <acronym>GCC</acronym>-3, the precompiled java
    16 plugin causes problems when <acronym>GCC</acronym>-3 compiled packages (for
    17 example <application>Mozilla</application>) try to load the <application>Java
    18 </application> plugin. The source package requires registration at the Sun
     13source package. Previously, the plugin included in the <acronym>JDK</acronym> binary
     14package was unusable on <acronym>LFS</acronym>
     15owing to incompatibilities with <acronym>GCC</acronym>-3 compiled browsers.
     16This is not the case anymore.</para>
     17
     18<para>The source package requires registration at the Sun
    1919developer site and accepting the Sun Community Source License.
    2020The source code cannot be downloaded from some countries, so for users
     
    2727headers package available at the same location.</para>
    2828
     29<!--
    2930<para>For users who cannot download the <application>J2SDK</application> source owing to license restrictions, <application>blackdown
    3031</application> has an <acronym>GCC</acronym>-3 based precompiled version.
    3132Check out <ulink url="http://www.blackdown.org/"/> for more
    3233information.</para>
     34-->
    3335
    3436<sect3><title>Package information</title>
     
    5052<sect3><title>Additional downloads</title>
    5153<itemizedlist spacing='compact'>
    52 <listitem><para>Required Patches:
    53 <ulink url="&hfile-root;"/></para></listitem></itemizedlist>
     54<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-fix-intl-files.patch"/></para></listitem>
     55<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-gcc33-1.patch"/></para></listitem>
     56<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-link-missing-libs.patch"/></para></listitem>
     57<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-motif-mkmsgcat.patch"/></para></listitem>
     58<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-remove-fixed-paths.patch"/></para></listitem>
     59<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-syntax-fixes.patch"/></para></listitem>
     60<listitem><para><ulink url="&patch-root;/j2sdk-1.4.1-use-included-motif.patch"/></para></listitem>
     61</itemizedlist>
    5462</sect3>
    5563
     
    5866<sect4><title>Required</title>
    5967<para><xref linkend="xfree86"/>, <xref linkend="zip"/>, <xref
    60 linkend="unzip"/>, <xref linkend="cpio"/>, <xref linkend="tcsh"/> and <xref
    61 linkend="gcc2"/></para></sect4>
     68linkend="unzip"/>, <xref linkend="cpio"/>, and <xref linkend="tcsh"/>
     69</para></sect4>
    6270</sect3>
    6371
Note: See TracChangeset for help on using the changeset viewer.