Bug 84746

Summary: Fix ports/science/felt to not need Xaw3D and Motif
Product: Ports & Packages Reporter: Carlos A M dos Santos <casantos>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
science::felt.patch none

Description Carlos A M dos Santos 2005-08-10 13:30:20 UTC
	The ports/science/felt package depends on Xaw3D and Motif because of
	one if its programs (velvet). This is a mistake since velvet does not
	use neither one. Motif is needed only if the program is linked to the
	dynamic version of libGLw because it contains modules with references
	to some Xm* symbols. Using the static libGLw makes the linking to
	libXm unnecessary.

Fix: Apply the attached patch.
How-To-Repeat: 	N.A.
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-09-19 22:47:48 UTC
State Changed
From-To: open->closed


Committed, thanks!