1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Document the last update to devel/apache-ant:

- Use of java/javavmwrapper
- ANT_INCLUDE_SHARED_JARS switch behavior
This commit is contained in:
Herve Quiroz 2005-10-10 14:47:05 +00:00
parent 1ab97b76a3
commit 151f3e54ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=144833

View File

@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20051010:
AFFECTS: users of devel/apache-ant
AUTHOR: hq@FreeBSD.org
The Ant launcher script now uses javavmwrapper to pick a suitable JDK. Hence
it is no longer needed to define JAVA_HOME for Ant to run. You may rather use
and combination of JAVA_VERSION, JAVA_OS and JAVA_VENDOR. See javavm(1) for
further information. However, you may still override this behavior using
JAVACMD.
The ANT_INCLUDE_SHARED_JARS variable used to be effective only when set to
"YES" (case sensitive). It is now a defined/undefined switch and thus will be
effective if defined, regardless of its value.
20051009:
AFFECTS: users of games/py-balazar
AUTHOR: mnag@FreeBSD.org