cvs commit: ports/java/javavmwrapper Makefile
ports/java/javavmwrapper/src javavm.1 javavmwrapper.sh
Greg Lewis
glewis at FreeBSD.org
Fri Jul 13 05:38:44 UTC 2012
glewis 2012-07-13 05:38:44 UTC
FreeBSD ports repository
Modified files:
java/javavmwrapper Makefile
java/javavmwrapper/src javavm.1 javavmwrapper.sh
Log:
. Make the version numbers consistent so they can be compared correctly.
E.g. for jdk1.6.0 and openjdk6 will use '6' as the version.
. Modify the preference order for Java VMs used by the internal fallback
logic to reflect that openjdk is now the default Java VM rather than diablo.
. Remove code for Java vendors that are no longer in the ports tree (e.g.
blackdown, ibm).
. Remove code for handling version numbers that are no longer present in
the tree (e.g. only 1.5 and up is supported).
. Note that openjdk is a native Java VM.
. If the environment variable JAVAVM_FALLBACK_ONLY is set then only use the
internal logic to select a Java VM, don't use the ports logic even if the
ports collection is installed. [1]
. Update the manual page for JAVAVM_FALLBACK_ONLY.
. Bump version to 2.4.
PR: 167799 [1]
Revision Changes Path
1.35 +1 -1 ports/java/javavmwrapper/Makefile
1.14 +11 -1 ports/java/javavmwrapper/src/javavm.1
1.25 +56 -79 ports/java/javavmwrapper/src/javavmwrapper.sh
More information about the cvs-all
mailing list