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: thor
Date: Sat May 8 22:04:59 UTC 2021
Modified Files:
pkgsrc/graphics/pcl: distinfo
Added Files:
pkgsrc/graphics/pcl/patches:
patch-apps_include_pcl_apps_nn__classification.h
Log Message:
graphics/pcl: add build fix regarding missing FLT_MAX defintion
(Was missing from earlier commit.)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/pcl/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/pcl/patches/patch-apps_include_pcl_apps_nn__classification.h
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/distinfo
diff -u pkgsrc/graphics/pcl/distinfo:1.2 pkgsrc/graphics/pcl/distinfo:1.3
--- pkgsrc/graphics/pcl/distinfo:1.2 Fri May 7 11:36:29 2021
+++ pkgsrc/graphics/pcl/distinfo Sat May 8 22:04:58 2021
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.2 2021/05/07 11:36:29 thor Exp $
+$NetBSD: distinfo,v 1.3 2021/05/08 22:04:58 thor Exp $
SHA1 (pcl-1.11.1.tar.gz) = 982a528fa493834e415728357695296c011001b9
RMD160 (pcl-1.11.1.tar.gz) = 7f0679139ad86db5ae3451a7bfdaaf4ecdf5ceca
SHA512 (pcl-1.11.1.tar.gz) = 93dd3180443a1a26f019bfd1e34855014619b3b74326ae93806a2711dba392b1c76f2aa682cc3955c651a45ce829a0c89d1cae7cef09cdea60fcb671aefe4da2
Size (pcl-1.11.1.tar.gz) = 68515312 bytes
SHA1 (patch-2d_CMakeLists.txt) = 2ff5d0943e4171a50d0d5cf0646adc4733e7a2ae
-SHA1 (patch-CMakeLists.txt) = 214b20e8a0d66f92e25acad2d9ef3731c81c60dc
+SHA1 (patch-CMakeLists.txt) = 9a4dbababa9e7e377c587cd73a62ca8702919d5e
SHA1 (patch-apps_3d__rec__framework_CMakeLists.txt) = 5736b25611b9f549edbe128054f87190e3c9652e
SHA1 (patch-apps_3d__rec__framework_include_pcl_apps_3d__rec__framework_utils_vtk__model__sampling.h) = 831e810adfc0e8de18751a6d068ccaafbc0145d0
SHA1 (patch-apps_CMakeLists.txt) = bbe2d7325816a53fdcd9c991ed54c38c2585bf02
@@ -27,6 +27,7 @@ SHA1 (patch-apps_cloud__composer_src_poi
SHA1 (patch-apps_cloud__composer_src_point__selectors_selected__trackball__interactor__style.cpp) = 17184ad9f55a79f11e18049a4bfc624e75e0f981
SHA1 (patch-apps_cloud__composer_src_project__model.cpp) = 8f63cd30fe2dcbe909776dc639079eebee6af08c
SHA1 (patch-apps_include_pcl_apps_manual__registration.h) = 4dd066eb99426bdc73e98799187c78182362da19
+SHA1 (patch-apps_include_pcl_apps_nn__classification.h) = 57974d6d174c40ad8897b4526cbe685c5f036747
SHA1 (patch-apps_include_pcl_apps_openni__passthrough.h) = 797b2446175d896ddf4c1a4cb8a61a9a20aab771
SHA1 (patch-apps_include_pcl_apps_organized__segmentation__demo.h) = b018b71752dba847b48585e3f67de166e657d1c3
SHA1 (patch-apps_include_pcl_apps_pcd__video__player.h) = 3e6299163fa6f16446b07589607c79ebaaf92177
Added files:
Index: pkgsrc/graphics/pcl/patches/patch-apps_include_pcl_apps_nn__classification.h
diff -u /dev/null pkgsrc/graphics/pcl/patches/patch-apps_include_pcl_apps_nn__classification.h:1.1
--- /dev/null Sat May 8 22:04:59 2021
+++ pkgsrc/graphics/pcl/patches/patch-apps_include_pcl_apps_nn__classification.h Sat May 8 22:04:58 2021
@@ -0,0 +1,14 @@
+$NetBSD: patch-apps_include_pcl_apps_nn__classification.h,v 1.1 2021/05/08 22:04:58 thor Exp $
+
+Uses FLT_MAX without the header for it.
+
+--- apps/include/pcl/apps/nn_classification.h.orig 2021-05-08 19:13:27.461692381 +0000
++++ apps/include/pcl/apps/nn_classification.h
+@@ -41,6 +41,7 @@
+
+ #include <pcl/io/pcd_io.h>
+ #include <pcl/kdtree/kdtree_flann.h>
++#include <cfloat>
+
+ namespace pcl {
+
Home |
Main Index |
Thread Index |
Old Index