1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 060223

- Remove USE_REINPLACE
- Modify mastersite

PR:		ports/94116
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2006-03-26 17:23:10 +00:00
parent 389abf689b
commit 1765b8b2c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158159
3 changed files with 4 additions and 35 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= ode
DISTVERSION= ${ODEVER}-051009
DISTVERSION= ${ODEVER}-060223
CATEGORIES= devel
MASTER_SITES= http://opende.sourceforge.net/snapshots/
PKGNAMESUFFIX= -devel
@ -22,7 +22,6 @@ CONFLICTS= ode-[0-9].*
USE_X_PREFIX= yes
USE_GL= yes
USE_GMAKE= yes
USE_REINPLACE= yes
OPTIONS= OPCODE "Enable code required by TriList (trimesh) class" on

View File

@ -1,3 +1,3 @@
MD5 (ode-051009.tar.gz) = 211c991de59b6f0d1a48e6361ee4e243
SHA256 (ode-051009.tar.gz) = bbc56831e64071432e9f623c916d0f8b0f4403f7da9ba422811311d0ba38fc4e
SIZE (ode-051009.tar.gz) = 1742585
MD5 (ode-060223.tar.gz) = c58ffce770e9dd4af21a4e8cf7cdf128
SHA256 (ode-060223.tar.gz) = 46d3cb9265543d57814d6c274a67e320a743e75a17ba87d057ad705cc0040b05
SIZE (ode-060223.tar.gz) = 1734092

View File

@ -1,30 +0,0 @@
--- OPCODE/OPC_TreeCollider.h.orig Mon May 23 20:11:48 2005
+++ OPCODE/OPC_TreeCollider.h Mon May 23 20:16:16 2005
@@ -28,6 +28,13 @@
//! even entering the recursive collision code.
struct OPCODE_API BVTCache : Pair
{
+ inline_ void ResetCountDown()
+ {
+#ifdef __MESHMERIZER_H__ // Collision hulls only supported within ICE !
+ CountDown = 50;
+#endif // __MESHMERIZER_H__
+ }
+
//! Constructor
inline_ BVTCache()
{
@@ -46,13 +53,6 @@
SepVector.pid = 0;
SepVector.qid = 0;
SepVector.SV = Point(1.0f, 0.0f, 0.0f);
-#endif // __MESHMERIZER_H__
- }
-
- inline_ void ResetCountDown()
- {
-#ifdef __MESHMERIZER_H__ // Collision hulls only supported within ICE !
- CountDown = 50;
#endif // __MESHMERIZER_H__
}