Jan Beich
Jan Beich
FreeBSD Project currently doesn't keep recent binary packages for EOL versions. `/release_0` packages (non-default) frozen at 13.0 release (2021-04-13) will remain after 13.0 EOL (2022-08-31) for 13.* branch lifetime (until...
Regressed by b681c654124d (usize) and 1bc75aa01486 (in_pktinfo) ```rust $ pkg install rust $ rustc -vV rustc 1.52.1 binary: rustc commit-hash: unknown commit-date: unknown host: x86_64-unknown-freebsd release: 1.52.1 LLVM version: 12.0.0...
Regressed by https://github.com/mesa3d/mesa/commit/5e6db1916860 (part of [mesa 21.1.0-rc1](https://lists.freedesktop.org/archives/mesa-dev/2021-April/225048.html)) ``` $ meson setup -Dkms=true _build [...] Has header "vulkan/vulkan_intel.h" with dependency vulkan: NO meson.build:38:4: ERROR: Problem encountered: KMS plugin needs the vulkan_intel.h...
- `struct vt_mode` is defined in a different header - `VT_SETMODE` requires `relsig`, `acqsig` and (unused) `frsig` set to valid signals - `/dev/tty0` is like `/dev/ttyv0` but without `VT_ACTIVATE` may...
Based on https://github.com/swaywm/sway/pull/5856 Allows alternative implementations of `org.freedesktop.login1.*` DBus interface. Given GNOME and KDE also need it maybe something like [bsdisks](https://foss.heptapod.net/bsdutils/bsdisks) appears in future. Until then downstream can [patch to...
Affects at least FreeBSD 11.3-RELEASE, 12.1-RELEASE, 13.0-RELEASE. ```c $ pkg install automake libtool gmake gcc9 $ sh bin/setup.sh $ cd build $ export MAKE=gmake CC=gcc9 $ ../configure --enable-warnings $ gmake...
TravisCI [supports](https://github.com/travis-ci/travis-build/pulls?q=is%3Apr+freebsd+is%3Aclosed) FreeBSD nowadays. Let's see how well it works. This is an alterantive to #66 in case you don't want to sign up the repo with CirrusCI or maintain...
Closes #292. I've added version check. ```diff --- before +++ after @@ -1,24 +1,26 @@ $ mpv --no-config --msg-level=vd=v --hwdec=vaapi --gpu-context=drm /path/to/foo.mkv (+) Video --vid=1 (*) (h264 1920x1080 23.976fps) (+)...
`drmGetDeviceNameFromFd` doesn't support render nodes according to [libdrm@37d790f](https://gitlab.freedesktop.org/mesa/drm/commit/37d790f7d449). And `st_rdev & 0x80` may not work on FreeBSD because major/minor semantics are different.
Found on FreeBSD with Clang 8.0. Lines correspond to e92a57c099c3 snapshot ``` $ curl -O https://media.xiph.org/video/derf/y4m/bus_cif.y4m $ ffmpeg -i bus_cif.y4m -y bus_cif.yuv $ SvtVp9EncApp -i bus_cif.yuv -w 352 -h 288...