Changeset 5292423 for general/prog


Ignore:
Timestamp:
07/20/2013 08:25:59 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
dc035e7
Parents:
263da2b
Message:

Touch up OpenJDK-1.7.0.40/IcedTea-2.4.1 instructions and data

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/openjdk.xml

    r263da2b r5292423  
    99
    1010  <!ENTITY icedtea-md5sum                "cbdefd7d385c61a457924bfbee87e643">
    11   <!ENTITY icedtea-size                  "4.7 MB">
     11  <!ENTITY icedtea-size                  "4.6 MB">
    1212
    1313  <!ENTITY corba-download                "&anduin-download;/corba.tar.gz">
     
    1717  <!ENTITY hotspot-download              "&anduin-download;/hotspot.tar.gz">
    1818  <!ENTITY hotspot-md5sum                "42bfcd67d4649b3eb30649a010b9ac0a">
    19   <!ENTITY hotspot-size                  "9.4 MB">
     19  <!ENTITY hotspot-size                  "9.2 MB">
    2020
    2121  <!ENTITY jaxp-download                 "&anduin-download;/jaxp.tar.gz">
     
    2929  <!ENTITY jdk-download                  "&anduin-download;/jdk.tar.gz">
    3030  <!ENTITY jdk-md5sum                    "9e71e7ad6ace7ce629e26088950ec32d">
    31   <!ENTITY jdk-size                      "43 MB">
     31  <!ENTITY jdk-size                      "44 MB">
    3232
    3333  <!ENTITY langtools-download            "&anduin-download;/langtools.tar.gz">
     
    3737  <!ENTITY openjdk-download              "&anduin-download;/openjdk.tar.gz">
    3838  <!ENTITY openjdk-md5sum                "165e07ce440848e437f74851f09cce81">
    39   <!ENTITY openjdk-size                  "140 KB">
     39  <!ENTITY openjdk-size                  "136 KB">
    4040
    4141  <!ENTITY rhino-download                "ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip">
     
    4343  <!ENTITY rhino-size                    "4.5 MB">
    4444
    45   <!ENTITY openjdk-buildsize             "6.0-9.2 GB">
    46   <!ENTITY openjdk-time                  "45 SBU (an additional 130 SBU for testsuite)">
     45  <!ENTITY openjdk-buildsize             "8.1-9.2 GB">
     46  <!ENTITY openjdk-time                  "47 SBU (an additional 156 SBU for testsuite)">
    4747]>
    4848
     
    216216      <listitem>
    217217        <para><ulink
    218         url="&patch-root;/icedtea-&icedtea-version;-add_cacerts-1.patch"/></para>
     218        url="&patch-root;/icedtea-&icedtea-version;-add_cacerts-2.patch"/></para>
    219219      </listitem>
    220220      <listitem>
     
    307307    certificates:</para>
    308308
    309 <screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-add_cacerts-1.patch</userinput></screen>
     309<screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-add_cacerts-2.patch</userinput></screen>
    310310
    311311    <para>Apply a patch to replace fixed paths with ones appropriate for
     
    319319
    320320
    321     <para>Configure and build the package with the following commands:</para>
     321    <para>Configure and build the package with the following commands
     322    (with-pkgversion and with-version-suffix values can be modified to fit
     323    +    user's preferences):</para>
    322324
    323325<screen><userinput>unset JAVA_HOME &amp;&amp;
    324 ./autogen.sh &amp;&amp;
     326./autogen.sh    &amp;&amp;
    325327./configure --with-jdk-home=/opt/OpenJDK-&openjdk-version;-bin \
    326             --enable-nss \
     328            --enable-nss                              \
     329            --with-version-suffix=blfs                \
    327330            --enable-pulse-java &amp;&amp;
    328331make</userinput></screen>
     
    375378    location of the temporary <application>JDK</application>.</para>
    376379
     380    <para><parameter>--with-pkgversion</parameter>: This switch can be used
     381    to modify the version string in addition to "IcedTea".</para>
     382
     383    <para><parameter>--with-version-suffix</parameter>: This switch appends
     384    the given text to the JDK version string.</para>
     385
    377386    <para><parameter>--enable-pulse-java</parameter>: This switch enables
    378387    building of the pulseaudio libraries (needed to provide a complete
Note: See TracChangeset for help on using the changeset viewer.