summaryrefslogtreecommitdiff
path: root/math/flann
Commit message (Collapse)AuthorAgeFilesLines
* *: Bump PORTREVISIONs for math/mpc update to 1.3.1Gerald Pfeifer2023-04-231-1/+1
|
* 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)
* science/hdf5: bump PORTREVISION of consumersTobias C. Berner2022-07-201-1/+1
| | | | | | | The SO-version increased in the update to 1.12.2 in a43418b81530f7e897abfbe18dd59f44265a1a0f . Reported by: VVD <vvd@unislabs.com>
* */*: Replace science/szip with science/libaecPo-Chuan Hsieh2022-06-161-1/+2
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for dependency change szip does not allow redistribution in binary form without proper commercial license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building this port, therefore building dependent ports are also blocked. Switch all dependent ports to science/libaec to avoid conflicts and license issue. PR: 228743, 246097, 250165
* math/flann: Update 1.9.1-29 -> 1.9.2Yuri Victorovich2022-05-253-10/+9
| | | | Switch to the currently maintained fork: tkircher/flann
* cleanup: drop support for EOL FreeBSD 11.XRene Ladan2021-09-301-27/+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
* 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
|
* math/flann: Remove a bogus semicolon in .pc file (this caused failure in ↵Yuri Victorovich2020-09-231-0/+4
| | | | | | | | | misc/openmvg) MFH: 2020Q3 Notes: svn path=/head/; revision=549762
* math/flann: Fix build on 11Yuri Victorovich2020-09-221-1/+29
| | | | | | | | | | clang-8 in FreeBSD 11 doesn't know -Wl,--push-state / -Wl,--pop-state Reported by: fallout MFH: 2020Q3 Notes: svn path=/head/; revision=549561
* math/flann: fix build on GCC architecturesPiotr Kubaj2020-09-062-8/+2
| | | | | | | | | | | | Last addition to files/patch-src_cpp_CMakeLists.txt breaks build. Also require newer GCC. PR: 249152 Approved by: yuri (maintainer) Notes: svn path=/head/; revision=547860
* math/flann: Update 1.9.1-19 -> 1.9.1-29Yuri Victorovich2020-08-286-43/+26
| | | | Notes: svn path=/head/; revision=546770
* math/flann: remove -mminimal-tocPiotr Kubaj2019-10-121-2/+0
| | | | | | | | | | Builds fine without it. PR: 240977 Approved by: linimon (mentor), portmgr (removing architecture-specific workarounds) Notes: svn path=/head/; revision=514342
* Update science/hdf5 to 1.10.4Sunpoet Po-Chuan Hsieh2019-01-051-1/+1
| | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes PR: 233070 Submitted by: wen Notes: svn path=/head/; revision=489412
* 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
* -mminimal-toc needs to be added to CFLAGS on powerpc64 to build.Mark Linimon2018-11-271-1/+3
| | | | | | | | | | | While here, pet portlint. PR: 233544 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=486021
* Update science/hdf5 to 1.10.2Sunpoet Po-Chuan Hsieh2018-09-051-0/+1
| | | | | | | | | | | | - Bump PORTREVISION of dependent ports for shlib change Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt PR: 231009 Exp-run by: antoine Notes: svn path=/head/; revision=479046
* math/flann: Update 1.8.4 -> 1.9.1-19Yuri Victorovich2018-07-094-36/+17
| | | | | | | | | | | | A case of abandoned tarball site, and move to github. Change to CMAKE_ARGS -> CMAKE_OFF. Remove options DOCS and EXAMPLES: docs now wants latex and other large things, EXAMPLES weren't meaningful. Reported by: repology.org Notes: svn path=/head/; revision=474216
* New port: math/flann: Library for fast nearest neighbor searches in high ↵Yuri Victorovich2017-12-307-0/+177
dimensional spaces Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13692 Notes: svn path=/head/; revision=457634