When compiled and installed directly from the tarball with the default install target, mozilla installs IDL files; when installed as a port, these files are not installed. They are required to build some plug-ins, e.g. the openvrml plug-in. The following patch installs IDL files in $PREFIX/share/idl/mozilla. du -h /usr/X11R6/share/idl/mozilla 5.2M /usr/X11R6/share/idl/mozilla The option is set by default, in order to build the dependent plug-ins, but it can be deactivated to spare 5.2 Mb. Note: by default, mozilla installs these files in $PREFIX/share/idl/mozilla-$PORTVERSION, but I have removed the version string, to avoid unnecessary rebuild of its dependences. Fix: Please apply the following patch: How-To-Repeat: Try to install openvrml version 0.15.9.
Responsible Changed From-To: freebsd-ports-bugs->gnome Assign to maintainer. Note: PR ports/84023 may be used for tests.
State Changed From-To: open->closed Committed, thanks!