Bug 81610

Summary: [PATCH] devel/ode: add option to support trimesh
Product: Ports & Packages Reporter: Jonathan Hanna <jhanna>
Component: Individual Port(s)Assignee: Pav Lucistnik <pav>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Jonathan Hanna 2005-05-29 02:00:13 UTC
The ode distribution includes an "OPCODE" library that is required
to support triangle mesh objects. It is not currently enabled in
the port.
This patch:
 - adds an option (on by default) to use OPCODE, enabling trimesh
 - changes the header include order so as not to pick up installed
   includes before local ones
 - suppresses the unneeded use of values.h
 - works around an inlining limitation in g++
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-30 23:14:17 UTC
Dear maintainer of FreeBSD port devel/ode, please take a look at

http://www.freebsd.org/cgi/query-pr.cgi?q=81610

Do you approve this patch?

-- 
Pav Lucistnik <pav@oook.cz>
              <pav@FreeBSD.org>

One Unix to rule them all, One Resolver to find them,
One IP to bring them all and in the zone to bind them.
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-30 23:14:20 UTC
State Changed
From-To: open->feedback

Asked maintainer for approval 


Comment 3 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-30 23:14:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pav

Track
Comment 4 David Yeske 2005-05-31 04:19:01 UTC
I rubber stamp this patch

--- Pav Lucistnik <pav@FreeBSD.org> wrote:
> Dear maintainer of FreeBSD port devel/ode, please take a look at
> 
> http://www.freebsd.org/cgi/query-pr.cgi?q=81610
> 
> Do you approve this patch?
> 
> -- 
> Pav Lucistnik <pav@oook.cz>
>               <pav@FreeBSD.org>
> 
> One Unix to rule them all, One Resolver to find them,
> One IP to bring them all and in the zone to bind them.
> 


		
__________________________________ 
Yahoo! Mail 
Stay connected, organized, and protected. Take the tour: 
http://tour.mail.yahoo.com/mailtour.html
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2005-05-31 08:40:04 UTC
State Changed
From-To: feedback->closed

Committed, thanks!