math/py-numpy1: backport configtool/pkg-config file from numpy 2
Traditionally the way to query for the numpy C API has been through
distutils/setuptools, but the use of setuptools beyond a PEP-517
build backend is increasingly discouraged. numpy 2 introduced
numpy-config and a pkg-config file to allow consumer build systems
to better support the use of numpy as a dependency.
Based on: https://github.com/numpy/numpy/commit/2634f803313f349170c09606d3cc619accd72247
Reported by: fluffy
PR: 281470
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
tcp: retire TF_SENTSYN
This TF_-flag is only used in the RACK stack and not really needed.
So replace it, since glebius@ needs a TF_ flag and right now all
of them are taken.
No functional change intended.
Reviewed by: rrs, glebius, rscheff, Nick Banks
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D56025
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