Author: dj
Date: 2006-06-28 00:44:55 -0600 (Wed, 28 Jun 2006)
New Revision: 6225

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/jdk.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Updated to JDK-1.5.0 update 7

Modified: trunk/BOOK/general/prog/jdk.xml
===================================================================
--- trunk/BOOK/general/prog/jdk.xml     2006-06-27 19:58:59 UTC (rev 6224)
+++ trunk/BOOK/general/prog/jdk.xml     2006-06-28 06:44:55 UTC (rev 6225)
@@ -4,14 +4,14 @@
   <!ENTITY % general-entities SYSTEM "../../general.ent">
   %general-entities;
 
-  <!ENTITY jdk-download-source "https://tiger.dev.java.net/jdk_5_0_05.html";>
+  <!ENTITY jdk-download-source "https://tiger.dev.java.net/jdk_5_0_07.html";>
   <!ENTITY jdk-download-binary "http://java.sun.com/j2se/1.5.0/download.jsp";>
   <!ENTITY jdk-source-md5sum   
"&sources-anduin-http;/j/jdk-&jdk-src-version;.md5sums">
-  <!ENTITY jdk-bin-md5sum      "3cdad4a383b93680f02f6f06198c2227">
-  <!ENTITY jdk-bin-size        "46.7 MB">
-  <!ENTITY jdk-src-size        "64.4 MB (three .jar files)">
-  <!ENTITY jdk-src-buildsize   "1553 MB">
-  <!ENTITY jdk-time            "29 SBU">
+  <!ENTITY jdk-bin-md5sum      "1325082c36b4adcb71bc5449ae4c68cf">
+  <!ENTITY jdk-bin-size        "47.9 MB">
+  <!ENTITY jdk-src-size        "65.3 MB (three .jar files)">
+  <!ENTITY jdk-src-buildsize   "1651 MB">
+  <!ENTITY jdk-time            "35 SBU">
 ]>
 
 <sect1 id="jdk" xreflabel="JDK-&jdk-src-version;">
@@ -70,23 +70,23 @@
       </listitem>
       <listitem>
         <para>Source download: <ulink url="&jdk-download-source;"/>
-        (to download jdk-&jdk-src-string;-fcs-src-b05-jrl-13_oct_2005.jar (or
+        (to download jdk-&jdk-src-string;-fcs-src-b03-jrl-03_may_2006.jar (or
          optionally the JIUL version),
-         jdk-&jdk-src-string;-fcs-bin-b05-13_oct_2005.jar, and
-         jdk-&jdk-src-string;-mozilla_headers-b05-unix-26_aug_2005.jar)</para>
+         jdk-&jdk-src-string;-fcs-bin-b03-03_may_2006.jar, and
+         jdk-&jdk-src-string;-mozilla_headers-b03-unix-03_may_2006.jar)</para>
       </listitem>
 
       <listitem>
         <para>Download MD5 sums (source):
           <simplelist>
-            <member>215c5175e54c2facccc2c7845e339725
-                    jdk-&jdk-src-string;-fcs-bin-b05-13_oct_2005.jar
+            <member>8e4de82c323fcf42a04e1eb667941052
+                    jdk-&jdk-src-string;-fcs-bin-b03-03_may_2006.jar
             </member>
-            <member>884dd87faa082d294f725857c895b6f6
-                    jdk-&jdk-src-string;-fcs-src-b05-jrl-13_oct_2005.jar
+            <member>a111ed35f21a2f71422ade4c931249e6
+                    jdk-&jdk-src-string;-fcs-src-b03-jrl-03_may_2006.jar
             </member>
-            <member>3a3627ab55c6a63cddc90d5b3fad4b83
-                    
jdk-&jdk-src-string;-mozilla_headers-b05-unix-26_aug_2005.jar
+            <member>ac3d0196f437260c2bdc30326af3fc94
+                    
jdk-&jdk-src-string;-mozilla_headers-b03-unix-03_may_2006.jar
             </member>
           </simplelist>
         </para>
@@ -129,10 +129,6 @@
         <para><ulink
         
url="&patch-root;/jdk-&jdk-src-version;-remove_fixed_paths-1.patch"/></para>
       </listitem>
-      <listitem>
-        <para><ulink
-        url="&patch-root;/jdk-&jdk-src-version;-xorg-6.8.1-1.patch"/></para>
-      </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect4">Recommended Patches</bridgehead>
@@ -170,7 +166,7 @@
     choose to keep either or both.</para>
 
     <tip>
-      <para>The <command>./jdk-&jdk-bin-string;-linux-i?86.bin</command>
+      <para>The <command>./jdk-mod.bin</command>
       command below unpacks the distribution into a
       <filename class='directory'>jdk&jdk-bin-version;</filename> directory.
       You will be required to view, and then accept (by entering a
@@ -245,16 +241,13 @@
 
     <para>Set/unset some variables which affect the build:</para>
 
-<screen><userinput>export ALT_BOOTDIR="$JAVA_HOME" &amp;&amp;
-unset JAVA_HOME &amp;&amp;
-unset CLASSPATH
-unset CFLAGS
-unset CXXFLAGS
-unset LDFLAGS
+<screen><userinput>export ALT_BOOTDIR=${JAVA_HOME} &amp;&amp;
+export CLASSPATH_HOLD=${CLASSPATH} &amp;&amp;
+unset JAVA_HOME CLASSPATH CFLAGS CXXFLAGS LDFLAGS &amp;&amp;
 export ALT_DEVTOOLS_PATH="/usr/bin" &amp;&amp;
-export BUILD_NUMBER="update-05" &amp;&amp;
+export BUILD_NUMBER="update-7" &amp;&amp;
 export DEV_ONLY=true &amp;&amp;
-export ALT_MOZILLA_HEADERS_PATH=$PWD/share/plugin/ &amp;&amp;
+export ALT_MOZILLA_HEADERS_PATH=${PWD}/share/plugin/ &amp;&amp;
 export INSANE=true &amp;&amp;
 export MAKE_VERBOSE=true &amp;&amp;
 export 
ALT_CACERTS_FILE=${ALT_BOOTDIR}/jre/lib/security/cacerts</userinput></screen>
@@ -294,31 +287,27 @@
 
 <screen role="root"><userinput>cp -v -a j2sdk-image 
/opt/jdk/jdk-&jdk-src-version; &amp;&amp;
 chown -v -R root:root /opt/jdk/jdk-&jdk-src-version; &amp;&amp;
-ln -sf motif21/libmawt.so  
/opt/jdk/jdk-&jdk-src-version;/jre/lib/i386/</userinput></screen>
+ln -v -sf motif21/libmawt.so  
/opt/jdk/jdk-&jdk-src-version;/jre/lib/i386/</userinput></screen>
 
     <para>Restore the unprivileged user's environment using the following
     commands:</para>
 
-<screen><userinput>unset ALT_BOOTDIR &amp;&amp;
-unset ALT_DEVTOOLS_PATH &amp;&amp;
-unset BUILD_NUMBER &amp;&amp;
-unset DEV_ONLY &amp;&amp;
-unset ALT_MOZILLA_HEADERS_PATH &amp;&amp;
-unset INSANE &amp;&amp;
-unset MAKE_VERBOSE &amp;&amp;
-unset ALT_CACERTS_FILE &amp;&amp;
+<screen><userinput>export JAVA_HOME=${ALT_BOOTDIR} &amp;&amp;
+export CLASSPATH=${CLASSPATH_HOLD} &amp;&amp;
 export PATH=${PATH_HOLD} &amp;&amp;
-unset PATH_HOLD</userinput></screen>
+unset ALT_BOOTDIR CLASSPATH_HOLD ALT_DEVTOOLS_PATH BUILD_NUMBER &amp;&amp;
+unset DEV_ONLY ALT_MOZILLA_HEADERS_PATH INSANE MAKE_VERBOSE &amp;&amp;
+unset ALT_CACERTS_FILE PATH_HOLD</userinput></screen>
 
   </sect2>
 
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><command>export ALT_BOOTDIR="$JAVA_HOME"</command>: This variable 
sets
+    <para><command>export ALT_BOOTDIR=${JAVA_HOME}</command>: This variable 
sets
     the location of the bootstrap <application>JDK</application>.</para>
 
-    <para><command>export 
ALT_MOZILLA_HEADERS_PATH=$PWD/share/plugin/</command>:
+    <para><command>export 
ALT_MOZILLA_HEADERS_PATH=${PWD}/share/plugin/</command>:
     This tells the build exactly where to find the
     <application>Mozilla</application> headers.  This has changed since the
     previous version and is not mentioned in the installation documentation
@@ -327,7 +316,7 @@
     <para><command>export ALT_DEVTOOLS_PATH="/usr/bin"</command>: This
     changes the location where the build finds the needed executables.</para>
 
-    <para><command>export BUILD_NUMBER="blfs-&blfs-version;"</command>:
+    <para><command>export BUILD_NUMBER="update-7"</command>:
     This will help you identify the compiled version of the runtime environment
     and virtual machine by appending this information to the version
     string.</para>
@@ -336,17 +325,9 @@
     skips compiling the documentation and eliminates a dependency on
     <application>rpm</application>.</para>
 
-    <para><command>unset JAVA_HOME</command>: This clears the
-    <envar>JAVA_HOME</envar> variable as recommended by the build
-    instructions.</para>
+    <para><command>unset JAVA_HOME CLASSPATH CFLAGS CXXFLAGS LDFLAGS</command>:
+    These variables cause miscompilation of the build. Never set them.</para>
 
-    <para><command>unset CLASSPATH</command>: This clears the
-    <envar>CLASSPATH</envar> variable as recommended by the build
-    instructions.</para>
-
-    <para><command>unset CFLAGS/CXXFLAGS...</command>: These variables cause
-    miscompilation of the build. Never set them.</para>
-
     <para><command>export INSANE=true</command>: The certified platform for the
     build is Redhat Enterprise Advanced Server 2.1. This variable ensures that
     all the errors related to compiling on a non-certified platform will be

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2006-06-27 19:58:59 UTC (rev 6224)
+++ trunk/BOOK/general.ent      2006-06-28 06:44:55 UTC (rev 6225)
@@ -1,4 +1,4 @@
-<!ENTITY day          "27">                   <!-- Always 2 digits -->
+<!ENTITY day          "28">                   <!-- Always 2 digits -->
 <!ENTITY month        "06">                   <!-- Always 2 digits -->
 <!ENTITY year         "2006">
 <!ENTITY version      "svn-&year;&month;&day;">
@@ -173,10 +173,10 @@
 <!ENTITY gcc-version                  "4.0.3">
 <!ENTITY gcc3-version                 "3.3.6">
 <!ENTITY guile-version                "1.6.7">
-<!ENTITY jdk-bin-version              "1.5.0_06">
-<!ENTITY jdk-bin-string               "1_5_0_06">
-<!ENTITY jdk-src-version              "1.5.0_05">
-<!ENTITY jdk-src-string               "1_5_0_05">
+<!ENTITY jdk-bin-version              "1.5.0_07">
+<!ENTITY jdk-bin-string               "1_5_0_07">
+<!ENTITY jdk-src-version              "1.5.0_07">
+<!ENTITY jdk-src-string               "1_5_0_07">
 <!ENTITY librep-version               "0.17">
 <!ENTITY NASM-version                 "0.98.39">
 <!ENTITY pdl-version                  "2.4.2">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-06-27 19:58:59 UTC 
(rev 6224)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-06-28 06:44:55 UTC 
(rev 6225)
@@ -40,6 +40,15 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>June 28th, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Updated JDK, source and bin, to jdk-1.5.0
+          update 7.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>June 27th, 2006</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to