From 130d5dd6f0ade6f67325b23e1feabddb4753b107 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 15 Feb 2020 03:14:53 +0000 Subject: [PATCH] math/fcl: Update 0.5.0-304 -> 0.6.0 Reported by: portscout --- math/fcl/Makefile | 13 +++++++++---- math/fcl/distinfo | 6 +++--- math/fcl/pkg-plist | 3 +++ 3 files changed, 15 insertions(+), 7 deletions(-) diff --git a/math/fcl/Makefile b/math/fcl/Makefile index e2ddd03a1cac..2542dbde4a91 100644 --- a/math/fcl/Makefile +++ b/math/fcl/Makefile @@ -1,9 +1,8 @@ # $FreeBSD$ PORTNAME= fcl -DISTVERSION= 0.5.0-304 -PORTREVISION= 3 -DISTVERSIONSUFFIX= -g16c193a +DISTVERSIONPREFIX= v +DISTVERSION= 0.6.0 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org @@ -19,7 +18,7 @@ USE_GITHUB= yes GH_ACCOUNT= flexible-collision-library USE_LDCONFIG= yes -CMAKE_OFF= FCL_BUILD_TESTS # also see https://github.com/flexible-collision-library/fcl/issues/354 +CMAKE_OFF= FCL_BUILD_TESTS BUILD_TESTING # also see https://github.com/flexible-collision-library/fcl/issues/354 OPTIONS_DEFINE_amd64= SSE2 SSE3 SSSE3 SSE4 SSE41 SSE42 SSE4A OPTIONS_DEFAULT_amd64= SSE2 @@ -31,4 +30,10 @@ ${sse}_DESC= Support for ${sse} ${sse}_CMAKE_ON= -DFCL_USE_X64_SSE:BOOL=ON -DOPT_SSE_${sse}=-m${sse:tl:S/41/4.1/:S/42/4.2/} .endfor +do-test: + @cd ${BUILD_WRKSRC} && \ + ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON -DFCL_BUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ + ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test + .include diff --git a/math/fcl/distinfo b/math/fcl/distinfo index 718b60b79190..f435e3c840e4 100644 --- a/math/fcl/distinfo +++ b/math/fcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542689785 -SHA256 (flexible-collision-library-fcl-0.5.0-304-g16c193a_GH0.tar.gz) = bee789713d067314466960ee75bee1b59c09a9d95e5cc8de9531186d6164e75d -SIZE (flexible-collision-library-fcl-0.5.0-304-g16c193a_GH0.tar.gz) = 6168928 +TIMESTAMP = 1581564819 +SHA256 (flexible-collision-library-fcl-v0.6.0_GH0.tar.gz) = 6891abac5cc26d64f5ef8894bc6c2a30174558c5c83a3ed63cf65a21cb619b2b +SIZE (flexible-collision-library-fcl-v0.6.0_GH0.tar.gz) = 6205849 diff --git a/math/fcl/pkg-plist b/math/fcl/pkg-plist index 72cbc150b143..042408920921 100644 --- a/math/fcl/pkg-plist +++ b/math/fcl/pkg-plist @@ -16,6 +16,7 @@ include/fcl/broadphase/broadphase_interval_tree-inl.h include/fcl/broadphase/broadphase_interval_tree.h include/fcl/broadphase/broadphase_spatialhash-inl.h include/fcl/broadphase/broadphase_spatialhash.h +include/fcl/broadphase/default_broadphase_callbacks.h include/fcl/broadphase/detail/hierarchy_tree-inl.h include/fcl/broadphase/detail/hierarchy_tree.h include/fcl/broadphase/detail/hierarchy_tree_array-inl.h @@ -205,6 +206,7 @@ include/fcl/narrowphase/detail/convexity_based_algorithm/simplex.h include/fcl/narrowphase/detail/convexity_based_algorithm/support.h include/fcl/narrowphase/detail/distance_func_matrix-inl.h include/fcl/narrowphase/detail/distance_func_matrix.h +include/fcl/narrowphase/detail/failed_at_this_configuration.h include/fcl/narrowphase/detail/gjk_solver_indep-inl.h include/fcl/narrowphase/detail/gjk_solver_indep.h include/fcl/narrowphase/detail/gjk_solver_libccd-inl.h @@ -316,3 +318,4 @@ lib/libfcl.so lib/libfcl.so.0.6 lib/libfcl.so.0.6.0 libdata/pkgconfig/fcl.pc +%%DATADIR%%/package.xml