From owner-svn-ports-head@freebsd.org Wed Aug 5 18:55:07 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8F2713A6D0D; Wed, 5 Aug 2020 18:55:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BMLQz38JPz461R; Wed, 5 Aug 2020 18:55:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F7CF1AA54; Wed, 5 Aug 2020 18:55:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 075It7Sx062126; Wed, 5 Aug 2020 18:55:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 075It6jd062118; Wed, 5 Aug 2020 18:55:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202008051855.075It6jd062118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 5 Aug 2020 18:55:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544238 - in head: graphics/pcl-pointclouds misc/visp misc/visp/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: graphics/pcl-pointclouds misc/visp misc/visp/files X-SVN-Commit-Revision: 544238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Aug 2020 18:55:07 -0000 Author: yuri Date: Wed Aug 5 18:55:05 2020 New Revision: 544238 URL: https://svnweb.freebsd.org/changeset/ports/544238 Log: graphics/pcl-pointclouds: Update 1.10.1 -> 1.11.0 Also add the patch to misc/visp to make it work with this pcl version. Reported by: portscout Added: head/misc/visp/files/patch-modules_tracker_mbt_src_depth_vpMbtFaceDepthDense.cpp (contents, props changed) Modified: head/graphics/pcl-pointclouds/Makefile head/graphics/pcl-pointclouds/distinfo head/graphics/pcl-pointclouds/pkg-plist head/misc/visp/Makefile Modified: head/graphics/pcl-pointclouds/Makefile ============================================================================== --- head/graphics/pcl-pointclouds/Makefile Wed Aug 5 18:29:28 2020 (r544237) +++ head/graphics/pcl-pointclouds/Makefile Wed Aug 5 18:55:05 2020 (r544238) @@ -2,7 +2,7 @@ PORTNAME= pcl DISTVERSIONPREFIX= ${PORTNAME}- -DISTVERSION= 1.10.1 +DISTVERSION= 1.11.0 CATEGORIES= graphics math PKGNAMESUFFIX= -pointclouds Modified: head/graphics/pcl-pointclouds/distinfo ============================================================================== --- head/graphics/pcl-pointclouds/distinfo Wed Aug 5 18:29:28 2020 (r544237) +++ head/graphics/pcl-pointclouds/distinfo Wed Aug 5 18:55:05 2020 (r544238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1584686984 -SHA256 (PointCloudLibrary-pcl-pcl-1.10.1_GH0.tar.gz) = 61ec734ec7c786c628491844b46f9624958c360012c173bbc993c5ff88b4900e -SIZE (PointCloudLibrary-pcl-pcl-1.10.1_GH0.tar.gz) = 67092141 +TIMESTAMP = 1589357609 +SHA256 (PointCloudLibrary-pcl-pcl-1.11.0_GH0.tar.gz) = 4255c3d3572e9774b5a1dccc235711b7a723197b79430ef539c2044e9ce65954 +SIZE (PointCloudLibrary-pcl-pcl-1.11.0_GH0.tar.gz) = 67091890 Modified: head/graphics/pcl-pointclouds/pkg-plist ============================================================================== --- head/graphics/pcl-pointclouds/pkg-plist Wed Aug 5 18:29:28 2020 (r544237) +++ head/graphics/pcl-pointclouds/pkg-plist Wed Aug 5 18:55:05 2020 (r544238) @@ -61,9 +61,9 @@ include/pcl-%%SHL2%%/pcl/2d/convolution.h include/pcl-%%SHL2%%/pcl/2d/edge.h include/pcl-%%SHL2%%/pcl/2d/impl/convolution.hpp include/pcl-%%SHL2%%/pcl/2d/impl/edge.hpp +include/pcl-%%SHL2%%/pcl/2d/impl/kernel.hpp include/pcl-%%SHL2%%/pcl/2d/impl/morphology.hpp include/pcl-%%SHL2%%/pcl/2d/kernel.h -include/pcl-%%SHL2%%/pcl/2d/impl/kernel.hpp include/pcl-%%SHL2%%/pcl/2d/morphology.h include/pcl-%%SHL2%%/pcl/ModelCoefficients.h include/pcl-%%SHL2%%/pcl/PCLHeader.h @@ -123,7 +123,6 @@ include/pcl-%%SHL2%%/pcl/common/io.h include/pcl-%%SHL2%%/pcl/common/norms.h include/pcl-%%SHL2%%/pcl/common/pca.h include/pcl-%%SHL2%%/pcl/common/piecewise_linear_function.h -include/pcl-%%SHL2%%/pcl/common/point_operators.h include/pcl-%%SHL2%%/pcl/common/point_tests.h include/pcl-%%SHL2%%/pcl/common/polynomial_calculations.h include/pcl-%%SHL2%%/pcl/common/poses_from_matches.h @@ -377,7 +376,6 @@ include/pcl-%%SHL2%%/pcl/io/ply/ply.h include/pcl-%%SHL2%%/pcl/io/ply/ply_parser.h include/pcl-%%SHL2%%/pcl/io/ply_io.h include/pcl-%%SHL2%%/pcl/io/point_cloud_image_extractors.h -include/pcl-%%SHL2%%/pcl/io/pxc_grabber.h include/pcl-%%SHL2%%/pcl/io/robot_eye_grabber.h include/pcl-%%SHL2%%/pcl/io/tar.h include/pcl-%%SHL2%%/pcl/io/vlp_grabber.h @@ -415,6 +413,7 @@ include/pcl-%%SHL2%%/pcl/keypoints/trajkovic_2d.h include/pcl-%%SHL2%%/pcl/keypoints/trajkovic_3d.h include/pcl-%%SHL2%%/pcl/keypoints/uniform_sampling.h include/pcl-%%SHL2%%/pcl/make_shared.h +include/pcl-%%SHL2%%/pcl/memory.h include/pcl-%%SHL2%%/pcl/ml/branch_estimator.h include/pcl-%%SHL2%%/pcl/ml/densecrf.h include/pcl-%%SHL2%%/pcl/ml/dt/decision_forest.h @@ -649,7 +648,6 @@ include/pcl-%%SHL2%%/pcl/registration/impl/transformat include/pcl-%%SHL2%%/pcl/registration/impl/transformation_estimation_svd.hpp include/pcl-%%SHL2%%/pcl/registration/impl/transformation_estimation_svd_scale.hpp include/pcl-%%SHL2%%/pcl/registration/impl/transformation_estimation_symmetric_point_to_plane_lls.hpp -include/pcl-%%SHL2%%/pcl/registration/transformation_estimation_symmetric_point_to_plane_lls.h include/pcl-%%SHL2%%/pcl/registration/impl/transformation_validation_euclidean.hpp include/pcl-%%SHL2%%/pcl/registration/incremental_registration.h include/pcl-%%SHL2%%/pcl/registration/joint_icp.h @@ -674,6 +672,7 @@ include/pcl-%%SHL2%%/pcl/registration/transformation_e include/pcl-%%SHL2%%/pcl/registration/transformation_estimation_point_to_plane_weighted.h include/pcl-%%SHL2%%/pcl/registration/transformation_estimation_svd.h include/pcl-%%SHL2%%/pcl/registration/transformation_estimation_svd_scale.h +include/pcl-%%SHL2%%/pcl/registration/transformation_estimation_symmetric_point_to_plane_lls.h include/pcl-%%SHL2%%/pcl/registration/transformation_validation.h include/pcl-%%SHL2%%/pcl/registration/transformation_validation_euclidean.h include/pcl-%%SHL2%%/pcl/registration/transforms.h @@ -893,6 +892,8 @@ include/pcl-%%SHL2%%/pcl/tracking/particle_filter_omp. include/pcl-%%SHL2%%/pcl/tracking/pyramidal_klt.h include/pcl-%%SHL2%%/pcl/tracking/tracker.h include/pcl-%%SHL2%%/pcl/tracking/tracking.h +include/pcl-%%SHL2%%/pcl/type_traits.h +include/pcl-%%SHL2%%/pcl/types.h lib/libpcl_common.so lib/libpcl_common.so.%%SHL2%% lib/libpcl_common.so.%%SHL3%% Modified: head/misc/visp/Makefile ============================================================================== --- head/misc/visp/Makefile Wed Aug 5 18:29:28 2020 (r544237) +++ head/misc/visp/Makefile Wed Aug 5 18:55:05 2020 (r544238) @@ -2,7 +2,7 @@ PORTNAME= visp DISTVERSION= 3.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://gforge.inria.fr/frs/download.php/latestfile/475/ Added: head/misc/visp/files/patch-modules_tracker_mbt_src_depth_vpMbtFaceDepthDense.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/visp/files/patch-modules_tracker_mbt_src_depth_vpMbtFaceDepthDense.cpp Wed Aug 5 18:55:05 2020 (r544238) @@ -0,0 +1,15 @@ +From https://github.com/lagadic/visp/issues/783#issuecomment-653403417 + +--- modules/tracker/mbt/src/depth/vpMbtFaceDepthDense.cpp.orig 2020-08-05 18:31:46 UTC ++++ modules/tracker/mbt/src/depth/vpMbtFaceDepthDense.cpp +@@ -36,6 +36,10 @@ + #include + #include + ++#ifdef VISP_HAVE_PCL ++#include ++#endif ++ + #if defined __SSE2__ || defined _M_X64 || (defined _M_IX86_FP && _M_IX86_FP >= 2) + #include + #define VISP_HAVE_SSE2 1