Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.0.0_4 13 Oct 2024 13:55:03 |
Matthias Andree (mandree) |
graphics/openexr: PORTREVISION bump of openexr users due to ABI change |
11.0.0_3 03 Oct 2024 10:25:14 |
Dima Panov (fluffy) |
*/*: bump consumers after devel/boost* update
With hat: office
Sponsored by: Future Crew, LLC |
11.0.0_2 10 Sep 2024 19:46:23 |
Dimitry Andric (dim) |
misc/openvdb: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-11.0.0/openvdb/openvdb/../openvdb/tree/NodeManager.h:330:31:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
330 | OpT::template eval(mNodeOp, it);
| ^
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-11.0.0/openvdb/openvdb/../openvdb/tree/NodeManager.h:350:31:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
350 | OpT::template eval(mNodeOp, it);
| ^
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-11.0.0/openvdb/openvdb/../openvdb/tree/NodeManager.h:375:31:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
375 | OpT::template eval(*mNodeOp, it);
| ^
In these cases, appending "<>" is enough to satisfy the constraint.
PR: 281418
Approved by: yuri (maintainer)
MFH: 2024Q3 |
11.0.0_2 04 Jul 2024 11:39:44 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.13.0
and bump dependent ports' revisions.
Release
notes: https://github.com/oneapi-src/oneTBB/blob/v2021.13.0/RELEASE_NOTES.md |
11.0.0_1 06 May 2024 19:07:49 |
Robert Clausecker (fuz) |
misc/openvdb: builds fine in an armv7 jail on arm64
The process limimts have been revised in a fix to PR 274705, making
this port build fine.
PR: 274705
MFH: 2024Q2
Approved by: portmgr (build fix blanket) |
11.0.0_1 17 Apr 2024 11:28:34 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.12.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0 |
11.0.0 02 Apr 2024 07:59:08 |
Yuri Victorovich (yuri) |
misc/{,py-}openvdb: update 10.0.1 → 11.0.0 |
10.0.1_12 13 Feb 2024 14:44:22 |
Dima Panov (fluffy) |
devel/boost: bump consumers after library update |
10.0.1_11 29 Jan 2024 00:56:31 |
Yuri Victorovich (yuri) |
misc/openvdb: Broken on armv7
Reported by: fallout |
10.0.1_11 28 Nov 2023 11:35:02 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.11.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0 |
10.0.1_10 27 Sep 2023 14:36:30 |
Dima Panov (fluffy) |
devel/boost*: bump all consumers after 1.83.0 |
10.0.1_9 10 Sep 2023 11:44:32 |
Matthias Andree (mandree) |
*: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31 |
10.0.1_8 21 Aug 2023 10:09:23 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0 |
10.0.1_7 02 Jun 2023 21:40:45 |
Matthias Andree (mandree) |
*: bump PORTREVISION of Imath users
...because math/Imath 3.1.9 reset the major version of
libImath to 29 from 31. See math/Imath 3.1.9 for details. |
10.0.1_6 28 May 2023 18:39:40 |
Matthias Andree (mandree) |
*: Bump revision of ports using math/Imath
...after its major revision update. |
10.0.1_5 09 May 2023 10:25:26 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0 |
10.0.1_4 27 Apr 2023 18:25:55 |
Dima Panov (fluffy) |
*/*: bump all direct Boost cunsumers |
10.0.1_3 04 Mar 2023 10:41:17 |
Matthias Andree (mandree) |
*: Bump PORTREVISION of math/Imath users |
10.0.1_2 03 Mar 2023 15:01:50 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.8.0
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 |
10.0.1_1 16 Jan 2023 19:32:07 |
Dima Panov (fluffy) |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
10.0.1 01 Dec 2022 22:15:40 |
Yuri Victorovich (yuri) |
misc/openvdb: Update 10.0.0 -> 10.0.1
Reported by: portscout |
10.0.0_2 03 Nov 2022 11:32:41 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md |
10.0.0_1 01 Nov 2022 10:36:07 |
Yuri Victorovich (yuri) |
misc/openvdb: Remove PYTHON option
The Python binding will be in a separate port. |
10.0.0 30 Oct 2022 18:34:51 |
Yuri Victorovich (yuri) |
misc/openvdb: Update 9.1.0 -> 10.0.0
Reported by: portscout |
9.1.0_2 28 Sep 2022 10:28:09 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
9.1.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
9.1.0_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
9.1.0 11 Jun 2022 20:29:59 |
Yuri Victorovich (yuri) |
misc/openvdb: Update 9.0.0 -> 9.1.0
Reported by: portscout |
9.0.0_2 22 May 2022 20:17:16 |
Dima Panov (fluffy) |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
9.0.0_1 05 Jan 2022 16:43:54 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.5.0
and bump dependent ports' revisions |
9.0.0 15 Nov 2021 05:18:52 |
Yuri Victorovich (yuri) |
misc/openvdb: Update 8.1.0 -> 9.0.0
Reported by: portscout |
8.1.0_6 10 Oct 2021 15:11:27 |
Ganael LAPLANCHE (martymac) |
devel/onetbb: Update to 2021.4.0
Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html |
8.1.0_5 15 Aug 2021 09:32:16 |
Yuri Victorovich (yuri) |
misc/openvdb: Backport devel/onetbb compatibility patch
PR: 252788 |
8.1.0_4 03 Aug 2021 18:19:14 |
Matthias Andree (mandree) |
*: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users. |
8.1.0_3 17 Jul 2021 09:17:59 |
Matthias Andree (mandree) |
*: bump PORTREVISION after math/Imath update |
8.1.0_2 03 Jul 2021 05:15:12 |
Matthias Andree (mandree) |
*: Bump PORTREVISION for openexr update
OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR. |
8.1.0_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
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 |
8.1.0 13 Jun 2021 03:48:20 |
Yuri Victorovich (yuri) |
misc/openvdb: Update 8.0.1 -> 8.1.0
Reported by: portscout |
8.0.1_3 18 May 2021 17:15:57 |
Matthias Andree (mandree) |
Bump portrevisions of openexr and Imath users. |
8.0.1_2 12 Apr 2021 00:33:39 |
Matthias Andree (mandree) |
misc/openvdb: make compatible with OpenEXR/Imath 3.0 |
8.0.1_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
8.0.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.0.1_1 13 Feb 2021 11:08:29 |
mandree |
graphics/openexr, ilmbase: security update to v2.5.5
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 |
8.0.1 07 Feb 2021 22:22:21 |
yuri |
misc/openvdb: Update 8.0.0 -> 8.0.1
Reported by: portscout |
8.0.0_2 03 Jan 2021 16:57:29 |
mandree |
graphics/openexr: really commit v2.5.4 update.
Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.
repeating ilmbase's commit log here:
"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@!)
Reported by: VVD (IRC, #bsdports) |
8.0.0_1 03 Jan 2021 10:30:56 |
mandree |
graphics/openexr: graphics/ilmbase: v2.5.4 update
"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@!) |
8.0.0 27 Dec 2020 20:04:52 |
yuri |
misc/openvdb: Update 7.2.0 -> 8.0.0
Reported by: portscout |
7.2.0 14 Dec 2020 11:09:51 |
pkubaj |
misc/openvdb: fix build on GCC architectures
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-7.1.0/openvdb/points/AttributeSet.h:461:60:
error: 'CHAR_BIT' was not declared in this scope
461 | static size_t groupBits() { return sizeof(GroupType) * CHAR_BIT; }
| ^~~~~~~~
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-7.1.0/openvdb/points/AttributeSet.h:1:1:
note: 'CHAR_BIT' is defined in header '<climits>'; did you forget to '#include
<climits>'?
+++ |+#include <climits>
1 | // Copyright Contributors to the OpenVDB Project |
7.2.0 14 Dec 2020 00:50:04 |
yuri |
misc/openvdb: Update 7.1.0 -> 7.2.0
Reported by: portscout |
7.1.0 27 Nov 2020 21:15:54 |
pkubaj |
misc/openvdb: fix build on GCC architectures
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-7.1.0/openvdb/points/AttributeSet.h:461:60:
error: 'CHAR_BIT' was not declared in this scope
461 | static size_t groupBits() { return sizeof(GroupType) * CHAR_BIT; }
| ^~~~~~~~
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-7.1.0/openvdb/points/AttributeSet.h:1:1:
note: 'CHAR_BIT' is defined in header '<climits>'; did you forget to '#include
<climits>'?
+++ |+#include <climits>
1 | // Copyright Contributors to the OpenVDB Project |
7.1.0 15 Nov 2020 19:10:06 |
yuri |
misc/openvdb: Update 7.0.0 -> 7.1.0 |
7.0.0_5 13 Aug 2020 22:35:17 |
mandree |
graphics/ilmbase, graphics/openexr: PORTREVISION bump for users
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. |
7.0.0_4 17 Jul 2020 10:12:26 |
martymac |
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES |
7.0.0_3 16 Jul 2020 12:13:30 |
mandree |
openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
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 |
7.0.0_2 12 May 2020 15:47:52 |
mandree |
graphics/ilmbase: graphics/openexr: update to upstream release 2.5.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. |
7.0.0_1 08 May 2020 11:57:55 |
mandree |
graphics/ilmbase: graphics/openexr: update to v2.5.0
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) |
7.0.0 02 Apr 2020 01:32:07 |
yuri |
misc/openvdb: Update 6.1.0 -> 7.0.0
Reported by: VVD <vvd@unislabs.com> (in bug#244347) |
6.1.0_8 01 Apr 2020 20:06:02 |
yuri |
misc/openvdb: Replace the dependency on python 2.7 with the default python
(currently 3.x)
PR: 244347
Submitted by: VVD <vvd@unislabs.com> |
6.1.0_8 01 Apr 2020 14:14:52 |
martymac |
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES |
6.1.0_7 05 Jan 2020 02:17:33 |
mandree |
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0
graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.
Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).
Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0
The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it. |
6.1.0_6 26 Dec 2019 16:25:22 |
martymac |
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target
[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES |
6.1.0_5 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
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 |
6.1.0_4 07 Dec 2019 20:07:58 |
tcberner |
misc/openvdb: prepare for cmake-3.16.0
PR: 242254 |
6.1.0_4 12 Oct 2019 15:46:07 |
pkubaj |
misc/openvdb: fix build on GCC architectures
Compiling on GCC architectures fails:
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:
In member function 'openvdb::v6_1::points::AttributeSet::Descriptor::Ptr
openvdb::v6_1::points::AttributeSet::Descriptor::duplicateDrop(const
std::vector<long unsigned int>&) const':
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:875:59:
error: 'CHAR_BIT' was not declared in this scope
875 | const size_t GROUP_BITS = sizeof(GroupType) * CHAR_BIT;
| ^~~~~~~~
/wrkdirs/usr/ports/misc/openvdb/work/openvdb-6.1.0/openvdb/points/AttributeSet.cc:35:1:
note: 'CHAR_BIT' is defined in header '<climits>'; did you forget to '#include
<climits>'?
34 | #include "AttributeGroup.h"
+++ |+#include <climits>
35 |
While here, add USES=xorg for TOOLS option.
PR: 240630
Approved by: linimon (mentor), yuri (maintainer timeout) |
6.1.0_4 25 Sep 2019 10:03:50 |
martymac |
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES |
6.1.0_3 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
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 |
6.1.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
6.1.0_1 18 May 2019 05:30:38 |
yuri |
misc/openvdb: Add TOOLS and DOCS options
Submitted by: Shane Ambler <FreeBSD@shaneware.biz> (via e-mail) |
6.1.0 14 May 2019 22:48:45 |
yuri |
Re-add: misc/openvdb |
6.1.0 11 May 2019 20:22:09 |
antoine |
Remove untested ports
With hat: portmgr |
6.1.0 11 May 2019 06:06:54 |
yuri |
misc/openvdb: Fix COMMENT |
6.1.0 11 May 2019 06:04:11 |
yuri |
New port: misc/openvdb: Tools for the storage and manipulation of sparse
volumetric data |