Hello, As a maintainer of devel/ikos, could you have a look at PR #252648: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252648 In short, TBB version 2021 will soon be available as devel/onetbb but the port you maintain does not build correctly with it, see the following Poudriere run: http://box.martymac.org/FreeBSD-Packages/build.html?mastername=FBSD122amd64-tbb-migr&build=2021-01-13_22h35m17s and error logs: http://box.martymac.org/FreeBSD-Packages/data/FBSD122amd64-tbb-migr/2021-01-13_22h35m17s/logs/errors/ikos-3.0_3.log CMake Error at cmake/FindTBB.cmake:186 (file): file failed to open for reading (No such file or directory): /usr/local/include/tbb/tbb_stddef.h Could you try to provide a patch (important: *by replying to this PR*) to facilitate the migration to devel/onetbb ? To help you modifying your port, expected patches to devel/tbb and devel/onetbb are available in PR #252648. Thanks for your contribution, Best regards, Ganael.
The upstream needs to fix this.
Fixed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2242eb825c0d5389b02c623938f427649d7fc34f commit 2242eb825c0d5389b02c623938f427649d7fc34f Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-12-06 15:41:19 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-12-06 17:21:02 +0000 devel/ikos: Update 3.0 -> 3.1 PR: 252686 devel/ikos/Makefile | 9 +++++---- devel/ikos/distinfo | 6 +++--- devel/ikos/pkg-plist | 8 ++++---- 3 files changed, 12 insertions(+), 11 deletions(-)
Thanks Yuri!
(In reply to Ganael LAPLANCHE from comment #4) You are welcome, Ganael!