Bug 81610 - [PATCH] devel/ode: add option to support trimesh
Summary: [PATCH] devel/ode: add option to support trimesh
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: Pav Lucistnik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-29 02:00 UTC by Jonathan Hanna
Modified: 2005-05-31 08:40 UTC (History)
0 users

See Also:


Attachments
file.diff (2.65 KB, patch)
2005-05-29 02:00 UTC, Jonathan Hanna
no flags Details | Diff

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