Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2017 10:21:09 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446567 - in head/devel/bullet: . files
Message-ID:  <201707251021.v6PAL9Nm017746@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jul 25 10:21:08 2017
New Revision: 446567
URL: https://svnweb.freebsd.org/changeset/ports/446567

Log:
  - Update to 2.86.1
  - Enable installation of extra libraries
  
  PR:		220887
  Approved by:	acm (maintainer via private email)

Added:
  head/devel/bullet/files/patch-examples_ThirdPartyLibs_Gwen_Macros.h   (contents, props changed)
Modified:
  head/devel/bullet/Makefile
  head/devel/bullet/distinfo
  head/devel/bullet/pkg-plist

Modified: head/devel/bullet/Makefile
==============================================================================
--- head/devel/bullet/Makefile	Tue Jul 25 09:47:33 2017	(r446566)
+++ head/devel/bullet/Makefile	Tue Jul 25 10:21:08 2017	(r446567)
@@ -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 @@ USE_XORG=	x11
 
 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=	*
 

Modified: head/devel/bullet/distinfo
==============================================================================
--- head/devel/bullet/distinfo	Tue Jul 25 09:47:33 2017	(r446566)
+++ head/devel/bullet/distinfo	Tue Jul 25 10:21:08 2017	(r446567)
@@ -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

Added: head/devel/bullet/files/patch-examples_ThirdPartyLibs_Gwen_Macros.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/bullet/files/patch-examples_ThirdPartyLibs_Gwen_Macros.h	Tue Jul 25 10:21:08 2017	(r446567)
@@ -0,0 +1,21 @@
+--- examples/ThirdPartyLibs/Gwen/Macros.h.orig	2017-02-17 23:43:38 UTC
++++ examples/ThirdPartyLibs/Gwen/Macros.h
+@@ -4,9 +4,6 @@
+ #define GWEN_MACROS_H
+ #include <stdlib.h>
+ #include <stdarg.h>
+-#ifndef __APPLE__
+-#include <malloc.h>
+-#endif //__APPLE__
+ #include <memory.h>
+ #include <algorithm>
+ 
+@@ -38,7 +35,7 @@
+ 	#define GwenUtil_OutputDebugWideString( lpOutputString ) //wprintf( lpOutputString  )
+ 	#define GwenUtil_WideStringToFloat( _Str ) wcstof(_Str, NULL)
+ 
+-#elif defined(__linux__)
++#elif defined(__linux__) || defined(__FreeBSD__)
+ 
+ 	#define GwenUtil_VSNPrintFSafe( _DstBuf, _DstSize, _MaxCount, _Format, _ArgList ) vsnprintf( _DstBuf, _DstSize, _Format, _ArgList )
+ 	#define GwenUtil_VSWPrintFSafe( _DstBuf, _SizeInWords, _Format, _ArgList ) vswprintf( _DstBuf, _SizeInWords, _Format, _ArgList )

Modified: head/devel/bullet/pkg-plist
==============================================================================
--- head/devel/bullet/pkg-plist	Tue Jul 25 09:47:33 2017	(r446566)
+++ head/devel/bullet/pkg-plist	Tue Jul 25 10:21:08 2017	(r446567)
@@ -151,7 +151,6 @@ include/bullet/BulletCollision/BroadphaseCollision/btC
 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,19 +299,23 @@ include/bullet/BulletDynamics/ConstraintSolver/btTyped
 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
 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/btRaycastVehicle
 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/btSoftBodyInternals.h
 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/btScalar.h
 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 @@ include/bullet/btBulletDynamicsCommon.h
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707251021.v6PAL9Nm017746>