FreeBSD Bugzilla – Attachment 146428 Details for
Bug 193086
devel/ode: update to version 0.13
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
devel/ode update patch
devel-ode.diff (text/plain), 2.94 KB, created by
Pedro F. Giffuni
on 2014-08-28 01:24:30 UTC
(
hide
)
Description:
devel/ode update patch
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2014-08-28 01:24:30 UTC
Size:
2.94 KB
patch
obsolete
>Index: devel/ode/Makefile >=================================================================== >--- devel/ode/Makefile (revision 366347) >+++ devel/ode/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= ode >-PORTVERSION= 0.11.1 >-PORTREVISION= 1 >+PORTVERSION= 0.13 > PORTEPOCH= 1 > CATEGORIES= devel > MASTER_SITES= SF/opende/ODE/${PORTVERSION} >@@ -18,17 +17,14 @@ > USE_GL= yes > GNU_CONFIGURE= yes > >-OPTIONS_DEFINE= GIMPACT GYROSCOPIC DOUBLE OU >-OPTIONS_DEFAULT= GYROSCOPIC >+OPTIONS_DEFINE= GIMPACT DOUBLE OU > > GIMPACT_DESC= Enable gimpact instead of opcode support >-GYROSCOPIC_DESC= Configure ODE to work with gyroscopic term > DOUBLE_DESC= Enable double precision (BROKEN with GIMPACT) > OU_DESC= Enable Thread-local storage (Experimental) > > GIMPACT_CONFIGURE_ON= --with-trimesh=gimpact > GIMPACT_CONFIGURE_OFF= --with-trimesh=opcode >-GYROSCOPIC_CONFIGURE_ENABLE= gyroscopic > DOUBLE_CONFIGURE_ENABLE= double-precision > OU_CONFIGURE_ENABLE= ou > >@@ -36,10 +32,6 @@ > > .include <bsd.port.pre.mk> > >-.if ${ARCH} == "amd64" || ${ARCH} == "ia64" >-CFLAGS+= -fPIC -DPIC >-.endif >- > .if ${PORT_OPTIONS:MGIMPACT} && ${PORT_OPTIONS:MDOUBLE} > IGNORE= currently double precision is not supported by gimpact > .endif >@@ -49,17 +41,17 @@ > -e 's|^\( *CPPFLAGS=\)|#\1|' -e 's|^\( *CXXFLAGS=\)|#\1|' \ > -e 's|CPPFLAGS+=" |CPPFLAGS="$$CPPFLAGS |' \ > ${WRKSRC}/configure >- @${REINPLACE_CMD} -e 's|__isnanf||g; s|__isnan||g' \ >- ${WRKSRC}/configure >- @${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|' \ > -e '/CFLAGS/ s|-O[12]||' > @${FIND} ${WRKSRC} -type f -print0 | ${XARGS} -0 ${REINPLACE_CMD} \ >- -i "" -e 's|malloc.h|stdlib.h|g' >+ -i "" -e 's|<malloc.h>|<stdlib.h>|g' > > post-install: > ${SED} -e '/PACKAGE/ s|^|//|; /VERSION/ s|^|//|' ${WRKSRC}/ode/src/config.h \ > > ${STAGEDIR}${PREFIX}/include/ode/config.h > >+regression-test: build >+ @(cd ${WRKSRC} && ${MAKE} check) >+ > .include <bsd.port.post.mk> >Index: devel/ode/distinfo >=================================================================== >--- devel/ode/distinfo (revision 366347) >+++ devel/ode/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (ode-0.11.1.tar.bz2) = 877884a86a3d53f3c5f2e35fbd8a3dc23c20249f0636c76f6ef41f6bf57a03a1 >-SIZE (ode-0.11.1.tar.bz2) = 1720088 >+SHA256 (ode-0.13.tar.bz2) = 34ce3e236e313bf109a0cb5546d2fca462aed99f29a42e62bc1463b803c31ef9 >+SIZE (ode-0.13.tar.bz2) = 2008288 >Index: devel/ode/pkg-plist >=================================================================== >--- devel/ode/pkg-plist (revision 366347) >+++ devel/ode/pkg-plist (working copy) >@@ -19,7 +19,11 @@ > include/ode/odecpp_collision.h > include/ode/odeinit.h > include/ode/odemath.h >+include/ode/odemath_legacy.h >+include/ode/precision.h > include/ode/rotation.h >+include/ode/threading.h >+include/ode/threading_impl.h > include/ode/timer.h > lib/libode.a > libdata/pkgconfig/ode.pc
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193086
: 146428