aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2004-11-12 03:18:25 +0800
committerglewis <glewis@FreeBSD.org>2004-11-12 03:18:25 +0800
commitd9ef7acf3519da5dd8f376d07fad3cbbeb7852c9 (patch)
tree3007462a1625f4396f0343cecd6d58f08f658f60
parentc8fae9293e7f7f5b7533d768934df53dce688ff3 (diff)
downloadfreebsd-ports-gnome-d9ef7acf3519da5dd8f376d07fad3cbbeb7852c9.tar.gz
freebsd-ports-gnome-d9ef7acf3519da5dd8f376d07fad3cbbeb7852c9.tar.zst
freebsd-ports-gnome-d9ef7acf3519da5dd8f376d07fad3cbbeb7852c9.zip
. Add a note regarding possible implications of the new javavmwrapper.
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 306ad6ce2eb3..e2d322157a07 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,25 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20041111:
+ AFFECTS: users of java
+ AUTHOR: glewis@FreeBSD.org
+
+ javavmwrapper has been rewritten. It now creates symbolic links for
+ all executables of the Java VMs that have been registered with it.
+ These symbolic links may impact which version of Java you are using,
+ depending on your PATH, which may need to be adjusted.
+
+ For example, if your path is:
+
+ ${LOCALBASE}/bin:${LOCALBASE}/jdk1.4.2/bin
+
+ then previously "java" would resolve to ${LOCALBASE}/jdk1.4.2/bin/java.
+ With the new javavmwrapper it will resolve to ${LOCALBASE}/bin/java.
+ Depending upon the Java VMs that are registered and various environment
+ variables, it may or may not be ${LOCALBASE}/jdk1.4.2/bin/java that is
+ run by javavmwrapper via the symbolic link ${LOCALBASE}/bin/java.
+
20041107:
AFFECTS: users of x11/kdebase3
AUTHOR: kde@freebsd.org