aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2011-07-12 06:09:08 +0800
committerjkim <jkim@FreeBSD.org>2011-07-12 06:09:08 +0800
commit2975b5503d099d00ab7bc843f77777f45316492f (patch)
tree43910dc7961f7cf96274d5f4663c6eea6beee9f8 /UPDATING
parent6d5d7122b624ef1b355711addd478cf5c2022510 (diff)
downloadfreebsd-ports-gnome-2975b5503d099d00ab7bc843f77777f45316492f.tar.gz
freebsd-ports-gnome-2975b5503d099d00ab7bc843f77777f45316492f.tar.zst
freebsd-ports-gnome-2975b5503d099d00ab7bc843f77777f45316492f.zip
Add new instructions on how to enable web support for java/openjdk6.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 7b7ed867599a..53cf9095b72e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,18 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110711:
+ AFFECTS: users of java/openjdk6
+ AUTHOR: jkim@FreeBSD.org
+
+ java/openjdk6 has been updated to b23 and "WEB" option (for web browser
+ plug-in and Java Web Start) has been deprecated. If you need the same
+ functionality, rebuild the port with "ICEDTEA" option first, then install
+ a new port java/icedtea-web with "PLUGIN" option (default). Also, if you
+ have a symlink to the previous IcedTeaPlugin.so in ~/.mozilla/plugins,
+ for example, you need to remove it. Note system-wide symlinks are now
+ automatically created by java/icedtea-web for your convenience.
+
+20110711:
AFFECTS: users of www/p5-libwww
AUTHOR: mandree@FreeBSD.org