mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Update to 0.9
This commit is contained in:
parent
e67dc53361
commit
5eff7a6931
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204469
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= ode
|
||||
PORTVERSION= 0.8
|
||||
PORTVERSION= 0.9
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
@ -19,11 +19,10 @@ COMMENT= Articulated rigid body dynamics library
|
||||
CONFLICTS= ode-devel-[0-9].*
|
||||
|
||||
USE_ZIP= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_XLIB= yes
|
||||
USE_GL= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.4+
|
||||
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
@ -58,8 +57,9 @@ CONFIGURE_ARGS+= --enable-double-precision
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/if test/ s|==|=|' -e 's|^\( *CFLAGS=\)|#\1|;' \
|
||||
-e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \
|
||||
-e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|-pthread|g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
||||
${WRKSRC}/configure.in
|
||||
@${REINPLACE_CMD} -e '/^traplib_PROGRAMS / d' ${WRKSRC}/ode/src/Makefile.in
|
||||
@${FIND} ${WRKSRC} -type f -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
|
||||
-e '/^DEFAULT_INCLUDES/ s|$$| -I$$(top_builddir)/include|' \
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ode-src-0.8.zip) = fb7462ba0af2fbc230cb1b3f79e0acbb
|
||||
SHA256 (ode-src-0.8.zip) = 07d751fc92ca4c739d4e76e2fc01cda19374d126bd65a789529dd727d1ec3edb
|
||||
SIZE (ode-src-0.8.zip) = 2005445
|
||||
MD5 (ode-src-0.9.zip) = 4c03759b76a0649a6d5108c8e172e1e4
|
||||
SHA256 (ode-src-0.9.zip) = 460d0851b743b1f144ef2a8259004d6774504c95d08e9357a96a296111496feb
|
||||
SIZE (ode-src-0.9.zip) = 2052825
|
||||
|
@ -16,7 +16,6 @@ include/ode/objects.h
|
||||
include/ode/ode.h
|
||||
include/ode/odecpp.h
|
||||
include/ode/odecpp_collision.h
|
||||
include/ode/odecpp_old.h
|
||||
include/ode/odemath.h
|
||||
include/ode/rotation.h
|
||||
include/ode/timer.h
|
||||
|
Loading…
Reference in New Issue
Block a user