Bug 275352 - graphics/vips: Does not build without HIGHWAY option
Summary: graphics/vips: Does not build without HIGHWAY option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-11-26 12:51 UTC by Marián Černý
Modified: 2023-11-27 12:23 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (sunpoet)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marián Černý 2023-11-26 12:51:36 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-11-27 12:22:23 UTC
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(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2023-11-27 12:23:33 UTC
Committed. Thanks!