pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/pcl



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Sep 27 07:48:14 UTC 2025

Modified Files:
        pkgsrc/graphics/pcl: Makefile PLIST distinfo
Added Files:
        pkgsrc/graphics/pcl/patches: patch-outofcore_CMakeLists.txt

Log Message:
pcl: fix for build boost-1.89.0


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/graphics/pcl/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/pcl/PLIST \
    pkgsrc/graphics/pcl/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/graphics/pcl/patches/patch-outofcore_CMakeLists.txt

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/pcl/Makefile
diff -u pkgsrc/graphics/pcl/Makefile:1.53 pkgsrc/graphics/pcl/Makefile:1.54
--- pkgsrc/graphics/pcl/Makefile:1.53   Wed Sep  3 13:21:05 2025
+++ pkgsrc/graphics/pcl/Makefile        Sat Sep 27 07:48:13 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2025/09/03 13:21:05 gdt Exp $
+# $NetBSD: Makefile,v 1.54 2025/09/27 07:48:13 adam Exp $
 
 DISTNAME=      pcl-1.15.1
 CATEGORIES=    graphics
@@ -33,7 +33,7 @@ CMAKE_CONFIGURE_ARGS.NetBSD+= -DHAVE_POS
 .include "options.mk"
 
 PCL_BASE_VERSION=      ${PKGVERSION_NOREV:C/([0-9]+\.[0-9]+).*/\1/}
-PLIST_SUBST+=  PCL_BASE_VERSION=${PCL_BASE_VERSION}
+PLIST_SUBST+=          PCL_BASE_VERSION=${PCL_BASE_VERSION}
 # \todo PLIST_AWK to emit ${PCL_BASE_VERSION}
 
 .include "../../devel/boost-libs/buildlink3.mk"

Index: pkgsrc/graphics/pcl/PLIST
diff -u pkgsrc/graphics/pcl/PLIST:1.10 pkgsrc/graphics/pcl/PLIST:1.11
--- pkgsrc/graphics/pcl/PLIST:1.10      Wed Sep  3 13:21:06 2025
+++ pkgsrc/graphics/pcl/PLIST   Sat Sep 27 07:48:13 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/09/03 13:21:06 gdt Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/09/27 07:48:13 adam Exp $
 bin/pcl_add_gaussian_noise
 bin/pcl_bilateral_upsampling
 bin/pcl_boundary_estimation
@@ -654,6 +654,7 @@ include/pcl-${PCL_BASE_VERSION}/pcl/regi
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_estimation_backprojection.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_estimation_normal_shooting.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_estimation_organized_projection.h
+include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection_distance.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection_features.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection_median_distance.h
@@ -665,7 +666,6 @@ include/pcl-${PCL_BASE_VERSION}/pcl/regi
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection_surface_normal.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection_trimmed.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection_var_trimmed.h
-include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_rejection.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_sorting.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/correspondence_types.h
 include/pcl-${PCL_BASE_VERSION}/pcl/registration/default_convergence_criteria.h
Index: pkgsrc/graphics/pcl/distinfo
diff -u pkgsrc/graphics/pcl/distinfo:1.10 pkgsrc/graphics/pcl/distinfo:1.11
--- pkgsrc/graphics/pcl/distinfo:1.10   Wed Sep  3 13:21:06 2025
+++ pkgsrc/graphics/pcl/distinfo        Sat Sep 27 07:48:13 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2025/09/03 13:21:06 gdt Exp $
+$NetBSD: distinfo,v 1.11 2025/09/27 07:48:13 adam Exp $
 
 BLAKE2s (pcl-1.15.1.tar.gz) = cdb0c782489d4aceb2a391140f9cd58fcba3776f66291cc0cc3477cc8e5547e1
 SHA512 (pcl-1.15.1.tar.gz) = ca9e742bc24b38f31c42c9ea08e19054e18d045f487269b64a7b831dada89936445d90a5b46870d8c24c2d25b33a59df2d904fe7e51bc0b231317cdb319951e9
 Size (pcl-1.15.1.tar.gz) = 68700306 bytes
 SHA1 (patch-cmake_pcl__targets.cmake) = 8f3e85b48edabc6573d8741bbb330fbc531d9b3f
+SHA1 (patch-outofcore_CMakeLists.txt) = 5480cf196399f7730e686b4fe573668711206877

Added files:

Index: pkgsrc/graphics/pcl/patches/patch-outofcore_CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/pcl/patches/patch-outofcore_CMakeLists.txt:1.1
--- /dev/null   Sat Sep 27 07:48:14 2025
+++ pkgsrc/graphics/pcl/patches/patch-outofcore_CMakeLists.txt  Sat Sep 27 07:48:14 2025
@@ -0,0 +1,19 @@
+$NetBSD: patch-outofcore_CMakeLists.txt,v 1.1 2025/09/27 07:48:14 adam Exp $
+
+Boost::system is header-only since 1.89.0.
+
+--- outofcore/CMakeLists.txt.orig      2025-09-03 10:00:11.251485735 +0000
++++ outofcore/CMakeLists.txt
+@@ -76,10 +76,10 @@ set(LIB_NAME "pcl_${SUBSYS_NAME}")
+ 
+ if(BUILD_visualization)
+   PCL_ADD_LIBRARY(${LIB_NAME} COMPONENT ${SUBSYS_NAME} SOURCES ${srcs} ${incs} ${impl_incs} ${visualization_incs})
+-  target_link_libraries("${LIB_NAME}" pcl_common pcl_visualization Boost::system Boost::filesystem)
++  target_link_libraries("${LIB_NAME}" pcl_common pcl_visualization Boost::filesystem)
+ else()
+   PCL_ADD_LIBRARY(${LIB_NAME} COMPONENT ${SUBSYS_NAME} SOURCES ${srcs} ${incs} ${impl_incs})
+-  target_link_libraries("${LIB_NAME}" pcl_common Boost::system Boost::filesystem)
++  target_link_libraries("${LIB_NAME}" pcl_common Boost::filesystem)
+ endif()
+ if(HAVE_CJSON)
+   target_link_libraries("${LIB_NAME}" ${CJSON_LIBRARIES})



Home | Main Index | Thread Index | Old Index