aboutsummaryrefslogtreecommitdiff
path: root/graphics/pcl-pointclouds
Commit message (Collapse)AuthorAgeFilesLines
* math/vtk9: Update 9.1.0 -> 9.2.2Yuri Victorovich2022-10-241-4/+5
|
* Revert "deskutils/just: Update 1.5.0 -> 1.6.0"Yuri Victorovich2022-10-211-4/+3
| | | | This reverts commit 9f02903fc610e0ee6355d351d75c201b213e0abe.
* deskutils/just: Update 1.5.0 -> 1.6.0Yuri Victorovich2022-10-211-3/+4
| | | | Reported by: portscout
* Revert "textproc/py-python-lsp-black: New port: Black plugin for the Python ↵Yuri Victorovich2022-10-131-4/+3
| | | | | | LSP Server" This reverts commit 0c041ad4a2d2ade16fb3a91a5e651f018e33455f.
* textproc/py-python-lsp-black: New port: Black plugin for the Python LSP ServerYuri Victorovich2022-10-131-3/+4
|
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* graphics/pcl-pointclouds: make QHULL option depend on moved portTobias C. Berner2022-09-091-1/+1
| | | | | | math/qhull8 was moved to math/qhull back in February in [1] [1] 5693794683876c2478f2a8029a6c0a47dc53c184
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* */*: bump all consumers after recent boost upgradeDima Panov2022-08-121-1/+1
|
* graphics/pcl-pointclouds: Fix build on amd64Yuri Victorovich2022-06-292-3/+10
| | | | | | ... by backporting patches from the upstream. Reported by: fallout
* graphics/pcl-pointclouds: Fix VTK option and switch to VTK-9.1Yuri Victorovich2022-06-272-5/+146
|
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-1/+1
| | | | PR: 246106
* graphics/pcl-pointclouds: Backport patches that fix tests; Make QHULL option ↵Yuri Victorovich2022-01-152-2/+21
| | | | | | not default QHULL causes conflicts between qhull8 and qhull.
* graphics/pcl-pointclouds: Add 'test' targetYuri Victorovich2022-01-072-2/+15
|
* graphics/pcl-pointclouds: Update 1.12.0 -> 1.12.1Daniel Engberg2022-01-073-16/+15
| | | | PR: 260987
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-1/+0
| | | | | | | | | | | | | | | | | Search criteria used: - 11.4 - OSREL* - OSVER* - *_FreeBSD_11 Input from: - adridg: devel/qca-legacy - jbeich: _WITH_DPRINTF, _WITH_GETLINE, GNU bfd workarounds - sunpoet: security/p5-*OpenSSL* Reviewed by: doceng, kde, multimedia, perl, python, ruby, rust Differential Revision: https://reviews.freebsd.org/D32008 Test Plan: make index
* graphics/pcl-pointclouds: Broken on 11Yuri Victorovich2021-08-191-1/+2
| | | | Reported by: fallout
* graphics/pcl-pointcloud: Update 1.11.1 -> 1.12.0Yuri Victorovich2021-07-093-8/+7
| | | | Reported by: portscout
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Upgrade math/eigen3 to 3.3.8;Thierry Thomas2020-12-121-1/+1
| | | | | | | | | | | | | - Add some dependencies which might be detected by Find_Package but not registered; - Bump PORTREVISION of consumers. PR: 250833 Submitted by: /me Approved by: tcberner@ (KDE / maintainer) + exp-run Notes: svn path=/head/; revision=557839
* graphics/pcl-pointclouds: Use math/qhull instead of the deprecated math/qhull5Yuri Victorovich2020-09-172-2/+3
| | | | | | | | | | Also fix WWW. PR: 249411 Reported by: Thibault Payet <monwarez@mailoo.org> Notes: svn path=/head/; revision=548869
* graphics/pcl-pointclouds: Update 1.11.0 -> 1.11.1Yuri Victorovich2020-08-193-4/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=545470
* graphics/pcl-pointclouds: Update 1.10.1 -> 1.11.0Yuri Victorovich2020-08-053-8/+9
| | | | | | | | | Also add the patch to misc/visp to make it work with this pcl version. Reported by: portscout Notes: svn path=/head/; revision=544238
* math/vtk8: Update 8.1.2 -> 8.2.0Yuri Victorovich2020-04-261-1/+1
| | | | | | | | science/liggght is updated 3.8.0 -> 3.8.0-26 because only later revisions support vtk8-8.2.0 3 dependent ports bumped. Notes: svn path=/head/; revision=533086
* graphics/pcl-pointclouds: Update 1.10.0 -> 1.10.1Yuri Victorovich2020-03-222-5/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=528939
* Drop dependency on devel/openmpJan Beich2020-03-081-12/+2
| | | | | | | | | | - Drop if devel/llvm* was used as a substitute Approved by: yuri, rene (earlier version) Differential Revision: https://reviews.freebsd.org/D23020 Notes: svn path=/head/; revision=528082
* graphics/pcl-pointclouds: Update 1.9.1 -> 1.10.0Yuri Victorovich2020-01-233-19/+13
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=523859
* devel/boost-*: update to 1.72.0Jan Beich2019-12-111-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_72_0.html PR: 241449 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D22136 Notes: svn path=/head/; revision=519824
* graphics/pcl-pointclouds: fix build on powerpc64 with clangPiotr Kubaj2019-11-291-1/+2
| | | | | | | | | | | | | | | | lld on powerpc64 elfv2 can't link this port, add LLD_UNSAFE=yes: ld: error: relocation refers to a discarded section: .text.__clang_call_terminate >>> defined in common/CMakeFiles/pcl_common.dir/src/pcl_base.cpp.o >>> section group signature: __clang_call_terminate >>> prevailing definition is in common/CMakeFiles/pcl_common.dir/src/point_types.cpp.o >>> referenced by pcl_base.cpp >>> common/CMakeFiles/pcl_common.dir/src/pcl_base.cpp.o:(pcl::PCLBase<pcl::PCLPointCloud2>::initCompute()) PR: 241944 Approved by: mentors (implicit approval), yuri (maintainer timeout) Notes: svn path=/head/; revision=518648
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* Switch default devel/llvm* to 90Jan Beich2019-09-201-1/+1
| | | | | | | | | PR: 239682 Reviewed by: tobik Differential Revision: https://reviews.freebsd.org/D21172 Notes: svn path=/head/; revision=512440
* devel/boost-*: update to 1.71.0Jan Beich2019-08-191-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_71_0.html PR: 238827 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D20774 Notes: svn path=/head/; revision=509290
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Prepare for powerpc-on-clang by deleting hard-coded tests for libstdc++.soMark Linimon2019-07-121-3/+5
| | | | | | | | | | | | | | | | | | as a stand-in for "are we running on gcc". For people already testing powerpc on clang, it is possible that they already have both compilers in base. Thus, the assumption that "gcc is in base" (e.g. libstdc++.so exists) always means "force use of GCC" is already broken. It will be for everyone on -CURRENT once the switch is made. While here, standardize on compiler:c++11-lang instead of -lib (they are equivalent these days), pet portlint, and do some other cleanup. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=506432
* devel/boost-*: update to 1.70.0Jan Beich2019-04-121-1/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_70_0.html PR: 235956 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D19303 Notes: svn path=/head/; revision=498698
* Fix typo.Mark Linimon2019-03-311-1/+1
| | | | | | | | Reported by: jbeich Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497438
* Mark as broken on armv*:Mark Linimon2019-03-291-0/+2
| | | | | | | | | | | common/include/pcl/pcl_macros.h:420:4: error: aligned_malloc not supported on your platform Oddly, this port builds on aarch64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=497224
* graphics/pcl-pointclouds: unbreak with boost 1.70Jan Beich2019-03-252-0/+5
| | | | | | | | PR: 236595 Obtained from: upstream Notes: svn path=/head/; revision=496812
* Switch to devel/llvm80 for DEFAULT_VERSIONSJan Beich2019-03-201-1/+1
| | | | | | | PR: 235215 Notes: svn path=/head/; revision=496337
* graphics/pcl-pointclouds: fix build with GCC-based architecturesYuri Victorovich2019-02-281-0/+4
| | | | | | | | PR: 236099 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> Notes: svn path=/head/; revision=494167
* Remove bogus dependency, pcl-pointclouds links against libomp from llvmAntoine Brodin2019-02-161-1/+0
| | | | Notes: svn path=/head/; revision=493044
* Update math/eigen3 to 3.3.7Tobias C. Berner2018-12-261-1/+1
| | | | | | | | - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.6 - http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.3.7 Notes: svn path=/head/; revision=488363
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* devel/boost-*: update to 1.69.0Jan Beich2018-12-121-0/+1
| | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_69_0.html PR: 232525 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D17645 Notes: svn path=/head/; revision=487266
* graphics/pcl-pointclouds: Broken on i386: undefined reference to `__atomic_load'Yuri Victorovich2018-12-021-0/+2
| | | | Notes: svn path=/head/; revision=486470
* graphics/pcl-pointclouds: Update 1.9.0 -> 1.9.1Yuri Victorovich2018-12-012-10/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=486318
* graphics/pcl-pointclouds: Update 1.8.1 -> 1.9.0Yuri Victorovich2018-11-254-181/+93
| | | | | | | | | Port changes: Add port options for some project options Reported by: portscout Notes: svn path=/head/; revision=485885
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-111-1/+1
| | | | | | | | | | | | | | | | | | Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906 Notes: svn path=/head/; revision=479538