Jan Beich
Jan Beich
> On FreeBSD the evdev headers are not part of the base system, but come from a package named `evdev-proto`. `` is also available as [``](https://github.com/freebsd/freebsd-src/blob/releng/14.1/sys/dev/evdev/input.h) (ditto [input-event-codes.h](https://github.com/freebsd/freebsd-src/blob/releng/14.1/sys/dev/evdev/input-event-codes.h) and [uinput.h](https://github.com/freebsd/freebsd-src/blob/releng/14.1/sys/dev/evdev/uinput.h))....
> ISO C99 requires at least one argument for the "..." in a variadic macro Clang doesn't print this warning in `-std=c11` mode. See [downstream build log](https://github.com/user-attachments/files/17283541/cagebreak-2.4.0.log) after applying [workaround](https://github.com/freebsd/freebsd-ports/blob/c7d1464bcdbe/x11-wm/cagebreak/files/patch-meson.build).
> Can you check on @jbeich's other comments? - 7ad1bc1d9b7b is fine by me and was [applied downstream](https://github.com/freebsd/freebsd-ports/commit/3d2a4ef27e45) - Maybe add "Fixes https://github.com/winft/como/issues/30" to the PR description in order to...
> @jbeich just to be really sure, that it still compiles and works correctly after changes in Log.hpp with clang Sorry, I don't maintain Hyprland on FreeBSD anymore. CC @tagattie...
> @jbeich Do you have any idea why the definition in `__config_site` is still there? (You are the original author of the Bugzilla report.) I've reopened the FreeBSD bug. Likely...
Likely regressed again by #11592: ```rust error: unsupported platform --> crates/wasmtime/src/runtime/vm/sys/unix/signals.rs:401:13 | 401 | compile_error!("unsupported platform"); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``` https://pkg-status.freebsd.org/ampere2/data/150arm64-default/629d9fe83024/logs/veloren-weekly-s20251203.log
Likely regressed by [wordexp(3) workaround](https://github.com/swaywm/sway/issues/8673#issuecomment-2818260191). I've [disabled it downstream](https://github.com/freebsd/freebsd-ports/commit/86349a45e976) for **unreleased** bleeding edge FreeBSD (e.g., -CURRENT, -STABLE). Users on older versions have to edit config and comment out background image...
@kennylevinsen, seems to help, so applied in https://github.com/freebsd/freebsd-ports/commit/2d6e34f9d399 @fearedbliss, did you rebuild the port after updating -STABLE? If so check `make -V OSVERSION` output in case FreeBSD version is misdetected.
> Is this a general problem or something specific to a certain setup? Common to distros following "batteries included" policy in order for packages to be useful for the largest...