net-mgmt/rubygem-oxidized: Fix after updating devel/rubygem-syslog to 0.4.0
The service oxidized encounters the fault:
/usr/local/lib/ruby/site_ruby/3.3/rubygems/specification.rb:1417:in
`block in activate_dependencies': Could not find 'syslog' (~> 0.3.0)
among 25 total gem(s) (Gem::MissingSpecError)
after updating devel/rubygem-syslog to 0.4.0.
Manually patching the gemspec for syslog resolves the issue.
Relax the dependency to allow versions above and including
rubygem-syslog 0.3.0.
PR: 292929
sysutils/desktop-installer: Update to 1.1.1.31
Add limited, experimental Wayland support
Offer to install Widevine-enabled browser
A few other minor fixes and improvements
sysutils/auto-admin: Update to 0.8.4.22
New script: auto-chromium+widevine-install
auto-install-linux_base: No longer add fstab entries.
Not necessary, and causes problems with tmpfs.
auto-install-packages: Fix exit status for non-existent ports
www/angie-module-jwt: update 3.4.3 => 3.4.4
No actual changes/updates to the code, but we keep the module version
up-to-date anyways.
Changes:
- Add GutHub Sponsors username to FUNDING.yml
- docs: add pre-buildt Ubuntu/Debian package installation instructions
- Update README.md
- Update nginx to 1.28.1-alpine3.23 (docker)
https://github.com/max-lt/nginx-jwt-module/compare/v3.4.3...v3.4.4
PR: 292925
graphics/py-fotokilof: Update to 5.2.3
- Add two new run dependencies
- Fix syntax of metadata (license) in pyproject.toml that is not
compatible with the current version of setuptools
ChangeLog: https://github.com/TeaM-TL/FotoKilof/releases/tag/5.2.3
Reported by: portscout!
devel/py-pyperclipimg: Add new port
This Python module provides copy() and paste() clipboard functions
for images on Windows, macOS, Linux and FreeBSD.
https://pypi.org/project/pyperclipimg/
devel/py-darkdetect: Add new port
The main application of this Python package is to detect the Dark mode from
your GUI Python application (Tkinter/wx/pyqt/qt for python (pyside)/...) and
apply the needed adjustments to your interface. Darkdetect is particularly
useful if your GUI library does not provide a public API for this detection.
In addition, this package does not depend on other modules or packages that are
not already included in standard Python distributions.
https://pypi.org/project/darkdetect/
sysutils/uschedule: disable use of regparm, enable everywhere
This attribute isn't strictly needed to build the software.
Disable it to enable a build with clang on all platforms.
MFH: 2026Q1
(cherry picked from commit 65784d411f0fc664e83d1d2e57450155f1479c8c)
x11/wayst: broken on armv7
In file included from src/gfx_gl2.c:3:
src/vt.h:278:1: error: requested alignment is less than minimum alignment of 8 for type 'VtCommand'
278 | DEF_RC_PTR(VtCommand, VtCommand_destroy);
| ^
src/rcptr.h:24:9: note: expanded from macro 'DEF_RC_PTR'
24 | alignas(alignof(void*)) t payload; \
| ^
/usr/include/stdalign.h:34:19: note: expanded from macro 'alignas'
34 | #define alignas _Alignas
| ^
MFH: 2026Q1
See also: https://github.com/91861/wayst/issues/120
Approved by: portmgr (build fix blanket)
(cherry picked from commit 71e8bf055bf2be2092d87e2b9f688699cca89d3e)
sysutils/rinse: enable on aarch64
Linuxulator is available on aarch64 too these days.
BTW this port should really be updated, upstream is at 4.3.1
(cherry picked from commit e1297b118c8c489cea2a738d09a96445add8021e)
net/tcpkali: fix build on FreeBSD 15
Our new inotify support confuses the bundled libev.
Unbundle libev to fix the build.
Something is fishy with this port; the upstream repository does not
exist anymore and the one listed in WWW is blank.
This should be investigated.
MFH: 2026Q1
(cherry picked from commit cfc41e9bfe637015f4710e0c745779dee738f478)