Port details |
- ode-devel Articulated rigid body dynamics library (devel)
- 0.5.060223_4 devel
=1 0.5.060223_4Version of this port present on the latest quarterly branch.
- DEPRECATED: Outdated by devel/ode
This port expired on: 2014-06-27
- Maintainer: acm@FreeBSD.org
- Port Added: 2005-11-13 01:41:27
- Last Update: 2014-06-27 21:24:05
- SVN Revision: 359610
- People watching this port, also watch:: python
- License: not specified in port
- WWW:
- http://www.ode.org/
- Description:
- ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.
WWW: http://www.ode.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ode-devel>0:devel/ode-devel
- No installation instructions:
- This port has been deleted.
- PKGNAME: ode-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake : devel/gmake
- glproto.pc : x11/glproto
- dri2proto.pc : x11/dri2proto
- Library dependencies:
-
- libGLU.so : graphics/libGLU
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ode-devel-0.5.060223_4:
OPCODE=on: Enable code required by TriList (trimesh) class
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5.060223_4 27 Jun 2014 21:24:05 |
antoine |
2014-06-27 devel/ode-devel: Outdated by devel/ode |
0.5.060223_4 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.5.060223_4 27 May 2014 19:00:21 |
amdmi3 |
- Mark DEPRECATED and set EXPIRATION_DATE
PR: 189619
Submitted by: amdmi3
Approved by: maintainer timeout |
0.5.060223_3 24 May 2014 07:09:12 |
vanilla |
Stageify.
Approved by: portmgr@ |
0.5.060223_3 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.5.060223_3 11 May 2013 13:49:06 |
bapt |
Convert to new options framework |
0.5.060223_3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.5.060223_3 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
0.5.060223_3 20 Nov 2009 22:53:09 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
0.5.060223_3 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
0.5.060223_3 22 Mar 2008 08:55:40 |
miwi |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup) |
0.5.060223_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5.060223_1 14 Aug 2006 05:39:11 |
acm |
- Fix building on amd64/ia64
Approved by: garga (mentor) |
0.5.060223 23 Jul 2006 02:45:24 |
acm |
Change maintainer address to my @FreeBSD.org email
Approved by: garga (mentor) |
0.5.060223 26 Mar 2006 17:23:10 |
sem |
- Update to 060223
- Remove USE_REINPLACE
- Modify mastersite
PR: ports/94116
Submitted by: maintainer |
0.5.051009 02 Jan 2006 20:12:50 |
edwin |
[PATCH] devel/ode and devel/ode-devel: unbreak on 64bit platforms
devel/ode and devel/ode-devel ports are marked broken on
non-i386 archs (i.e. amd64, ia64), because ode fail to build
on these systems with following errors:
c++ -Iinclude -c -fno-exceptions -fomit-frame-pointer -O -pipe
-I/usr/X11R6/include
+-DdNODEBUG -o ode/src/timer.o ode/src/timer.cpp
{standard input}: Assembler messages:
{standard input}:62: Error: `(%esi)' is not a valid 64 bit base/index
expression
{standard input}:63: Error: `4(%esi)' is not a valid 64 bit base/index
expression
{standard input}:86: Error: `(%esi)' is not a valid 64 bit base/index
expression
{standard input}:87: Error: `4(%esi)' is not a valid 64 bit base/index
expression
{standard input}:172: Error: `(%esi)' is not a valid 64 bit base/index
expression
{standard input}:173: Error: `4(%esi)' is not a valid 64 bit base/index
expression (Only the first 15 lines of the commit message are shown above ) |
0.5.051009 28 Nov 2005 18:30:34 |
mnag |
Mark as BROKEN on amd64, ia64 and sparc64
Pointy hat by: kris |
0.5.051009 13 Nov 2005 02:14:57 |
mnag |
New port devel/ode-devel
ODE is a free, industrial quality library for simulating articulated
rigid body dynamics - for example ground vehicles, legged creatures,
and moving objects in VR environments. It is fast, flexible, robust
and platform independent, with advanced joints, contact with friction,
and built-in collision detection.
WWW: http://www.ode.org/
Add CONFLICTS in devel/ode
PR: 88581
Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Repocopy by: marcus |
0.5.051009 13 Nov 2005 01:38:35 |
mnag |
Remove extra dir in ode-devel. |