Commit Graph

83 Commits

Author SHA1 Message Date
Yuri Victorovich
0cebd42d1e misc/{,py-}openvdb: update 12.0.1 → 13.0.0
Reported by:	portscout
2025-11-03 23:21:32 -08:00
Dima Panov
67fb95fb3b devel/boost: bump consumers after boost upgrade (+)
Get rid of direct dependency ob libbost_system.so, use libboost_thread.so instead
2025-10-20 14:48:39 +03:00
Matthias Andree
d6519311ed *: Bump PORTREVISION of graphics/openexr users
(including those where openexr is only an option)
2025-09-06 12:51:56 +02:00
Robert Clausecker
f3bfdcbfc7 misc/openvdb: make compatible with future boost version
The next boost version will drop libboost_system.so, going header only
for this part.  Switch the boost_libs dependency to some other library
to avoid a build failure.

Reported by:	fluffy
Approved by:	portmgr (build fix blanket)
2025-08-10 21:17:27 +02:00
Matthias Andree
566d74ed6b *: Bump PORTREVISION for math/Imath update 2025-08-10 21:02:44 +02:00
Dima Panov
18632db919 devel/boost: bump consumers after Boost update 2025-06-02 03:40:43 +03:00
Yuri Victorovich
6e66bb5b58 misc/openvdb: update 12.0.0 → 12.0.1
Reported by:	portscout
2025-04-04 01:54:26 -07:00
Dima Panov
fa53920e72 devel/boost: bump consumers after Boost-1.87 update
Sponsored by:	Future Crew, LLC
2025-02-14 06:17:22 +03:00
Yuri Victorovich
3e86ea24ef misc/openvdb: update 11.0.0 → 12.0.0 2025-01-10 21:20:29 -08:00
Dima Panov
312ee18b02 devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00
Matthias Andree
f3127fabc6 graphics/openexr: PORTREVISION bump of openexr users due to ABI change 2024-10-13 15:55:03 +02:00
Dima Panov
55cfbcf56c */*: bump consumers after devel/boost* update
With hat:	office
Sponsored by:	Future Crew, LLC
2024-10-03 13:25:14 +03:00
Dimitry Andric
1f9773e8d9 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
2024-09-10 21:46:23 +02:00
Ganael LAPLANCHE
149e2101c3 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
2024-07-04 13:39:44 +02:00
Robert Clausecker
12e7fdc3d5 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)
2024-05-06 21:07:49 +02:00
Ganael LAPLANCHE
96261a1e5a 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
2024-04-17 13:28:34 +02:00
Yuri Victorovich
d1127d0657 misc/{,py-}openvdb: update 10.0.1 → 11.0.0 2024-04-02 00:59:08 -07:00
Dima Panov
db616534ff devel/boost: bump consumers after library update 2024-02-13 17:44:22 +03:00
Yuri Victorovich
1451f69ce3 misc/openvdb: Broken on armv7
Reported by:	fallout
2024-01-28 16:56:31 -08:00
Ganael LAPLANCHE
cf5d9b8b96 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
2023-11-28 12:35:02 +01:00
Dima Panov
21d8008e86 devel/boost*: bump all consumers after 1.83.0 2023-09-27 17:36:30 +03:00
Matthias Andree
1b4453302b *: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31
2023-09-10 13:44:32 +02:00
Ganael LAPLANCHE
22e222cbce 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
2023-08-21 12:09:23 +02:00
Matthias Andree
a5fbd2fa98 *: 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.
2023-06-02 23:40:45 +02:00
Matthias Andree
e434b50017 *: Bump revision of ports using math/Imath
...after its major revision update.
2023-05-28 20:39:40 +02:00
Ganael LAPLANCHE
8f947d908a 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
2023-05-09 12:25:26 +02:00
Dima Panov
3e45e8e244 */*: bump all direct Boost cunsumers 2023-04-27 21:25:55 +03:00
Matthias Andree
5327591576 *: Bump PORTREVISION of math/Imath users 2023-03-04 11:41:17 +01:00
Ganael LAPLANCHE
1dc256924e 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
2023-03-03 16:01:50 +01:00
Dima Panov
e1287d0d12 */*: bump libboost*.so libraries consumert after Boost upgrade 2023-01-16 22:32:07 +03:00
Yuri Victorovich
5ff9a5fc80 misc/openvdb: Update 10.0.0 -> 10.0.1
Reported by:	portscout
2022-12-01 14:15:40 -08:00
Ganael LAPLANCHE
e02e127016 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
2022-11-03 12:32:41 +01:00
Yuri Victorovich
8475e06812 misc/openvdb: Remove PYTHON option
The Python binding will be in a separate port.
2022-11-01 03:36:07 -07:00
Yuri Victorovich
c61b52fcef misc/openvdb: Update 9.1.0 -> 10.0.0
Reported by:	portscout
2022-10-30 11:34:51 -07:00
Ganael LAPLANCHE
e3eba48aef 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
2022-09-28 12:28:09 +02:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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.

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)
2022-09-07 23:10:59 +02:00
Dima Panov
4cf39decb3 */*: bump all consumers after recent boost upgrade 2022-08-12 17:46:53 +03:00
Yuri Victorovich
598609b371 misc/openvdb: Update 9.0.0 -> 9.1.0
Reported by:	portscout
2022-06-11 13:29:59 -07:00
Dima Panov
b082b3d13e devel/boost-all: bump all library consumers after boost upgrade
PR:	246106
2022-05-22 23:17:16 +03:00
Ganael LAPLANCHE
4a0e524371 devel/onetbb: Update to 2021.5.0
and bump dependent ports' revisions
2022-01-05 17:43:54 +01:00
Yuri Victorovich
f44e2a56ea misc/openvdb: Update 8.1.0 -> 9.0.0
Reported by:	portscout
2021-11-14 21:18:52 -08:00
Ganael LAPLANCHE
036bda781b 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
2021-10-10 17:11:27 +02:00
Yuri Victorovich
422d21015a misc/openvdb: Backport devel/onetbb compatibility patch
PR:		252788
2021-08-15 02:32:16 -07:00
Matthias Andree
56ffa089e2 *: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users.
2021-08-03 20:19:14 +02:00
Matthias Andree
3cda93bdf6 *: bump PORTREVISION after math/Imath update 2021-07-17 11:17:59 +02:00
Matthias Andree
4030a14b56 *: 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.
2021-07-03 07:15:12 +02:00
Kevin Bowling
da3162c7c9 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
2021-06-22 11:53:08 -07:00
Yuri Victorovich
b5163fd672 misc/openvdb: Update 8.0.1 -> 8.1.0
Reported by:	portscout
2021-06-12 20:48:20 -07:00
Matthias Andree
1d5b7c913b Bump portrevisions of openexr and Imath users. 2021-05-18 19:15:57 +02:00