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:   wiz
Date:           Fri Dec 23 14:54:32 UTC 2022

Modified Files:
        pkgsrc/graphics/pcl: Makefile PLIST

Log Message:
pcl: update to 1.11.1nb12.

Add missing dependencies. Fix build on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/pcl/Makefile
cvs rdiff -u -r1.4 -r1.5 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.15 pkgsrc/graphics/pcl/Makefile:1.16
--- pkgsrc/graphics/pcl/Makefile:1.15   Sun Nov 27 13:55:50 2022
+++ pkgsrc/graphics/pcl/Makefile        Fri Dec 23 14:54:31 2022
@@ -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 $
 
-GITHUB_PROJECT=        pcl
-GITHUB_TAG=    pcl-${PKGVERSION_NOREV}
 DISTNAME=      pcl-1.11.1
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=PointCloudLibrary/}
+GITHUB_PROJECT=        pcl
+GITHUB_TAG=    pcl-${PKGVERSION_NOREV}
 
 MAINTAINER=    thomas.orgis%uni-hamburg.de@localhost
 HOMEPAGE=      https://github.com/PointCloudLibrary/pcl/
@@ -17,10 +17,12 @@ USE_CMAKE=  yes
 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 @@ PLIST_SUBST+= PCL_BASE_VERSION=${PKGVERS
 .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"

Index: pkgsrc/graphics/pcl/PLIST
diff -u pkgsrc/graphics/pcl/PLIST:1.4 pkgsrc/graphics/pcl/PLIST:1.5
--- pkgsrc/graphics/pcl/PLIST:1.4       Sat May  8 22:03:14 2021
+++ pkgsrc/graphics/pcl/PLIST   Fri Dec 23 14:54:31 2022
@@ -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_VERSI
 ${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