diff options
author | glewis <glewis@FreeBSD.org> | 2004-04-20 01:01:53 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-04-20 01:01:53 +0800 |
commit | e5f2c8896969f3fe279a67651b0a4d89c2b12e10 (patch) | |
tree | 7731844d5f9e953285dfb89444c8c8f65a641282 /CHANGES | |
parent | 14a20bd61ae08e26ff160efc08af7e7ef45a47b7 (diff) | |
download | freebsd-ports-gnome-e5f2c8896969f3fe279a67651b0a4d89c2b12e10.tar.gz freebsd-ports-gnome-e5f2c8896969f3fe279a67651b0a4d89c2b12e10.tar.zst freebsd-ports-gnome-e5f2c8896969f3fe279a67651b0a4d89c2b12e10.zip |
. Add some information regarding the latest changes to bsd.java.mk
Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr>
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -10,6 +10,30 @@ in the release notes. All ports committers are allowed to commit to this file. +20040416: + There has been a couple of bsd.java.mk tweaks and fixes. + + . Features from Stage 2 has been removed. A port can no + longer use the JDK dependency features by setting JAVA_HOME. + Use JAVA_PREFERRED_PORT instead (see below). + + . The default JDK port now depends on OS version: + java/diablo-jdk13 for 4.x, and java/jdk14 for 5.x + + . It is now possible for the user (and the porters) to + define a list of preferred JDK ports to build and run ports. + The port will use the first JDK port from the list that + matches the requirements specified in the Makefile. + JAVA_PREFERRED_PORT contains a list of suitable JDK ports + (sorted by preference). Names for JDKs may be found in + bsd.java.mk, listed in ${_JAVA_PORTS_ALL} (e.g. + "JAVA_PORT_NATIVE_BSDJAVA_1_4"). + + . JAVA_PORT_VERSION is now set to the full version number + of the chosen JDK (e.g. "1.4.2"). Porters will find hints + regarding how to obtain the same behavior as before in the + header of bsd.java.mk. + 20040414: When writing a port that uses GTK+ 2.X, you can now list the dependency with "USE_GNOME=gtk20" which is preferable to LIB_DEPENDS because the |