mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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
This commit is contained in:
parent
4eda1bab43
commit
4496dba463
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148069
5 changed files with 25 additions and 31 deletions
|
@ -634,6 +634,7 @@
|
||||||
SUBDIR += ocaml-ulex
|
SUBDIR += ocaml-ulex
|
||||||
SUBDIR += ocamlweb
|
SUBDIR += ocamlweb
|
||||||
SUBDIR += ode
|
SUBDIR += ode
|
||||||
|
SUBDIR += ode-devel
|
||||||
SUBDIR += omniNotify
|
SUBDIR += omniNotify
|
||||||
SUBDIR += omniORB
|
SUBDIR += omniORB
|
||||||
SUBDIR += oniguruma
|
SUBDIR += oniguruma
|
||||||
|
|
|
@ -6,16 +6,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ode
|
PORTNAME= ode
|
||||||
PORTVERSION= 0.5
|
DISTVERSION= ${ODEVER}-051009
|
||||||
PORTREVISION= 1
|
|
||||||
PORTEPOCH= 1
|
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= http://opende.sourceforge.net/snapshots/
|
||||||
MASTER_SITE_SUBDIR= opende
|
PKGNAMESUFFIX= -devel
|
||||||
EXTRACT_SUFX= .tgz
|
DISTNAME= ${PORTNAME}-${DISTVERSION:S/${ODEVER}-//}
|
||||||
|
|
||||||
MAINTAINER= dyeske@yahoo.com
|
MAINTAINER= acardenas@bsd.org.pe
|
||||||
COMMENT= Articulated rigid body dynamics library
|
COMMENT= Articulated rigid body dynamics library (devel)
|
||||||
|
|
||||||
|
ODEVER= 0.5
|
||||||
|
|
||||||
|
CONFLICTS= ode-[0-9].*
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GL= yes
|
USE_GL= yes
|
||||||
|
@ -26,28 +28,16 @@ OPTIONS= OPCODE "Enable code required by TriList (trimesh) class" on
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == "amd64"
|
|
||||||
BROKEN= "Does not build on amd64"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|g' \
|
||||||
's|malloc.h|stdlib.h|g' \
|
|
||||||
${WRKSRC}/configurator.c
|
${WRKSRC}/configurator.c
|
||||||
|
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e 's|g++|${CXX}|; s|-Wall||g; s|-L/usr/X11/lib|-lXext|; \
|
||||||
's|g++|${CXX}|; \
|
s|-L/usr/lib/X11R6||; s|-L/usr/lib/X11||; s|-L/usr/X11R6/lib|-L${X11BASE}/lib|; \
|
||||||
s|-Wall||g; \
|
s|-fno-rtti||; s|-ffast-math|${CXXFLAGS} -I${X11BASE}/include|' \
|
||||||
s|-L/usr/X11/lib|-lXext|; \
|
|
||||||
s|-L/usr/lib/X11R6||; \
|
|
||||||
s|-L/usr/lib/X11||; \
|
|
||||||
s|-L/usr/X11R6/lib|-L${X11BASE}/lib|; \
|
|
||||||
s|-fno-rtti||; \
|
|
||||||
s|-ffast-math|${CXXFLAGS} -I${X11BASE}/include|' \
|
|
||||||
${WRKSRC}/config/makefile.unix-gcc
|
${WRKSRC}/config/makefile.unix-gcc
|
||||||
.if !defined(WITHOUT_OPCODE)
|
.if !defined(WITHOUT_OPCODE)
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e 's/^#OPCODE_DIRECTORY/OPCODE_DIRECTORY/' \
|
||||||
's/^#OPCODE_DIRECTORY/OPCODE_DIRECTORY/' \
|
|
||||||
${WRKSRC}/config/user-settings
|
${WRKSRC}/config/user-settings
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
MD5 (ode-0.5.tgz) = b33b21e04ee9661f27802b6b6c8eefd2
|
MD5 (ode-051009.tar.gz) = 211c991de59b6f0d1a48e6361ee4e243
|
||||||
SIZE (ode-0.5.tgz) = 1710720
|
SHA256 (ode-051009.tar.gz) = bbc56831e64071432e9f623c916d0f8b0f4403f7da9ba422811311d0ba38fc4e
|
||||||
|
SIZE (ode-051009.tar.gz) = 1742585
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.orig Wed Jun 9 16:12:12 2004
|
--- Makefile Sun Nov 6 22:34:29 2005
|
||||||
+++ Makefile Wed Jun 9 16:13:39 2004
|
+++ Makefile Sun Nov 6 22:37:04 2005
|
||||||
@@ -329,13 +329,13 @@
|
@@ -332,13 +332,13 @@
|
||||||
-$(DEL_CMD) OPCODE/*.obj OPCODE/*.o OPCODE/Ice/*.obj OPCODE/Ice/*.o
|
-$(DEL_CMD) OPCODE/*.obj OPCODE/*.o OPCODE/Ice/*.obj OPCODE/Ice/*.o
|
||||||
|
|
||||||
%$(OBJ): %.c
|
%$(OBJ): %.c
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
|
|
||||||
# windows specific rules
|
# windows specific rules
|
||||||
@@ -357,7 +357,7 @@
|
@@ -360,7 +360,7 @@
|
||||||
|
|
||||||
# unix-gcc specific dependency making
|
# unix-gcc specific dependency making
|
||||||
|
|
||||||
|
|
|
@ -17,6 +17,8 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= dyeske@yahoo.com
|
MAINTAINER= dyeske@yahoo.com
|
||||||
COMMENT= Articulated rigid body dynamics library
|
COMMENT= Articulated rigid body dynamics library
|
||||||
|
|
||||||
|
CONFLICTS= ode-devel-[0-9].*
|
||||||
|
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_GL= yes
|
USE_GL= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue