Bug 84022 - www/mozilla: install IDL files.
Summary: www/mozilla: install IDL files.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-25 00:00 UTC by Thierry Thomas
Modified: 2005-07-26 05:12 UTC (History)
0 users

See Also:


Attachments
mozilla.diff (1.78 KB, patch)
2005-07-25 00:00 UTC, Thierry Thomas
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!