Date: Fri, 12 Jan 2024 03:33:07 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: e89b094608e8 - 2024Q1 - graphics/pcl-pointclouds: Fix build on 15 CURRENT Message-ID: <202401120333.40C3X7Up043153@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=e89b094608e8df1b18cb47bdf457b195763b628d commit e89b094608e8df1b18cb47bdf457b195763b628d Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-12 03:32:02 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-12 03:33:02 +0000 graphics/pcl-pointclouds: Fix build on 15 CURRENT ... by backporting the PR fixing it upstream. Reported by: fallout (cherry picked from commit d94b72fbafc52edf7253ea809dec41021e46683e) --- graphics/pcl-pointclouds/Makefile | 3 +++ graphics/pcl-pointclouds/distinfo | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/graphics/pcl-pointclouds/Makefile b/graphics/pcl-pointclouds/Makefile index 297a0d9f47c8..986c5bbc7c75 100644 --- a/graphics/pcl-pointclouds/Makefile +++ b/graphics/pcl-pointclouds/Makefile @@ -7,6 +7,9 @@ PKGNAMESUFFIX= -pointclouds DISTNAME= source DIST_SUBDIR= ${PORTNAME}${PKGNAMESUFFIX}/${DISTVERSION} +PATCH_SITES= https://github.com/PointCloudLibrary/pcl/commit/ +PATCHFILES+= 69a2392e4c5976bd4dc1e33cc4659fa210f68485.patch:-p1 # https://github.com/PointCloudLibrary/pcl/pull/5903 fixing https://github.com/PointCloudLibrary/pcl/issues/5902 + MAINTAINER= yuri@FreeBSD.org COMMENT= Point Cloud Library WWW= https://pointclouds.org/ diff --git a/graphics/pcl-pointclouds/distinfo b/graphics/pcl-pointclouds/distinfo index 6cf5673249e7..aad24bee385b 100644 --- a/graphics/pcl-pointclouds/distinfo +++ b/graphics/pcl-pointclouds/distinfo @@ -1,5 +1,9 @@ -TIMESTAMP = 1702336547 +TIMESTAMP = 1705027526 SHA256 (pcl-pointclouds/1.13.1/source.tar.gz) = be4d499c066203a3c296e2f7e823d6209be5983415f2279310ed1c9abb361d30 SIZE (pcl-pointclouds/1.13.1/source.tar.gz) = 68804995 SHA256 (pcl-pointclouds/1.13.1/google-googletest-release-1.11.0_GH0.tar.gz) = b4870bf121ff7795ba20d20bcdd8627b8e088f2d1dab299a031c1034eddc93d5 SIZE (pcl-pointclouds/1.13.1/google-googletest-release-1.11.0_GH0.tar.gz) = 886330 +SHA256 (pcl-pointclouds/1.13.1/69a2392e4c5976bd4dc1e33cc4659fa210f68485.patch) = cab166f332aa3a820b1116e70f341fd862f3b706f98184c902933bc652e07d4e +SIZE (pcl-pointclouds/1.13.1/69a2392e4c5976bd4dc1e33cc4659fa210f68485.patch) = 6712 +SHA256 (pcl-pointclouds/1.13.1/c1c907f842e6e5eced7382d7e1a983fa2a3810c2.patch) = d9e28fce1703d6de3893d256d40cb896f1e88ee8aea3adac2d24b5aec22c89a7 +SIZE (pcl-pointclouds/1.13.1/c1c907f842e6e5eced7382d7e1a983fa2a3810c2.patch) = 1914
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401120333.40C3X7Up043153>