summaryrefslogtreecommitdiff
path: root/math/curv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* devel/boost: bump consumers after Boost-1.87 updateDima Panov2025-02-141-1/+1
| | | | Sponsored by: Future Crew, LLC
* math/curv: UnbreakYuri Victorovich2025-01-112-2/+13
| | | | | The latest revision from codeberg fails to build, so keep the GitHub one for now.
* math/curv: Revert "math/curv: Fails to build with boost-1.85+ and GitHub ↵Yuri Victorovich2025-01-119-0/+204
| | | | | | | | repository is marked archived" This reverts commit 84e07469e6efa150aca110c60072c98bcf52f00f. Reported by: Thierry Thomas <thierry@freebsd.org>
* math/curv: Fails to build with boost-1.85+ and GitHub repository is marked ↵Yuri Victorovich2025-01-109-204/+0
| | | | archived
* math/curv: mark as BROKEN, fails to build with boost-1.85+Dima Panov2024-10-031-0/+1
| | | | | With hat: office Sponsored by: Future Crew, LLC
* devel/onetbb: Update to 2021.13.0Ganael LAPLANCHE2024-07-041-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md
* devel/onetbb: Update to 2021.12.0Ganael LAPLANCHE2024-04-171-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
* misc/{,py-}openvdb: update 10.0.1 → 11.0.0Yuri Victorovich2024-04-021-1/+1
|
* devel/boost: bump consumers after library updateDima Panov2024-02-131-1/+1
|
* devel/onetbb: Update to 2021.11.0Ganael LAPLANCHE2023-11-281-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
* devel/boost*: bump all consumers after 1.83.0Dima Panov2023-09-271-1/+1
|
* devel/onetbb: Update to 2021.10.0Ganael LAPLANCHE2023-08-211-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
* *: bump PORTREVISION of Imath usersMatthias Andree2023-06-021-1/+1
| | | | | ...because math/Imath 3.1.9 reset the major version of libImath to 29 from 31. See math/Imath 3.1.9 for details.
* *: Bump revision of ports using math/ImathMatthias Andree2023-05-281-1/+1
| | | | ...after its major revision update.
* devel/onetbb: Update to 2021.9.0Ganael LAPLANCHE2023-05-091-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
* */*: bump all direct Boost cunsumersDima Panov2023-04-271-1/+1
|
* *: Bump PORTREVISION of math/Imath usersMatthias Andree2023-03-041-1/+1
|
* devel/onetbb: Update to 2021.8.0Ganael LAPLANCHE2023-03-031-1/+1
| | | | | | | | Also: - bump dependent ports' revisions - fix build when WITH_DEBUG is set Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
* */*: bump libboost*.so libraries consumert after Boost upgradeDima Panov2023-01-161-1/+1
|
* devel/onetbb: Update to 2021.7.0Ganael LAPLANCHE2022-11-031-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
* misc/openvdb: Update 9.1.0 -> 10.0.0Yuri Victorovich2022-10-301-1/+1
| | | | Reported by: portscout
* devel/onetbb: Update to 2021.6.0Ganael LAPLANCHE2022-09-281-1/+1
| | | | | | and bump dependent ports' revisions. Release notes: https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
* 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
|
* math/curv: Broken on systems where OpenMP isn't enabledYuri Victorovich2022-07-241-0/+4
| | | | Reported by: fallout
* misc/openvdb: Update 9.0.0 -> 9.1.0Yuri Victorovich2022-06-111-1/+1
| | | | Reported by: portscout
* devel/boost-all: bump all library consumers after boost upgradeDima Panov2022-05-221-1/+1
| | | | PR: 246106
* devel/onetbb: Update to 2021.5.0Ganael LAPLANCHE2022-01-051-1/+1
| | | | and bump dependent ports' revisions
* misc/openvdb: Update 8.1.0 -> 9.0.0Yuri Victorovich2021-11-141-1/+1
| | | | Reported by: portscout
* devel/onetbb: Update to 2021.4.0Ganael LAPLANCHE2021-10-101-0/+1
| | | | Release notes: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
* math/curv: Update 0.4-417 -> 0.5Yuri Victorovich2021-10-033-43/+60
| | | | Reported by: portscout
* *: bump PORTREVISION after math/Imath updateMatthias Andree2021-07-171-1/+1
|
* *: Bump PORTREVISION for openexr updateMatthias Andree2021-07-031-1/+1
| | | | | | OpenEXR's patchlevel updated bumped the major version of the OpenEXR library, hence bump PORTREVISION of all ports that require OpenEXR.
* graphics/mesa-libs: Bump reverse deps for libglvndKevin Bowling2021-06-221-1/+1
| | | | | | | | | | Per discussion with bapt on helping pkg handle the changing of these deps and avoiding impossible upgrade senarios. PR: 246767 Reviewed by: manu, bapt Approved by: x11 Differential Revision: https://reviews.freebsd.org/D30824
* misc/openvdb: Update 8.0.1 -> 8.1.0Yuri Victorovich2021-06-121-1/+1
| | | | Reported by: portscout
* Bump portrevisions of openexr and Imath users.Matthias Andree2021-05-181-1/+1
|
* chase library renames for OpenEXR/Imath 3.0Matthias Andree2021-04-121-1/+1
|
* math/curv: make compatible with OpenEXR/Imath 3.0Matthias Andree2021-04-122-2/+12
|
* 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
|
* - Update math/glm to 0.9.9.8Dmitry Marakasov2021-03-121-1/+1
| | | | Notes: svn path=/head/; revision=568184
* graphics/openexr, ilmbase: security update to v2.5.5Matthias Andree2021-02-131-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5 "Specific OSS-fuzz issues include: OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding OSS-fuzz #29829 Integer-overflow in Imf_2_5::DwaCompressor::initializeBuffers OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer" Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase. MFH: 2021Q1 Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b Notes: svn path=/head/; revision=565123
* graphics/openexr: graphics/ilmbase: v2.5.4 updateMatthias Andree2021-01-031-1/+1
| | | | | | | | | | | | | | | | | | | "Patch release with various bug/sanitizer/security fixes, primarily related to reading corrupted input files." <https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4> Cherry-pick upstream commit for GCC 11 compatibility: <https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc> Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent ports just to be sure. (graphics/py-openshadinglanguage is unaltered and .includes the revision bump from .../openshadinglanguage.) MFH: 2021Q1 (this requires discussion by ports-secteam@!) Notes: svn path=/head/; revision=560002
* misc/openvdb: Update 7.0.0 -> 7.1.0Yuri Victorovich2020-11-151-1/+1
| | | | Notes: svn path=/head/; revision=555420
* graphics/ilmbase, graphics/openexr: PORTREVISION bump for usersMatthias Andree2020-08-131-1/+1
| | | | | | | | | | | ilmbase and openexr were updated to v2.5.3 and their shlibs changed from *.25.0.1 to *.25.0.2. This is a PORTREVISION bump to ports using ilmbase or openexr to chase that change and trigger rebuild. Notes: svn path=/head/; revision=544853
* Update devel/tbb to 2020.3 and bump dependent ports' revisionsGanael LAPLANCHE2020-07-171-1/+1
| | | | | | | Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES Notes: svn path=/head/; revision=542423
* openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent portsMatthias Andree2020-07-161-1/+1
| | | | | | | | | | | | OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs. Approved by: portmgr (blanket) MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update) Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 Notes: svn path=/head/; revision=542353
* graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1Matthias Andree2020-05-121-1/+1
| | | | | | | | | | | | | | | | | | Upstream release notes: * A patch release that corrects the SO version for the v2.5 release, which missed getting bumped in v2.5.0. * This release also fixes an improper failure in IlmImfTest when running on ARMv7 and AAarch64. Bump PORTREVISION of all port directly requiring ilmbase or openexr that are not marked BROKEN (shlib/.so file version bump). Test build of all port directly depending on ilmbase or openexr succeeded in poudriere in a 12.1-RELEASE amd64 jail. Notes: svn path=/head/; revision=534996
* graphics/ilmbase: graphics/openexr: update to v2.5.0Matthias Andree2020-05-081-1/+1
| | | | | | | | | | | | | | | | ChangeLog: - https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0 * Bump PORTREVISION of all consumers except py-openimageio (BROKEN). * cad/PrusaSlicer: LIB_DEPENDS: remove version from libHalf.so BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds) USE_GL+=gl USES+=pkgconfig (needed to find libHalf) Notes: svn path=/head/; revision=534388