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:   gdt
Date:           Wed Sep  3 11:37:22 UTC 2025

Modified Files:
        pkgsrc/graphics/pcl: Makefile PLIST

Log Message:
graphics/pcl: Add bl3 for cJSON

pcl looks for cJSON and if not found uses an internal copy.  The
combination of cmake and bl3 appears to only half hide it, resulting
in build failures if cJSON is installed.  Depend on it explicitly to
1) resolve the build failure and 2) align to pkgsrc norms to use
pkgsrc versions rather than vendored versions, when feasible, and we
notice :-)

ok thor@


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/graphics/pcl/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/pcl/PLIST

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.51 pkgsrc/graphics/pcl/Makefile:1.52
--- pkgsrc/graphics/pcl/Makefile:1.51   Sat Aug 30 22:45:30 2025
+++ pkgsrc/graphics/pcl/Makefile        Wed Sep  3 11:37:22 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.51 2025/08/30 22:45:30 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2025/09/03 11:37:22 gdt Exp $
 
 DISTNAME=      pcl-1.15.0
-PKGREVISION=   5
+PKGREVISION=   6
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PointCloudLibrary/}
 GITHUB_TAG=    pcl-${PKGVERSION_NOREV}
@@ -45,6 +45,7 @@ PLIST_SUBST+= PCL_BASE_VERSION=${PKGVERS
 .include "../../graphics/png/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../textproc/PEGTL/buildlink3.mk"
+.include "../../textproc/cJSON/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../textproc/utf8-cpp/buildlink3.mk"
 # Not used correctly right now, see

Index: pkgsrc/graphics/pcl/PLIST
diff -u pkgsrc/graphics/pcl/PLIST:1.8 pkgsrc/graphics/pcl/PLIST:1.9
--- pkgsrc/graphics/pcl/PLIST:1.8       Mon Feb 24 17:22:56 2025
+++ pkgsrc/graphics/pcl/PLIST   Wed Sep  3 11:37:22 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2025/02/24 17:22:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/09/03 11:37:22 gdt Exp $
 bin/pcl_add_gaussian_noise
 bin/pcl_bilateral_upsampling
 bin/pcl_boundary_estimation
@@ -526,7 +526,6 @@ include/pcl-${PCL_BASE_VERSION}/pcl/octr
 include/pcl-${PCL_BASE_VERSION}/pcl/octree/octree_pointcloud_voxelcentroid.h
 include/pcl-${PCL_BASE_VERSION}/pcl/octree/octree_search.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/boost.h
-${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/cJSON.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/impl/lru_cache.hpp
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/impl/monitor_queue.hpp
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/impl/octree_base.hpp



Home | Main Index | Thread Index | Old Index