Add dependencies on sysutils/ipmitool, devel/libstatgrab, ftp/wget,
and USES=python since those are listed as required in the docs.
[https://docs.checkmk.com/latest/en/agent_freebsd.html]
Switch to PREFIX (from LOCALBASE).
Change MK_VARDIR from /var/lib/check_mk_agent to /var/db/check_mk_agent.
Update the pkg-message to remove reference to devel/libstatgrab and
devel/libstatgrab since those are included now, and changed the docs URL
to be current.
Changelog: https://checkmk.com/werks
PR: 280953
Approved by: submitter is maintainer
After src commit 8ccd0b876e, bear can no longer intercept compile
commands using the dynamic linker preload method. See
https://github.com/rizsotto/Bear/issues/557 for details.
An alternative method for bear to intercept compile commands is via
wrappers. To simplify using this method, install links for common build
tools under lib/bear/wrapper.d/.
PR: 280844
Sponsored by: The FreeBSD Foundation
Unlike Hyprland itself which is tricky to build outside of ports
plugins can be installed/enabled via hyprpm. If some plugins fail to
build the cause is usually Clang/libc++ vs. GCC/libstdc++, so have
nothing to do with FreeBSD and should be reported upstream.
Commit 0c9ebc9a5f added VID
48e6d514-5568-11ef-af48-6cc21735f730 for CVE-2024-7348 , but misspelled
the package names. Fix the spelling.
Approved by: lwhsu (ports)
Sponsored by: Axcient
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:7018:31
|
7018 | ["Alignment of cl_char8"][::std::mem::align_of::<cl_char8>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:7165:10
|
7165 | [::std::mem::align_of::<cl_char16__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:7443:32
|
7443 | ["Alignment of cl_uchar8"][::std::mem::align_of::<cl_uchar8>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:7593:10
|
7593 | [::std::mem::align_of::<cl_uchar16__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:7769:32
|
7769 | ["Alignment of cl_short4"][::std::mem::align_of::<cl_short4>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:7857:10
|
7857 | [::std::mem::align_of::<cl_short8__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:8208:33
|
8208 | ["Alignment of cl_ushort4"][::std::mem::align_of::<cl_ushort4>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:8299:10
|
8299 | [::std::mem::align_of::<cl_ushort8__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:8976:30
|
8976 | ["Alignment of cl_int2"][::std::mem::align_of::<cl_int2>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:9051:10
|
9051 | [::std::mem::align_of::<cl_int4__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:9411:31
|
9411 | ["Alignment of cl_uint2"][::std::mem::align_of::<cl_uint2>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:9486:10
|
9486 | [::std::mem::align_of::<cl_uint4__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:10714:32
|
10714 | ["Alignment of cl_float2"][::std::mem::align_of::<cl_float2>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error[E0080]: evaluation of constant value failed
--> src/gallium/frontends/rusticl/rusticl_opencl_bindings.rs:10789:10
|
10789 | [::std::mem::align_of::<cl_float4__bindgen_ty_3>() - 8usize];
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ attempt to compute `4_usize - 8_usize`, which would overflow
error: aborting due to 14 previous errors
Reported by: pkg-fallout
Library for creating command-line interfaces (CLIs) and making Python
apps easily configurable. It is a well-maintained project with frequent
releases, adhering to high standards of development: semantic versioning,
deprecation periods, changelog, automated testing, and full test coverage.
https://github.com/omni-us/jsonargparse
PR: 280925
Sponsored by: Bell Tower Integration
Sponsored by: Klara, Inc.
Pipelight is a Rust based small cli tool to be used from inside a terminal.
* Define pipelines using typescript, toml, hcl and yaml.
* Trigger on events: git hooks, file changes...
There is no good reason not to have this option disabled by default.
Most people nowadays want bluetooth support as well so it's good to have
it enabled.
PR: 203745
Requested by: Zahemszky Gábor <gabor@zahemszky.hu>
Sponsored by: The FreeBSD Foundation
MFC after: 2 days
Reviewed by: lwhsu, emaste
Differential Revision: https://reviews.freebsd.org/D46376
Changes since 2.1.1:
* fixed file name filters in the modplug plugin;
* fixed issue in the modplug plugin settings;
* disabled Qt 6.7 build warnings (2.1.2 only).
Changes since 1.6.1:
* fixed file name filters in the modplug plugin;
* fixed issue in the modplug plugin settings;
* disabled Qt 6.7 build warnings (2.1.2 only).
Changes since 2.1.8:
* fixed build with PipeWire version less than 0.3.33;
* fixed displaying bitrate in the wavpack plugin;
* disabled Qt 6.7 build warnings (2.1.9 only);
* disabled waveform seekbar for CD tracks in the simple user interface.