PC-BSD 1.1 was just announced - time to start downloading! It uses the newly release FreeBSD 6.1 as a baseline and adds more drivers. As I've just been hacking around, I may just start from scratch again.
PC-BSD 1.1 Announcement
PC-BSD 1.1 was just announced - time to start downloading! It uses the newly release FreeBSD 6.1 as a baseline and adds more drivers. As I've just been hacking around, I may just start from scratch again.
## Workaround for broken port linuxpluginwrapper.
## Beech Rintoul - akbeech@gmail.com
## Before building linuxpluginwrapper:
rm -R /usr/X11R6/lib/browser_linux_plugins
ln -s /usr/X11R6/lib/browser_plugins /usr/X11R6/lib/browser_linux_plugins
## Build linuxpluginwrapper:
cd /usr/ports/www/linuxpluginwrapper
make -DWITH_PLUGINS install clean
## or upgrade:
portupgrade -vm -DWITH_PLUGINS linuxpluginwrapper
## Remove symlink (Will break Mozilla).
rm -rf /usr/X11R6/lib/browser_linux_plugins
## Fix acroread:
rm -rf /usr/local/bin/acroread # If upgrade.
mv /usr/local/bin/acroread7 /usr/local/bin/acroread
rm -rf /usr/X11R6/lib/browser_plugins/nppdf.so
ln -s /usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so /usr/X11R6/lib/browser_plugins/nppdf.so
## Change path to nppdf.so in /etc/libmap.conf:
# Acrobat7 with Mozilla/Firebird/Galeon/Epiphany/Konqueror
[/usr/local/lib/acroread/usr/local/Adobe/Acrobat7.0/Browser/intellinux/nppdf.so]
libc.so.6 pluginwrapper/acrobat.so
## Note:
## Acroread now works properly in browser.
## Helix plugin does not work with Firefox or Mozilla at this time.
## Flash 6.0 works without modification.
## Flash7 is VERY unstable and will crash Firefox (possibly Mozilla).
## Launch browser and type "about:plugins" without the quotes to check that plugins are enabled.
comp.unix.bsd.freebsd.misc: Mozilla Flash
http://akparadise.byethost33.com/freebsd/linuxpluginwrapper_how_to.txt : Linuxpluginwrapper HowTo
Edit: This page, unfortunately, seems to have disappeared. I had it in my cache, but before saving it, I refreshed and now it is gone:-( If anyone has a copy, please feel free to send it along and I will archive it.
Edit #2 : Found it! See here
Edit #3 : Here's another link: