aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2009-01-10 02:45:46 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2009-01-10 02:45:46 +0000
commit15b6544926b07a98710eeb765baf03e3fc9a195c (patch)
tree35103cf986d2ed2295c97768e62afcc47dfed877 /UPDATING
parent23fcf54562404bb41380488c8318ac0e3ce15efc (diff)
downloadports-15b6544926b07a98710eeb765baf03e3fc9a195c.tar.gz
ports-15b6544926b07a98710eeb765baf03e3fc9a195c.zip
Add a new framework for browser plugins, USE_WEBPLUGINS. It is for which foo
plugins support one of web browsers and can take care of plist (depend on how you use it) at the same time. I have written a complete document and even show how it works in the www/firefox/Makefile.webplugins so be sure to read in there. If there is anything that isn't clear in the document, please feel free to ask and I will try my best to improvement it. FYI: GNOME 2.24 depends on this, so it's coming. BTW: It's based on www/linux-mplayer-plugin/Makefile.npapi with heavy modified. Approved by: portmgr
Notes
Notes: svn path=/head/; revision=225627
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING23
1 files changed, 12 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index b2f34d66f278..4f6df05420b7 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.
+20090109:
+ AFFECTS: users of any Mozilla and Opera products
+ AUTHOR: mezz@freebsd.org
+
+ The Java plugins now no longer will be pick up by automatically from these
+ browsers. Because all Java ports have same name of plugins file. I am
+ thinking about someone or maybe me will need to write something similar
+ function of nspluginwrapper (but in shell script) that can add Java plugin
+ in ~/.*/plugins/ when user request to select one version of Java plugin if
+ this user has more than one version of Java installed. However, for now,
+ you will have to add Java plugin in ~/.*/plugins/ by manually.
+
20090107:
AFFECTS: users of databases/unixODBC
AUTHOR: beech@freebsd.org
@@ -610,17 +622,6 @@ upgrades.
with the port, also new 'reload' and 'debug' commands for the rc.d
script. Enjoy!
-20080727:
- AFFECTS: users of www/firefox3
- AUTHOR: gnome@FreeBSD.org
-
- Update to 3.0.1_1,1; it no longer seeks for plugins in lib/browser_plugins,
- because few plugins that built with Firefox 2 can cause Firefox 3 to crash.
- We are working on making some changes with plugins directory by using
- www/linux-mplayer-plugin/Makefile.npapi. If there are some other plugins
- that work with Firefox 3 and you would like to use, you can copy them to
- ~/.mozilla/plugins or /usr/local/lib/firefox3/plugins manually for now.
-
20080725:
AFFECTS: users of x11-fm/nautilus and misc/shared-mime-info
AUTHOR: gnome@FreeBSD.org