mkimage/conf/*.conf: Nix postfix minwrites customization.
This customization has been a no-op for a long time.
These config files previously had copied & pasted logic to replace
the `fifo' listener type (named pipes) by `unix' (local sockets)
/etc/postfix/master.cf, because notifying fifo listeners bumps mtime,
while notifying unix listeners does not, so changing from `fifo' to
`unix' would reduce disk writes.
But Postfix has had used `unix' for everything by default since 2.10,
released in 2012 and first shipped in NetBSD 7.0 in 2015. So this
customization has been a no-op for over a decade. Let's save readers
some pondering and just nix it.
security/erlang-jose: Drop patches no longer needed with erlang 27.3.4.7
Add link to upstream bug report about build failure.
(PKGREVISION++ becaues of the committed changes, but also serves as
revbump for erlang.)
lang/erlang: Update to 27.3.4.7
The update to 27.3.4.7 is more or less bugfixes and minor improvements
relative to 27.0.1. A number of erlang packages now assume that bugs
fixed in later 27.x are fixed. This update is intentionally not to
28.x, which is deferred until post branch.
Rebuilding ejabberd and many depending erlang-foo with 27.3.4.7 on
NetBSD 10 amd64 results in a working server, with no build fallout at
least among those packages.
* OTP 27.3.[1234] and 27.3.4.[1234567]
These are micro releases, per a scan of the README files (which are
changelog not NEWS).
* OTP 27.3
Erlang/OTP 27.3 is the third maintenance patch package for OTP 27,
[15 lines not shown]
Added textproc/php-pecl-spell version 1.0.1
PHP is a programming language designed to be embedded into web pages.
This module provides support for pspell (spell checking) for PHP >= 8.4.0
For earlier PHP versions, use textproc/php-pspell
multimedia/uxplay: import uxplay-1.73.3
Packaged by Brian Callahan in PR 60007
(with some fixes by myself).
UxPlay is an open source AirPlay2 Mirror server. Its main use is to
act like an AppleTV for screen-mirroring (with audio) of
iOS/iPadOS/macOS clients (iPhone, iPod Touch, iPad, Mac computers)
in a window on the server display of a host running Linux, macOS,
other Unix, or Microsoft Windows.
The UxPlay server and its client must be on the same local area
network, on which a Bonjour/Zeroconf mDNS/DNS-SD server is also
running (only DNS-SD "Service Discovery" service is strictly
necessary, it is not necessary that the local network also be of the
".local" mDNS-based type). On Linux and BSD Unix servers, this is
usually provided by Avahi, through the avahi-daemon service.
py-trio: updated to 0.33.0
trio 0.33.0 (2026-02-14)
Bugfixes
- Start supporting Android's new ``"android"`` `sys.platform`.
Deprecations and removals
- Both :class:`trio.testing.RaisesGroup` and :class:`trio.testing.Matcher` have been deprecated. Pytest alternatives ``pytest.RaisesGroup`` and ``pytest.RaisesExc`` (respectively) are considered correct replacement.
py-line_profiler: updated to 5.0.1
5.0.1
* FIX: Prevented duplicate or inconsistent profiler output under Python 3.14 when multiprocessing is used.
* ENH: Add %%lprun_all for more beginner-friendly profiling in IPython/Jupyter
* FIX: mitigate speed regressions introduced in 5.0.0
* ENH: Added capability to combine profiling data both programmatically (``LineStats.__add__()``) and via the CLI (``python -m line_profiler``)
* FIX: search function in online documentation
* FIX: ref-count leaks
* FIX: mitigate speed regressions introduced in 5.0.0
* FIX: Use import system to locate module file run by ``kernprof -m``
* FIX: Fixed build on Windows-ARM64 and now building wheels therefor in CI
* FIX: Move away from older, (temporarily-)deprecated ``importlib.resources`` APIs in ``line_profiler.toml_config``
* CHANGE: remove default alphabetical sorting of profiled functions