diff options
author | mezz <mezz@FreeBSD.org> | 2009-01-10 10:45:46 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2009-01-10 10:45:46 +0800 |
commit | 867a335b88f91d457005fa0c7b3bb7c85c5fca14 (patch) | |
tree | 68af898c9a11dd756c516c49a6715cee75888e70 /UPDATING | |
parent | 6f64cd00171c29c1c7cdfb1e40393e23fc35151d (diff) | |
download | freebsd-ports-gnome-867a335b88f91d457005fa0c7b3bb7c85c5fca14.tar.gz freebsd-ports-gnome-867a335b88f91d457005fa0c7b3bb7c85c5fca14.tar.zst freebsd-ports-gnome-867a335b88f91d457005fa0c7b3bb7c85c5fca14.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
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 23 |
1 files changed, 12 insertions, 11 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. +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 |