FreeBSD Bugzilla – Attachment 184553 Details for
Bug 220887
devel/bullet: update to 2.86.1, install extra libs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bullet.patch (text/plain), 7.96 KB, created by
Dmitry Marakasov
on 2017-07-20 17:42:05 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2017-07-20 17:42:05 UTC
Size:
7.96 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 446231) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= bullet >-PORTVERSION= 2.83.7 >-PORTREVISION= 2 >+PORTVERSION= 2.86.1 > CATEGORIES= devel > > MAINTAINER= acm@FreeBSD.org >@@ -23,7 +22,10 @@ > > CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON \ > -DINSTALL_LIBS:BOOL=ON \ >- -DBUILD_BULLET2_DEMOS:BOOL=OFF >+ -DINSTALL_EXTRA_LIBS:BOOL=ON \ >+ -DBUILD_BULLET2_DEMOS:BOOL=OFF \ >+ -DBUILD_BULLET3_DEMOS:BOOL=OFF \ >+ -DBUILD_UNIT_TESTS:BOOL=OFF > > PORTDOCS= * > >Index: distinfo >=================================================================== >--- distinfo (revision 446231) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1472045659 >-SHA256 (bulletphysics-bullet3-2.83.7_GH0.tar.gz) = 00d1d8f206ee85ffd171643ac8e72f9f4e0bf6dbf3d4ac55f4495cb168b51243 >-SIZE (bulletphysics-bullet3-2.83.7_GH0.tar.gz) = 18754201 >+TIMESTAMP = 1500496996 >+SHA256 (bulletphysics-bullet3-2.86.1_GH0.tar.gz) = c058b2e4321ba6adaa656976c1a138c07b18fc03b29f5b82880d5d8228fbf059 >+SIZE (bulletphysics-bullet3-2.86.1_GH0.tar.gz) = 26065278 >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 446231) >+++ pkg-plist (working copy) >@@ -151,7 +151,6 @@ > include/bullet/BulletCollision/BroadphaseCollision/btDbvt.h > include/bullet/BulletCollision/BroadphaseCollision/btDbvtBroadphase.h > include/bullet/BulletCollision/BroadphaseCollision/btDispatcher.h >-include/bullet/BulletCollision/BroadphaseCollision/btMultiSapBroadphase.h > include/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCache.h > include/bullet/BulletCollision/BroadphaseCollision/btOverlappingPairCallback.h > include/bullet/BulletCollision/BroadphaseCollision/btQuantizedBvh.h >@@ -300,13 +299,16 @@ > include/bullet/BulletDynamics/ConstraintSolver/btUniversalConstraint.h > include/bullet/BulletDynamics/Dynamics/btActionInterface.h > include/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorld.h >+include/bullet/BulletDynamics/Dynamics/btDiscreteDynamicsWorldMt.h > include/bullet/BulletDynamics/Dynamics/btDynamicsWorld.h > include/bullet/BulletDynamics/Dynamics/btRigidBody.h > include/bullet/BulletDynamics/Dynamics/btSimpleDynamicsWorld.h >+include/bullet/BulletDynamics/Dynamics/btSimulationIslandManagerMt.h > include/bullet/BulletDynamics/Featherstone/btMultiBody.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyConstraint.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyConstraintSolver.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyDynamicsWorld.h >+include/bullet/BulletDynamics/Featherstone/btMultiBodyFixedConstraint.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyJointFeedback.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyJointMotor.h >@@ -313,6 +315,7 @@ > include/bullet/BulletDynamics/Featherstone/btMultiBodyLink.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyLinkCollider.h > include/bullet/BulletDynamics/Featherstone/btMultiBodyPoint2Point.h >+include/bullet/BulletDynamics/Featherstone/btMultiBodySliderConstraint.h > include/bullet/BulletDynamics/Featherstone/btMultiBodySolverConstraint.h > include/bullet/BulletDynamics/MLCPSolvers/btDantzigLCP.h > include/bullet/BulletDynamics/MLCPSolvers/btDantzigSolver.h >@@ -326,6 +329,13 @@ > include/bullet/BulletDynamics/Vehicle/btVehicleRaycaster.h > include/bullet/BulletDynamics/Vehicle/btWheelInfo.h > include/bullet/BulletDynamics/btBulletDynamicsCommon.h >+include/bullet/BulletFileLoader/autogenerated/bullet.h >+include/bullet/BulletFileLoader/bChunk.h >+include/bullet/BulletFileLoader/bCommon.h >+include/bullet/BulletFileLoader/bDNA.h >+include/bullet/BulletFileLoader/bDefines.h >+include/bullet/BulletFileLoader/bFile.h >+include/bullet/BulletFileLoader/btBulletFile.h > include/bullet/BulletInverseDynamics/btBulletCollisionCommon.h > include/bullet/BulletSoftBody/btDefaultSoftBodySolver.h > include/bullet/BulletSoftBody/btSoftBody.h >@@ -336,10 +346,43 @@ > include/bullet/BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.h > include/bullet/BulletSoftBody/btSoftBodySolverVertexBuffer.h > include/bullet/BulletSoftBody/btSoftBodySolvers.h >+include/bullet/BulletSoftBody/btSoftMultiBodyDynamicsWorld.h > include/bullet/BulletSoftBody/btSoftRigidCollisionAlgorithm.h > include/bullet/BulletSoftBody/btSoftRigidDynamicsWorld.h > include/bullet/BulletSoftBody/btSoftSoftCollisionAlgorithm.h > include/bullet/BulletSoftBody/btSparseSDF.h >+include/bullet/BulletWorldImporter/btBulletWorldImporter.h >+include/bullet/BulletWorldImporter/btWorldImporter.h >+include/bullet/BulletXmlWorldImporter/btBulletXmlWorldImporter.h >+include/bullet/BulletXmlWorldImporter/string_split.h >+include/bullet/BulletXmlWorldImporter/tinystr.h >+include/bullet/BulletXmlWorldImporter/tinyxml.h >+include/bullet/ConvexDecomposition/ConvexBuilder.h >+include/bullet/ConvexDecomposition/ConvexDecomposition.h >+include/bullet/ConvexDecomposition/bestfit.h >+include/bullet/ConvexDecomposition/bestfitobb.h >+include/bullet/ConvexDecomposition/cd_hull.h >+include/bullet/ConvexDecomposition/cd_vector.h >+include/bullet/ConvexDecomposition/cd_wavefront.h >+include/bullet/ConvexDecomposition/concavity.h >+include/bullet/ConvexDecomposition/fitsphere.h >+include/bullet/ConvexDecomposition/float_math.h >+include/bullet/ConvexDecomposition/meshvolume.h >+include/bullet/ConvexDecomposition/planetri.h >+include/bullet/ConvexDecomposition/raytri.h >+include/bullet/ConvexDecomposition/splitplane.h >+include/bullet/ConvexDecomposition/vlookup.h >+include/bullet/GIMPACTUtils/btGImpactConvexDecompositionShape.h >+include/bullet/HACD/hacdCircularList.h >+include/bullet/HACD/hacdCircularList.inl >+include/bullet/HACD/hacdGraph.h >+include/bullet/HACD/hacdHACD.h >+include/bullet/HACD/hacdICHull.h >+include/bullet/HACD/hacdManifoldMesh.h >+include/bullet/HACD/hacdVector.h >+include/bullet/HACD/hacdVector.inl >+include/bullet/HACD/hacdVersion.h >+include/bullet/InverseDynamics/BulletInverseDynamicsUtilsCommon.h > include/bullet/LinearMath/btAabbUtil2.h > include/bullet/LinearMath/btAlignedAllocator.h > include/bullet/LinearMath/btAlignedObjectArray.h >@@ -366,6 +409,7 @@ > include/bullet/LinearMath/btSerializer.h > include/bullet/LinearMath/btSpatialAlgebra.h > include/bullet/LinearMath/btStackAlloc.h >+include/bullet/LinearMath/btThreads.h > include/bullet/LinearMath/btTransform.h > include/bullet/LinearMath/btTransformUtil.h > include/bullet/LinearMath/btVector3.h >@@ -374,26 +418,40 @@ > lib/cmake/bullet/BulletConfig.cmake > lib/cmake/bullet/UseBullet.cmake > lib/libBullet2FileLoader.so >-lib/libBullet2FileLoader.so.2.83 >+lib/libBullet2FileLoader.so.2.86 > lib/libBullet3Collision.so >-lib/libBullet3Collision.so.2.83 >+lib/libBullet3Collision.so.2.86 > lib/libBullet3Common.so >-lib/libBullet3Common.so.2.83 >+lib/libBullet3Common.so.2.86 > lib/libBullet3Dynamics.so >-lib/libBullet3Dynamics.so.2.83 >+lib/libBullet3Dynamics.so.2.86 > lib/libBullet3Geometry.so >-lib/libBullet3Geometry.so.2.83 >+lib/libBullet3Geometry.so.2.86 > lib/libBullet3OpenCL_clew.so >-lib/libBullet3OpenCL_clew.so.2.83 >+lib/libBullet3OpenCL_clew.so.2.86 > lib/libBulletCollision.so >-lib/libBulletCollision.so.2.83 >+lib/libBulletCollision.so.2.86 > lib/libBulletDynamics.so >-lib/libBulletDynamics.so.2.83 >+lib/libBulletDynamics.so.2.86 >+lib/libBulletFileLoader.so >+lib/libBulletFileLoader.so.2.86 > lib/libBulletInverseDynamics.so >-lib/libBulletInverseDynamics.so.2.83 >+lib/libBulletInverseDynamics.so.2.86 >+lib/libBulletInverseDynamicsUtils.so >+lib/libBulletInverseDynamicsUtils.so.2.86 > lib/libBulletSoftBody.so >-lib/libBulletSoftBody.so.2.83 >+lib/libBulletSoftBody.so.2.86 >+lib/libBulletWorldImporter.so >+lib/libBulletWorldImporter.so.2.86 >+lib/libBulletXmlWorldImporter.so >+lib/libBulletXmlWorldImporter.so.2.86 >+lib/libConvexDecomposition.so >+lib/libConvexDecomposition.so.2.86 >+lib/libGIMPACTUtils.so >+lib/libGIMPACTUtils.so.2.86 >+lib/libHACD.so >+lib/libHACD.so.2.86 > lib/libLinearMath.so >-lib/libLinearMath.so.2.83 >+lib/libLinearMath.so.2.86 > libdata/pkgconfig/bullet.pc > @dir include/bullet/BulletInverseDynamics/details
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 220887
: 184553