From owner-p4-projects@FreeBSD.ORG Sat Oct 31 21:48:56 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 272571065679; Sat, 31 Oct 2009 21:48:56 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF5F7106566C for ; Sat, 31 Oct 2009 21:48:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CE09C8FC08 for ; Sat, 31 Oct 2009 21:48:55 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n9VLmt6E035255 for ; Sat, 31 Oct 2009 21:48:55 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n9VLmtRO035253 for perforce@freebsd.org; Sat, 31 Oct 2009 21:48:55 GMT (envelope-from rene@FreeBSD.org) Date: Sat, 31 Oct 2009 21:48:55 GMT Message-Id: <200910312148.n9VLmtRO035253@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 170021 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 21:48:56 -0000 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 @@ It is always incorrect to set any USE_* in /etc/make.conf. For instance, - setting USE_GCC=3.2 - would adds a dependency on gcc32 for every port, - including gcc32 itself! + setting USE_GCC=3.4 + would adds a dependency on gcc34 for every port, + including gcc34 itself! @@ -3433,9 +3433,9 @@ The port requires a specific version of gcc to build. The exact version can be - specified with value such as 3.2. + specified with value such as 3.4. The minimal required version can be specified as - 3.2+. The gcc from + 3.4+. The gcc from the base system is used when it satisfies the requested version, otherwise an appropriate gcc is compiled from ports and the CC and @@ -3701,11 +3701,11 @@ a different location. However, this is not recommended. These entries contain just the path relative to PREFIX/INFO_PATH. - For example, lang/gcc33 installs + For example, lang/gcc34 installs info files to - PREFIX/INFO_PATH/gcc33, + PREFIX/INFO_PATH/gcc34, and INFO will be something like this: - INFO= gcc33/cpp gcc33/cppinternals gcc33/g77 ... + INFO= gcc34/cpp gcc34/cppinternals gcc34/g77 ... Appropriate installation/de-installation code will be automatically added to the temporary pkg-plist before package @@ -5935,7 +5935,7 @@ 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 java/jdk15. + version is java/jdk16.
Variables that may be set by ports that use Java @@ -6074,21 +6074,21 @@ JAVAC Path to the Java compiler to use (e.g. - '/usr/local/jdk1.1.8/bin/javac' or + '/usr/local/jdk1.3.1/bin/javac' or '/usr/local/bin/jikes'). JAR Path to the jar tool to use (e.g. - '/usr/local/jdk1.2.2/bin/jar' or + '/usr/local/jdk1.3.1/bin/jar' or '/usr/local/bin/fastjar'). APPLETVIEWER Path to the appletviewer utility (e.g. - '/usr/local/linux-jdk1.2.2/bin/appletviewer'). + '/usr/local/linux-jdk1.3.1/bin/appletviewer'). @@ -6116,9 +6116,7 @@ JAVA_KEYTOOL - Path to the keytool utility program. - This variable is available only if the JDK is Java 1.2 or - higher. + Path to the keytool utility program. @@ -6128,9 +6126,7 @@ JAVA_POLICYTOOL - Path to the policytool program. - This variable is available only if the JDK is Java 1.2 or - higher. + Path to the policytool program. @@ -6153,18 +6149,13 @@ RMID - Path to the RMI daemon program rmid. - This variable is only available if the JDK is Java 1.2 - or higher. + Path to the RMI daemon program rmid. JAVA_CLASSES Path to the archive that contains the JDK class - files. On JDK 1.2 or later, this is - ${JAVA_HOME}/jre/lib/rt.jar. Earlier - JDKs used - ${JAVA_HOME}/lib/classes.zip. + files, ${JAVA_HOME}/jre/lib/rt.jar.