Author: bdubbs Date: Sat Jul 20 13:25:59 2013 New Revision: 11455 Log: Touch up OpenJDK-1.7.0.40/IcedTea-2.4.1 instructions and data
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/openjdk.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Thu Jul 18 13:21:39 2013 (r11454) +++ trunk/BOOK/general.ent Sat Jul 20 13:25:59 2013 (r11455) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "18"> <!-- Always 2 digits --> +<!ENTITY day "20"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2013"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "July 18th, &year;"> +<!ENTITY releasedate "July 20th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> Modified: trunk/BOOK/general/prog/openjdk.xml ============================================================================== --- trunk/BOOK/general/prog/openjdk.xml Thu Jul 18 13:21:39 2013 (r11454) +++ trunk/BOOK/general/prog/openjdk.xml Sat Jul 20 13:25:59 2013 (r11455) @@ -8,7 +8,7 @@ <!ENTITY icedtea-download "http://icedtea.classpath.org/download/source/icedtea-&icedtea-version;.tar.gz"> <!ENTITY icedtea-md5sum "cbdefd7d385c61a457924bfbee87e643"> - <!ENTITY icedtea-size "4.7 MB"> + <!ENTITY icedtea-size "4.6 MB"> <!ENTITY corba-download "&anduin-download;/corba.tar.gz"> <!ENTITY corba-md5sum "b4a1f9a5553f92d285bff3f8076e61dd"> @@ -16,7 +16,7 @@ <!ENTITY hotspot-download "&anduin-download;/hotspot.tar.gz"> <!ENTITY hotspot-md5sum "42bfcd67d4649b3eb30649a010b9ac0a"> - <!ENTITY hotspot-size "9.4 MB"> + <!ENTITY hotspot-size "9.2 MB"> <!ENTITY jaxp-download "&anduin-download;/jaxp.tar.gz"> <!ENTITY jaxp-md5sum "38834edb77ed2fd8e8828100deb6e943"> @@ -28,7 +28,7 @@ <!ENTITY jdk-download "&anduin-download;/jdk.tar.gz"> <!ENTITY jdk-md5sum "9e71e7ad6ace7ce629e26088950ec32d"> - <!ENTITY jdk-size "43 MB"> + <!ENTITY jdk-size "44 MB"> <!ENTITY langtools-download "&anduin-download;/langtools.tar.gz"> <!ENTITY langtools-md5sum "86f728535c6edb7b7ea2d567f2fcff87"> @@ -36,14 +36,14 @@ <!ENTITY openjdk-download "&anduin-download;/openjdk.tar.gz"> <!ENTITY openjdk-md5sum "165e07ce440848e437f74851f09cce81"> - <!ENTITY openjdk-size "140 KB"> + <!ENTITY openjdk-size "136 KB"> <!ENTITY rhino-download "ftp://ftp.mozilla.org/pub/mozilla.org/js/rhino1_7R3.zip"> <!ENTITY rhino-md5sum "99d94103662a8d0b571e247a77432ac5"> <!ENTITY rhino-size "4.5 MB"> - <!ENTITY openjdk-buildsize "6.0-9.2 GB"> - <!ENTITY openjdk-time "45 SBU (an additional 130 SBU for testsuite)"> + <!ENTITY openjdk-buildsize "8.1-9.2 GB"> + <!ENTITY openjdk-time "47 SBU (an additional 156 SBU for testsuite)"> ]> <sect1 id="openjdk" xreflabel="OpenJDK-&openjdk-version;"> @@ -215,7 +215,7 @@ <itemizedlist spacing='compact'> <listitem> <para><ulink - url="&patch-root;/icedtea-&icedtea-version;-add_cacerts-1.patch"/></para> + url="&patch-root;/icedtea-&icedtea-version;-add_cacerts-2.patch"/></para> </listitem> <listitem> <para><ulink @@ -306,7 +306,7 @@ <para>Apply a patch to generate a valid cacerts file using the system CA certificates:</para> -<screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-add_cacerts-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-add_cacerts-2.patch</userinput></screen> <para>Apply a patch to replace fixed paths with ones appropriate for BLFS:</para> @@ -318,12 +318,15 @@ <screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-fix_tests-1.patch</userinput></screen> - <para>Configure and build the package with the following commands:</para> + <para>Configure and build the package with the following commands + (with-pkgversion and with-version-suffix values can be modified to fit + + user's preferences):</para> <screen><userinput>unset JAVA_HOME && -./autogen.sh && +./autogen.sh && ./configure --with-jdk-home=/opt/OpenJDK-&openjdk-version;-bin \ - --enable-nss \ + --enable-nss \ + --with-version-suffix=blfs \ --enable-pulse-java && make</userinput></screen> @@ -374,6 +377,12 @@ <para><parameter>--with-jdk-home</parameter>: This switch provides the location of the temporary <application>JDK</application>.</para> + <para><parameter>--with-pkgversion</parameter>: This switch can be used + to modify the version string in addition to "IcedTea".</para> + + <para><parameter>--with-version-suffix</parameter>: This switch appends + the given text to the JDK version string.</para> + <para><parameter>--enable-pulse-java</parameter>: This switch enables building of the pulseaudio libraries (needed to provide a complete implementation that is reasonably compatible with the proprietary Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Thu Jul 18 13:21:39 2013 (r11454) +++ trunk/BOOK/introduction/welcome/changelog.xml Sat Jul 20 13:25:59 2013 (r11455) @@ -44,6 +44,16 @@ --> <listitem> + <para>July 20th, 2013</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Touch up OpenJDK-1.7.0.40/IcedTea-2.4.1 + instructions and data.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 18th, 2013</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
