website: fix empty SA and EN section in 14.1R and earlier relnotes
Relnotes of 14.1, 14.0, 13.3, 13.2, 13.1 and 13.0 updated
Reported by: Christian Ullrich <chris at chrullrich.net>
Reviewed by: ziaee
Approved by: ziaee
Differential Revision: https://reviews.freebsd.org/D55706
PR: 282330
14.4/relnote: Add to manual section
- builtin(1) rewrite with keybinds(1) appeared
- newaliases(1) manpage update moved to manpages
- vt(4) learned about increasing console scrollback size
- most ethernet switch manuals appeared or were improved
- dumpon(8) learned about settings for crash dumps
databases/rubygem-flipper-active_record-rails70: Remove obsoleted port
Use databases/rubygem-flipper-active_record instead.
(cherry picked from commit f9098ae7b35f80c7fdd87e413d35a34d4d294350)
cxgbe(4): minor changes in code dealing with ncores
1. ncores and devlog information is read as a combination so it makes
sense to validate them in the same routine (and nowhere else).
2. ncores is never 0 and idx % ncores is always a valid coreid.
MFC after: 1 week
Sponsored by: Chelsio Communications
systutils/aoostar-rs: AOOSTAR WTR MAX / GEM12+ PRO LCD screen control tool
asterctl is an open-source tool to control the embedded LCD screen of the
AOOSTAR WTR MAX and GEM12+ PRO mini PCs.
Features:
- Switch the secondary display on or off
- Display custom images (auto-scaled to 960x376, RGB565)
- Render dynamic sensor panels compatible with AOOSTAR-X config files
- Partial screen update support for fast refresh
- USB device/serial port selection
The LCD screen communicates over USB UART (vendor ID 0x0416, product ID
0x90A1). On FreeBSD the device appears as /dev/cuaU0 (requires the umodem
kernel module).
All protocol commands have been reverse engineered from the original
AOOSTAR-X Windows software. No official documentation is available.
science/InsightToolkit501: Mark BROKEN and set deprecation to 2026-04-30
Legacy version that is unsupported upstream and fails to build
error: no template named 'binary_function' in namespace 'std'
Reported by: pkg-fallout
multimedia/ffmpeg4: Mark DEPRECATED and set deprecation to 2026-06-30
We currently have no extra hands or people interested in maintaining
a legacy version of FFmpeg that only a handful of ports are still
depending on. Last upstream release for the 4.4 branch as of writing
is 4.4.6 released on 2025-05-17 so we're more than half a year behind.
devel/stdman: Improve port
As files are prerendered we just need to copy them to the correct
location. Instead of pulling in bash, gmake and addition dependencies
utilize the framework instead.
Approved by: jbo (via Matrix)
multimedia/ffmpegthumbnailer: Improve port
* Remove incorrect definition of USES= tar:bz2
* Remove USE_CXXSTD, redundant and already defined by upstream
* Add back USES= pathfix to make build log consistent with installed
location
PR: 291861
Approved by: blanket, just fix it / maintainer/committer timeout
audio/taglib: Update to 2.2
* Remove redundant CMAKE_ARGS
* Patch tests so they're are built without errors
PR: 293349
Approved by: maintainer timeout, 2+ weeks