Bug 84022

Summary: www/mozilla: install IDL files.
Product: Ports & Packages Reporter: Thierry Thomas <thierry>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
mozilla.diff none

Description Thierry Thomas 2005-07-25 00:00:30 UTC
	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.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-07-25 00:10:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome


Assign to maintainer. 

Note: PR ports/84023 may be used for tests.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2005-07-26 05:12:41 UTC
State Changed
From-To: open->closed

Committed, thanks!