pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/pcl pcl: update to 1.11.1nb12.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/481ee8ccdb68
branches:  trunk
changeset: 390606:481ee8ccdb68
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 23 14:54:31 2022 +0000

description:
pcl: update to 1.11.1nb12.

Add missing dependencies. Fix build on NetBSD

diffstat:

 graphics/pcl/Makefile |  20 ++++++++++++--------
 graphics/pcl/PLIST    |   4 ++--
 2 files changed, 14 insertions(+), 10 deletions(-)

diffs (66 lines):

diff -r f00afbcee172 -r 481ee8ccdb68 graphics/pcl/Makefile
--- a/graphics/pcl/Makefile     Fri Dec 23 13:48:02 2022 +0000
+++ b/graphics/pcl/Makefile     Fri Dec 23 14:54:31 2022 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2022/11/27 13:55:50 gdt Exp $
+# $NetBSD: Makefile,v 1.16 2022/12/23 14:54:31 wiz Exp $
 
+DISTNAME=      pcl-1.11.1
+PKGREVISION=   12
+CATEGORIES=    graphics
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=PointCloudLibrary/}
 GITHUB_PROJECT=        pcl
 GITHUB_TAG=    pcl-${PKGVERSION_NOREV}
-DISTNAME=      pcl-1.11.1
-PKGREVISION=   11
-CATEGORIES=    graphics
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=PointCloudLibrary/}
 
 MAINTAINER=    thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=      https://github.com/PointCloudLibrary/pcl/
@@ -17,10 +17,12 @@
 USE_LANGUAGES= c c++
 USE_TOOLS+=    pkg-config
 
-CMAKE_ARGS+=   -DWITH_QHULL=TRUE
+CMAKE_ARGS+=           -DWITH_QHULL=TRUE
 # Those could be enabled as options if desired.
-CMAKE_ARGS+=   -DWITH_CUDA=FALSE
-CMAKE_ARGS+=   -DWITH_QT=FALSE
+CMAKE_ARGS+=           -DWITH_CUDA=FALSE
+CMAKE_ARGS+=           -DWITH_QT=FALSE
+# test is missing
+CMAKE_ARGS.NetBSD+=    -DHAVE_POSIX_MEMALIGN=1
 
 .include "options.mk"
 
@@ -41,6 +43,8 @@
 .include "../../graphics/png/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../textproc/expat/buildlink3.mk"
+.include "../../textproc/PEGTL/buildlink3.mk"
+.include "../../textproc/utf8-cpp/buildlink3.mk"
 # Not used correctly right now, see
 # https://github.com/PointCloudLibrary/pcl/issues/4744
 #.include "../../devel/metslib/buildlink3.mk"
diff -r f00afbcee172 -r 481ee8ccdb68 graphics/pcl/PLIST
--- a/graphics/pcl/PLIST        Fri Dec 23 13:48:02 2022 +0000
+++ b/graphics/pcl/PLIST        Fri Dec 23 14:54:31 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/05/08 22:03:14 thor Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/12/23 14:54:31 wiz Exp $
 bin/pcl_add_gaussian_noise
 bin/pcl_boundary_estimation
 bin/pcl_cluster_extraction
@@ -1034,10 +1034,10 @@
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/octree_base_node.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/octree_disk_container.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/octree_ram_container.h
+${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore_base_data.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore_breadth_first_iterator.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore_depth_first_iterator.h
-${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore_impl.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore_iterator_base.h
 ${PLIST.vtk}include/pcl-${PCL_BASE_VERSION}/pcl/outofcore/outofcore_node_data.h



Home | Main Index | Thread Index | Old Index