diff --git a/audio/intersect-lv2/files/patch-meson.build b/audio/intersect-lv2/files/patch-meson.build new file mode 100644 index 000000000000..8904c1b7ec81 --- /dev/null +++ b/audio/intersect-lv2/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2025-11-07 23:43:21 UTC ++++ meson.build +@@ -11,7 +11,7 @@ else + 'tests=disabled', + ]).get_variable('hwy_dep') + else +- hwy_dep = dependency('libhwy', version: '1.3.0', default_options: [ ++ hwy_dep = dependency('libhwy', version: '>=1.3.0', default_options: [ + 'contrib=disabled', + 'examples=disabled', + 'tests=disabled', diff --git a/devel/highway/Makefile b/devel/highway/Makefile index 1c4e4a04573b..0d0603f789c3 100644 --- a/devel/highway/Makefile +++ b/devel/highway/Makefile @@ -1,23 +1,22 @@ PORTNAME= highway -DISTVERSION= 1.3.0 +DISTVERSION= 1.4.0 CATEGORIES= devel PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 232b3ee08919.patch:-p1 # https://github.com/google/highway/pull/2670 -PATCHFILES+= c00492256d71.patch:-p1 # https://github.com/google/highway/pull/2672 +PATCHFILES+= 2a8e177868e1.patch:-p1 # https://github.com/google/highway/pull/3013 MAINTAINER= jbeich@FreeBSD.org COMMENT= Performance-portable, length-agnostic SIMD with runtime dispatch WWW= https://github.com/google/highway LICENSE= APACHE20 TEST_DEPENDS= googletest>0:devel/googletest USES= cmake:testing compiler:c++11-lib USE_GITHUB= yes GH_ACCOUNT= google CMAKE_ON= BUILD_SHARED_LIBS HWY_SYSTEM_GTEST CMAKE_OFF+= ${CMAKE_TESTING_ON} .include diff --git a/devel/highway/distinfo b/devel/highway/distinfo index 9f226020ab9e..348b8ffb335f 100644 --- a/devel/highway/distinfo +++ b/devel/highway/distinfo @@ -1,7 +1,5 @@ -TIMESTAMP = 1755156353 -SHA256 (google-highway-1.3.0_GH0.tar.gz) = 07b3c1ba2c1096878a85a31a5b9b3757427af963b1141ca904db2f9f4afe0bc2 -SIZE (google-highway-1.3.0_GH0.tar.gz) = 3634890 -SHA256 (232b3ee08919.patch) = 8ac11449155a27f0062dc4a65dc97ea36675196f806605f188d1a0449451b652 -SIZE (232b3ee08919.patch) = 1119 -SHA256 (c00492256d71.patch) = e5bba54b7698df010fd80146056131b926b834beaca8963e6c4b8716c32f1c89 -SIZE (c00492256d71.patch) = 1575 +TIMESTAMP = 1776874645 +SHA256 (google-highway-1.4.0_GH0.tar.gz) = e72241ac9524bb653ae52ced768b508045d4438726a303f10181a38f764a453c +SIZE (google-highway-1.4.0_GH0.tar.gz) = 3691240 +SHA256 (2a8e177868e1.patch) = 5da402e7d4e7ec01aef1f5b9652724296b1b0c3d94eefc2339dbbb87333d29e5 +SIZE (2a8e177868e1.patch) = 1338 diff --git a/devel/highway/pkg-plist b/devel/highway/pkg-plist index 272b01895163..b3630647cbc7 100644 --- a/devel/highway/pkg-plist +++ b/devel/highway/pkg-plist @@ -1,76 +1,80 @@ include/hwy/abort.h include/hwy/aligned_allocator.h include/hwy/auto_tune.h include/hwy/base.h +include/hwy/bit_set.h include/hwy/cache_control.h include/hwy/contrib/algo/copy-inl.h +include/hwy/contrib/algo/count-inl.h include/hwy/contrib/algo/find-inl.h +include/hwy/contrib/algo/minmax-inl.h include/hwy/contrib/algo/transform-inl.h include/hwy/contrib/bit_pack/bit_pack-inl.h include/hwy/contrib/dot/dot-inl.h include/hwy/contrib/image/image.h +include/hwy/contrib/math/fast_math-inl.h include/hwy/contrib/math/math-inl.h include/hwy/contrib/matvec/matvec-inl.h include/hwy/contrib/random/random-inl.h include/hwy/contrib/sort/order.h include/hwy/contrib/sort/shared-inl.h include/hwy/contrib/sort/sorting_networks-inl.h include/hwy/contrib/sort/traits-inl.h include/hwy/contrib/sort/traits128-inl.h include/hwy/contrib/sort/vqsort-inl.h include/hwy/contrib/sort/vqsort.h include/hwy/contrib/thread_pool/futex.h include/hwy/contrib/thread_pool/spin.h include/hwy/contrib/thread_pool/thread_pool.h include/hwy/contrib/thread_pool/topology.h include/hwy/contrib/unroller/unroller-inl.h include/hwy/detect_compiler_arch.h include/hwy/detect_targets.h include/hwy/foreach_target.h include/hwy/highway.h include/hwy/highway_export.h include/hwy/nanobenchmark.h include/hwy/ops/arm_neon-inl.h include/hwy/ops/arm_sve-inl.h include/hwy/ops/emu128-inl.h include/hwy/ops/generic_ops-inl.h include/hwy/ops/inside-inl.h include/hwy/ops/loongarch_lasx-inl.h include/hwy/ops/loongarch_lsx-inl.h include/hwy/ops/ppc_vsx-inl.h include/hwy/ops/rvv-inl.h include/hwy/ops/scalar-inl.h include/hwy/ops/set_macros-inl.h include/hwy/ops/shared-inl.h include/hwy/ops/wasm_128-inl.h include/hwy/ops/x86_128-inl.h include/hwy/ops/x86_256-inl.h include/hwy/ops/x86_512-inl.h include/hwy/ops/x86_avx3-inl.h include/hwy/per_target.h include/hwy/print-inl.h include/hwy/print.h include/hwy/profiler.h include/hwy/robust_statistics.h include/hwy/targets.h include/hwy/tests/hwy_gtest.h include/hwy/tests/test_util-inl.h include/hwy/tests/test_util.h include/hwy/timer-inl.h include/hwy/timer.h include/hwy/x86_cpuid.h lib/cmake/hwy/hwy-config-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/hwy/hwy-config-version.cmake lib/cmake/hwy/hwy-config.cmake lib/libhwy.so lib/libhwy.so.1 -lib/libhwy.so.1.3.0 +lib/libhwy.so.1.4.0 lib/libhwy_contrib.so lib/libhwy_contrib.so.1 -lib/libhwy_contrib.so.1.3.0 +lib/libhwy_contrib.so.1.4.0 lib/libhwy_test.so lib/libhwy_test.so.1 -lib/libhwy_test.so.1.3.0 +lib/libhwy_test.so.1.4.0 libdata/pkgconfig/libhwy-contrib.pc libdata/pkgconfig/libhwy-test.pc libdata/pkgconfig/libhwy.pc