diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-05-03 12:39:21 +0000 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-05-03 12:39:21 +0000 |
commit | 308da42df97caec18d3d6e6d831f3c3aa462c230 (patch) | |
tree | d6f17e7c93d225f1ebeef6fac767be97bb011d36 /www | |
parent | 5bfcd533c43000edb646ca4e02782c034514b99c (diff) | |
download | FreeBSD-ports-308da42df97caec18d3d6e6d831f3c3aa462c230.zip FreeBSD-ports-308da42df97caec18d3d6e6d831f3c3aa462c230.tar.gz |
Add a note to pkg-message that built-in plugins can be made to work by
adding the appropriate entries to libmap.conf.
PR: ports/91900
Submitted by: Helge Oldach <freebsdoperajan06@oldach.net>
Approved by: avleeuwen@piwebs.com (maintainer, timeout 3 months)
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/pkg-message | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/www/opera/pkg-message b/www/opera/pkg-message index 83a2cc5..e8b9a82 100644 --- a/www/opera/pkg-message +++ b/www/opera/pkg-message @@ -3,6 +3,16 @@ If you are running FreeBSD 5.x or 6.x and are experiencing a core dump when starting Opera, try updating the compat4x port. -Plugins do not work in FreeBSD 5.x or higher - please disable them. +To enable the built-in plug-ins, add the following to /etc/libmap.conf: + +# Opera - Motif +[/usr/X11R6/share/opera/plugins/operamotifwrapper-1] +libXm.so.1 libXm.so.3 +libXThrStub.so.6 libXtst.so.6 +[/usr/X11R6/share/opera/plugins/operamotifwrapper-2] +libXm.so.2 libXm.so.3 +libXThrStub.so.6 libXtst.so.6 +[/usr/X11R6/share/opera/plugins/operamotifwrapper-3] +libXThrStub.so.6 libXtst.so.6 ########################################################################### |