When I try to build vips without the HIGHWAY option I get the following error: Dependency libhwy skipped: feature highway disabled Run-time dependency orc-0.4 found: NO (tried pkgconfig and cmake) meson.build:457:14: ERROR: Dependency "orc-0.4" not found, tried pkgconfig and cmake ... ===> Script "configure" failed unexpectedly. When I enable the HIGHWAY option it builds fine. This is probably related to the last port update (graphics/vips: Update to 8.15.0): - Replace ORC option with HIGHWAY option
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=d63636286ec9e9b40503e72f0a2da891b4ffc078 commit d63636286ec9e9b40503e72f0a2da891b4ffc078 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-11-27 11:25:49 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-11-27 12:19:29 +0000 graphics/vips: Adjust HIGHWAY option - Add SIMD radio group - Move HIGHWAY option to SIMD group - Add ORC option to SIMD group HIGHWAY is preferred by upstream. When highway is unavailable, it falls back to liborc path. PR: 275352 Reported by: Marian Cerny <majo-bugs.freebsd.org@cerny.sk> graphics/vips/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)
Committed. Thanks!