graphics/nvidia-drm-*-kmod*: Fix build for 13.5, 14.3 and 15.0
Latest upgrade to 595.58.03 caused build failure as of
requirements for a stub function pm_vt_switch_required().
The commit introduced it is not MFC'ed to 13.5-RELEASE,
stable/13, 14.3-RELEASE and 15.0-RELEASE and unlikely
to be done as it's not a security fix, more, stable/13 is going
to be EoL'ed in 1 month.
As this function, defined in sys/compat/linuxkpi/common/linux/pm.h,
is still a blank, stub function even on main, drop the offending line
for affected versions, keeping as-is for versions which has it.
No PORTREVISION bumps, as this is build fix.
PR: 294096
Reported by: alt2600 at icloud.com
Reviewed by: ashafer
[4 lines not shown]
graphics/nvidia-drm-*-kmod*: Fix build for 13.5, 14.3 and 15.0
Latest upgrade to 595.58.03 caused build failure as of
requirements for a stub function pm_vt_switch_required().
The commit introduced it is not MFC'ed to 13.5-RELEASE,
stable/13, 14.3-RELEASE and 15.0-RELEASE and unlikely
to be done as it's not a security fix, more, stable/13 is going
to be EoL'ed in 1 month.
As this function, defined in sys/compat/linuxkpi/common/linux/pm.h,
is still a blank, stub function even on main, drop the offending line
for affected versions, keeping as-is for versions which has it.
No PORTREVISION bumps, as this is build fix.
PR: 294096
Reported by: alt2600 at icloud.com
Reviewed by: ashafer
[2 lines not shown]
devel/arduino-irremote: Update to 4.7.0
Changes since 4.6.1:
- Added removed typedef IRRawDataType for backward compatibility.
- Modified and renamed function setToggleBitValueForRC5AndRC6()
to setNextToggleBitValueForRC5AndRC6().
- Fixed bug in sending RC6A.
- Updated LG protocol and removed useless LG2 protocol.
- Added new functions match*WithGreaterRange(), e.g.
matchMarkWithGreaterRange().
- Improved B&O decoding using new functions.
Reported by: github
devel/sdl3: enable UDEV for KMSDRM and by default
As reported in 294156, UDEV must be enabled along with KMSDRM.
Enable it by default as well in consistence with upstream setting.
PR: 294156
Reported by: quentin.thebault at defenso.fr
devel/sdl{20,3}: fix fcitx dependency
- Switch from lib to run-dependency, as only dbus service from fcitx is in fact used by sdl
- Update from deprecated chinese/fcitx to textproc/fcitx5
PR: 293861
Reported by: jcfyecrayz at liamekaens.com