Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Feb 2020 03:14:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526195 - head/math/fcl
Message-ID:  <202002150314.01F3ErjD011965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Feb 15 03:14:53 2020
New Revision: 526195
URL: https://svnweb.freebsd.org/changeset/ports/526195

Log:
  math/fcl: Update 0.5.0-304 -> 0.6.0
  
  Reported by:	portscout

Modified:
  head/math/fcl/Makefile
  head/math/fcl/distinfo
  head/math/fcl/pkg-plist

Modified: head/math/fcl/Makefile
==============================================================================
--- head/math/fcl/Makefile	Sat Feb 15 00:33:17 2020	(r526194)
+++ head/math/fcl/Makefile	Sat Feb 15 03:14:53 2020	(r526195)
@@ -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
@@ -30,5 +29,11 @@ OPTIONS_DEFAULT_i386=		${OPTIONS_DEFAULT_amd64}
 ${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 <bsd.port.mk>

Modified: head/math/fcl/distinfo
==============================================================================
--- head/math/fcl/distinfo	Sat Feb 15 00:33:17 2020	(r526194)
+++ head/math/fcl/distinfo	Sat Feb 15 03:14:53 2020	(r526195)
@@ -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

Modified: head/math/fcl/pkg-plist
==============================================================================
--- head/math/fcl/pkg-plist	Sat Feb 15 00:33:17 2020	(r526194)
+++ head/math/fcl/pkg-plist	Sat Feb 15 03:14:53 2020	(r526195)
@@ -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_algorit
 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



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