Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2009 21:48:55 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 170021 for review
Message-ID:  <200910312148.n9VLmtRO035253@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/chv.cgi?CH=170021

Change 170021 by rene@rene_self on 2009/10/31 21:48:47

	[porters handbook]
	* update version numbers of gcc and java
	* remove some pre-java 1.3 notes

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#47 edit

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#47 (text+ko) ====

@@ -3378,9 +3378,9 @@
 	  <para>It is <emphasis>always</emphasis> incorrect to set
 	    any <makevar>USE_<replaceable>*</replaceable></makevar>
 	    in <filename>/etc/make.conf</filename>.  For instance,
-	    setting <programlisting>USE_GCC=3.2</programlisting>
-	    would adds a dependency on gcc32 for every port,
-	    including gcc32 itself!</para>
+	    setting <programlisting>USE_GCC=3.4</programlisting>
+	    would adds a dependency on gcc34 for every port,
+	    including gcc34 itself!</para>
 	</note>
 
 	<table frame="none">
@@ -3433,9 +3433,9 @@
 
 		<entry>The port requires a specific version of
 		  <command>gcc</command> to build.  The exact version can be
-		  specified with value such as <literal>3.2</literal>.
+		  specified with value such as <literal>3.4</literal>.
 		  The minimal required version can be specified as
-		  <literal>3.2+</literal>.  The <command>gcc</command> from
+		  <literal>3.4+</literal>.  The <command>gcc</command> from
 		  the base system is used when it satisfies the requested
 		  version, otherwise an appropriate <command>gcc</command> is
 		  compiled from ports and the <makevar>CC</makevar> and
@@ -3701,11 +3701,11 @@
 	a different location.  However, this is not recommended.  These entries
 	contain just the path relative to
 	<filename><makevar>PREFIX</makevar>/<makevar>INFO_PATH</makevar></filename>.
-	For example, <filename role="package">lang/gcc33</filename> installs
+	For example, <filename role="package">lang/gcc34</filename> installs
 	info files to
-	<filename><makevar>PREFIX</makevar>/<makevar>INFO_PATH</makevar>/gcc33</filename>,
+	<filename><makevar>PREFIX</makevar>/<makevar>INFO_PATH</makevar>/gcc34</filename>,
 	and <makevar>INFO</makevar> will be something like this:
-	<programlisting>INFO= gcc33/cpp gcc33/cppinternals gcc33/g77 ...
+	<programlisting>INFO= gcc34/cpp gcc34/cppinternals gcc34/g77 ...
 </programlisting>
 	Appropriate installation/de-installation code will be automatically
 	added to the temporary <filename>pkg-plist</filename> before package
@@ -5935,7 +5935,7 @@
       <para>There are several JDKs in the ports collection, from various
 	vendors, and in several versions.  If your port must use one of
 	these versions, you can define which one.  The most current
-	version is <filename role="package">java/jdk15</filename>.</para>
+	version is <filename role="package">java/jdk16</filename>.</para>
 
       <table frame="none">
 	<title>Variables that may be set by ports that use Java</title>
@@ -6074,21 +6074,21 @@
 	    <row>
 	      <entry><makevar>JAVAC</makevar></entry>
 	      <entry>Path to the Java compiler to use (e.g.
-		<filename>'/usr/local/jdk1.1.8/bin/javac'</filename> or
+		<filename>'/usr/local/jdk1.3.1/bin/javac'</filename> or
 		<filename>'/usr/local/bin/jikes'</filename>).</entry>
 	    </row>
 
 	    <row>
 	      <entry><makevar>JAR</makevar></entry>
 	      <entry>Path to the <command>jar</command> tool to use (e.g.
-		<filename>'/usr/local/jdk1.2.2/bin/jar'</filename> or
+		<filename>'/usr/local/jdk1.3.1/bin/jar'</filename> or
 		<filename>'/usr/local/bin/fastjar'</filename>).</entry>
 	    </row>
 
 	    <row>
 	      <entry><makevar>APPLETVIEWER</makevar></entry>
 	      <entry>Path to the <command>appletviewer</command> utility (e.g.
-		<filename>'/usr/local/linux-jdk1.2.2/bin/appletviewer'</filename>).</entry>
+		<filename>'/usr/local/linux-jdk1.3.1/bin/appletviewer'</filename>).</entry>
 	    </row>
 
 	    <row>
@@ -6116,9 +6116,7 @@
 
 	    <row>
 	      <entry><makevar>JAVA_KEYTOOL</makevar></entry>
-	      <entry>Path to the <command>keytool</command> utility program.
-		This variable is available only if the JDK is Java 1.2 or
-		higher.</entry>
+	      <entry>Path to the <command>keytool</command> utility program.</entry>
 	    </row>
 
 	    <row>
@@ -6128,9 +6126,7 @@
 
 	    <row>
 	      <entry><makevar>JAVA_POLICYTOOL</makevar></entry>
-	      <entry>Path to the <command>policytool</command> program.
-		This variable is available only if the JDK is Java 1.2 or
-		higher.</entry>
+	      <entry>Path to the <command>policytool</command> program.</entry>
 	    </row>
 
 	    <row>
@@ -6153,18 +6149,13 @@
 
 	    <row>
 	      <entry><makevar>RMID</makevar></entry>
-	      <entry>Path to the RMI daemon program <command>rmid</command>.
-		This variable is only available if the JDK is Java 1.2
-		or higher.</entry>
+	      <entry>Path to the RMI daemon program <command>rmid</command>.</entry>
 	    </row>
 
 	    <row>
 	      <entry><makevar>JAVA_CLASSES</makevar></entry>
 	      <entry>Path to the archive that contains the JDK class
-		files. On JDK 1.2 or later, this is
-		<filename>${JAVA_HOME}/jre/lib/rt.jar</filename>.  Earlier
-		JDKs used
-		<filename>${JAVA_HOME}/lib/classes.zip</filename>.</entry>
+		files, <filename>${JAVA_HOME}/jre/lib/rt.jar</filename>.</entry>
 	    </row>
 
 	    <row>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910312148.n9VLmtRO035253>