geo/qgis: add patch to build against print/pdf4qt instead of the bundled copy
print/pdf4qt was already added to LIB_DEPENDS/WANTLIB, but that patch
isnt upstreamed yet..
should fix a build failure experienced by tb@ and ajacoutot@
Sync to the latest version in git. by volker@
- Don't use quirks_* functions in libinput_openbsd.c
- Implement stubs for the remaining missing interfaces
- Run clang-format over libinput_openbsd.c and minimize the diff
to libinput.c
- Replace our axis_notify_event() by the standard
pointer_notify_axis_wheel()
- Slow down touchpad scrolling via the v120 Wheel API
Import wayland/kanshi
kanshi allows you to define output profiles that are automatically enabled and
disabled on hotplug. For instance, this can be used to turn a laptop's internal
screen off when docked.
This is a Wayland equivalent for tools like autorandr.
kanshi can be used on Wayland compositors supporting the wlr-output-management
protocol.
www: https://gitlab.freedesktop.org/emersion/kanshi
ok matthieu@
Update openscade to nightly commit from 2026.02.24
I've been running this since then, for over a month.
They switched to using QT6 by default, so we no longer need to opt-in
Fix linkflags on libavcodec and add rpath-link for /usr/local/lib
to allow audio/moc to build on sparc64.
ld.bfd is more strict than ld.lld
From Brad Smith
Add patch to stop -Werror and allow decker to build on sparc64
Otherwise, it fails with
./c/lil.h:112:60: error: ISO C forbids conversion of function pointer to
object pointer type [-Werror=pedantic]
ok op@