mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
misc/dartsim: Update 6.8.3-15 -> 6.8.5
Reported by: portscout
This commit is contained in:
parent
c0374a4a08
commit
c627302910
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502840
@ -2,8 +2,7 @@
|
||||
|
||||
PORTNAME= dartsim
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 6.8.3-15
|
||||
DISTVERSIONSUFFIX= -gbc98c8f47
|
||||
DISTVERSION= 6.8.5
|
||||
CATEGORIES= misc
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1556729550
|
||||
SHA256 (dartsim-dart-v6.8.3-15-gbc98c8f47_GH0.tar.gz) = dc1835a24016c18ccaf43ecb14f75c0cbf0df38f7fd4eea17bd25da8d14a04c4
|
||||
SIZE (dartsim-dart-v6.8.3-15-gbc98c8f47_GH0.tar.gz) = 14727186
|
||||
TIMESTAMP = 1558978119
|
||||
SHA256 (dartsim-dart-v6.8.5_GH0.tar.gz) = f0ee1c396758d4b6c77dbb5ada186f1f4bf8de409537f3cee93c66c8c3728cb0
|
||||
SIZE (dartsim-dart-v6.8.5_GH0.tar.gz) = 14718917
|
||||
|
@ -1,4 +1,4 @@
|
||||
--- CMakeLists.txt.orig 2019-05-01 12:56:31 UTC
|
||||
--- CMakeLists.txt.orig 2019-05-03 16:07:54 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -34,9 +34,9 @@ set(CONFIG_INSTALL_DIR "${CMAKE_INSTALL_
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
|
||||
set(CMAKE_DEBUG_POSTFIX "d")
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||
@@ -198,7 +198,7 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
|
||||
@@ -195,7 +195,7 @@ elseif(CMAKE_COMPILER_IS_GNUCXX)
|
||||
if(GCC_VERSION VERSION_LESS 4.8)
|
||||
message(FATAL_ERROR "The installed g++ version is ${GCC_VERSION}. ${PROJECT_NAME} requires g++ 4.8 or greater.")
|
||||
endif()
|
||||
@ -22,7 +22,7 @@
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "-g -fno-omit-frame-pointer -fno-inline-functions -fno-inline-functions-called-once -fno-optimize-sibling-calls")
|
||||
if(DART_FAST_DEBUG)
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O1")
|
||||
@@ -224,7 +224,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" MATCHE
|
||||
@@ -221,7 +221,7 @@ elseif("${CMAKE_CXX_COMPILER_ID}" MATCHE
|
||||
if("${CMAKE_SYSTEM_NAME}" MATCHES "Darwin")
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -stdlib=libc++")
|
||||
endif()
|
||||
@ -31,25 +31,27 @@
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "-g -fno-omit-frame-pointer -fno-inline-functions -fno-optimize-sibling-calls")
|
||||
if(DART_FAST_DEBUG)
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -O1")
|
||||
@@ -289,20 +289,20 @@ if(TARGET dart)
|
||||
if(MSVC)
|
||||
# add_subdirectory(examples)
|
||||
else()
|
||||
- add_subdirectory(examples EXCLUDE_FROM_ALL)
|
||||
- get_property(examples GLOBAL PROPERTY DART_EXAMPLES)
|
||||
- add_custom_target(examples DEPENDS ${examples})
|
||||
+ #add_subdirectory(examples EXCLUDE_FROM_ALL)
|
||||
+ #get_property(examples GLOBAL PROPERTY DART_EXAMPLES)
|
||||
+ #add_custom_target(examples DEPENDS ${examples})
|
||||
endif()
|
||||
@@ -276,22 +276,22 @@ if(TARGET dart)
|
||||
|
||||
# Add a "tests" target to build unit tests.
|
||||
enable_testing()
|
||||
- add_subdirectory(unittests EXCLUDE_FROM_ALL)
|
||||
+ #add_subdirectory(unittests EXCLUDE_FROM_ALL)
|
||||
|
||||
# Add example subdirectories and an "examples" target.
|
||||
- add_subdirectory(examples EXCLUDE_FROM_ALL)
|
||||
- get_property(examples GLOBAL PROPERTY DART_EXAMPLES)
|
||||
- add_custom_target(examples DEPENDS ${examples})
|
||||
+ #add_subdirectory(examples EXCLUDE_FROM_ALL)
|
||||
+ #get_property(examples GLOBAL PROPERTY DART_EXAMPLES)
|
||||
+ #add_custom_target(examples DEPENDS ${examples})
|
||||
|
||||
if(DART_VERBOSE)
|
||||
- message(STATUS "")
|
||||
message(STATUS "")
|
||||
- message(STATUS "[ Examples ]")
|
||||
- foreach(example ${examples})
|
||||
- message(STATUS "Adding example: ${example}")
|
||||
- endforeach(example ${examples})
|
||||
+ #message(STATUS "")
|
||||
+ #message(STATUS "[ Examples ]")
|
||||
+ #foreach(example ${examples})
|
||||
+ # message(STATUS "Adding example: ${example}")
|
||||
@ -62,7 +64,7 @@
|
||||
endif(DART_VERBOSE)
|
||||
|
||||
# Add a "tutorials" target to build tutorials.
|
||||
@@ -405,16 +405,16 @@ install(FILES package.xml DESTINATION
|
||||
@@ -390,16 +390,16 @@ install(FILES package.xml DESTINATION
|
||||
#===============================================================================
|
||||
|
||||
# Sample data
|
||||
|
@ -285,7 +285,6 @@ include/dart/gui/osg/render/CapsuleShapeNode.hpp
|
||||
include/dart/gui/osg/render/ConeShapeNode.hpp
|
||||
include/dart/gui/osg/render/CylinderShapeNode.hpp
|
||||
include/dart/gui/osg/render/EllipsoidShapeNode.hpp
|
||||
include/dart/gui/osg/render/HeightmapShapeNode.hpp
|
||||
include/dart/gui/osg/render/LineSegmentShapeNode.hpp
|
||||
include/dart/gui/osg/render/MeshShapeNode.hpp
|
||||
include/dart/gui/osg/render/MultiSphereShapeNode.hpp
|
||||
@ -362,47 +361,47 @@ include/dart/utils/urdf/urdf.hpp
|
||||
include/dart/utils/urdf/urdf_world_parser.hpp
|
||||
include/dart/utils/utils.hpp
|
||||
lib/libdart-collision-bullet.so
|
||||
lib/libdart-collision-bullet.so.6.9
|
||||
lib/libdart-collision-bullet.so.6.9.0
|
||||
lib/libdart-collision-bullet.so.6.8
|
||||
lib/libdart-collision-bullet.so.6.8.5
|
||||
lib/libdart-collision-ode.so
|
||||
lib/libdart-collision-ode.so.6.9
|
||||
lib/libdart-collision-ode.so.6.9.0
|
||||
lib/libdart-collision-ode.so.6.8
|
||||
lib/libdart-collision-ode.so.6.8.5
|
||||
lib/libdart-external-imgui.so
|
||||
lib/libdart-external-imgui.so.6.9
|
||||
lib/libdart-external-imgui.so.6.9.0
|
||||
lib/libdart-external-imgui.so.6.8
|
||||
lib/libdart-external-imgui.so.6.8.5
|
||||
lib/libdart-external-lodepng.so
|
||||
lib/libdart-external-lodepng.so.6.9
|
||||
lib/libdart-external-lodepng.so.6.9.0
|
||||
lib/libdart-external-lodepng.so.6.8
|
||||
lib/libdart-external-lodepng.so.6.8.5
|
||||
lib/libdart-external-odelcpsolver.so
|
||||
lib/libdart-external-odelcpsolver.so.6.9
|
||||
lib/libdart-external-odelcpsolver.so.6.9.0
|
||||
lib/libdart-external-odelcpsolver.so.6.8
|
||||
lib/libdart-external-odelcpsolver.so.6.8.5
|
||||
lib/libdart-gui-osg.so
|
||||
lib/libdart-gui-osg.so.6.9
|
||||
lib/libdart-gui-osg.so.6.9.0
|
||||
lib/libdart-gui-osg.so.6.8
|
||||
lib/libdart-gui-osg.so.6.8.5
|
||||
lib/libdart-gui.so
|
||||
lib/libdart-gui.so.6.9
|
||||
lib/libdart-gui.so.6.9.0
|
||||
lib/libdart-gui.so.6.8
|
||||
lib/libdart-gui.so.6.8.5
|
||||
lib/libdart-optimizer-ipopt.so
|
||||
lib/libdart-optimizer-ipopt.so.6.9
|
||||
lib/libdart-optimizer-ipopt.so.6.9.0
|
||||
lib/libdart-optimizer-ipopt.so.6.8
|
||||
lib/libdart-optimizer-ipopt.so.6.8.5
|
||||
lib/libdart-optimizer-nlopt.so
|
||||
lib/libdart-optimizer-nlopt.so.6.9
|
||||
lib/libdart-optimizer-nlopt.so.6.9.0
|
||||
lib/libdart-optimizer-nlopt.so.6.8
|
||||
lib/libdart-optimizer-nlopt.so.6.8.5
|
||||
lib/libdart-optimizer-pagmo.so
|
||||
lib/libdart-optimizer-pagmo.so.6.9
|
||||
lib/libdart-optimizer-pagmo.so.6.9.0
|
||||
lib/libdart-optimizer-pagmo.so.6.8
|
||||
lib/libdart-optimizer-pagmo.so.6.8.5
|
||||
lib/libdart-planning.so
|
||||
lib/libdart-planning.so.6.9
|
||||
lib/libdart-planning.so.6.9.0
|
||||
lib/libdart-planning.so.6.8
|
||||
lib/libdart-planning.so.6.8.5
|
||||
lib/libdart-utils-urdf.so
|
||||
lib/libdart-utils-urdf.so.6.9
|
||||
lib/libdart-utils-urdf.so.6.9.0
|
||||
lib/libdart-utils-urdf.so.6.8
|
||||
lib/libdart-utils-urdf.so.6.8.5
|
||||
lib/libdart-utils.so
|
||||
lib/libdart-utils.so.6.9
|
||||
lib/libdart-utils.so.6.9.0
|
||||
lib/libdart-utils.so.6.8
|
||||
lib/libdart-utils.so.6.8.5
|
||||
lib/libdart.so
|
||||
lib/libdart.so.6.9
|
||||
lib/libdart.so.6.9.0
|
||||
lib/libdart.so.6.8
|
||||
lib/libdart.so.6.8.5
|
||||
libdata/pkgconfig/dart.pc
|
||||
%%DATADIR%%/cmake/DARTConfig.cmake
|
||||
%%DATADIR%%/cmake/DARTConfigVersion.cmake
|
||||
|
Loading…
x
Reference in New Issue
Block a user