diff options
author | jkim <jkim@FreeBSD.org> | 2011-07-12 06:09:08 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2011-07-12 06:09:08 +0800 |
commit | 2975b5503d099d00ab7bc843f77777f45316492f (patch) | |
tree | 43910dc7961f7cf96274d5f4663c6eea6beee9f8 /UPDATING | |
parent | 6d5d7122b624ef1b355711addd478cf5c2022510 (diff) | |
download | freebsd-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-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |