databases/cego: update 2.53.8 -> 2.54.1
- Removed PIDFILE attribute from db xml.
PIDFILE should be specified by database startup with pidfile option
- remove distributed mode, was never used in production (2.53.x -> 2.54.x)
- Changed tableset ticket handling for backup recovery
cad/openvsp: Update to 3.47.0
ChangeLog:
https://openvsp.org/blogs/announcements/2026/01/23/openvsp-3-47-0-released
Features:
* Swept Volume Analysis
* Look-At Visibility Analysis
* Look-From Visibility now has discrete mode
* Look-From Visibility supports multiple viewpoints
* Look-From Visibility supports constrained FOV from each viewpoint
* Intersect type SubSurfaces
* Reworked UX for all item browsers and trees regarding
adding/deleting/renaming
* Explicit Add and Delete button
* Auto-name for all recently-added items
* Rename using name field, no button necessary
* Inline rename field via item double click, F2, or Enter
[20 lines not shown]
devel/onetbb: Fix the last failing test
Fix the following test:
63 - test_hw_concurrency (ILLEGAL)
by using sched_getaffinity().
PR: 292088
Reported by: diizzy
fusefs: Add tests for the new -o auto_unmount feature
Add tests for mount_fusefs's new -o auto_unmount feature, recently added
by arrowd.
MFC with: 10037d0978f "fusefs: Implement support for the auto_unmount"
graphics/inkscape: update 1.4.2 -> 1.4.3
Note:
- this is a bridge release in the sense that it can be used to
convert the planned Inkscape 1.5 multipage file format
to the pre-1.5 multipage format.
- 24 crash/freeze fixes
PR: 292694
Changes: https://inkscape.org/doc/release_notes/1.4.3/Inkscape_1.4.3.html
Reviewed by: Tomasz "CeDeROM" CEDRO <tomek at cedro.info>
devel/bear: Upgrade to 4.0.1
The bear project has been re-written in Rust from 4.0.0. We upgrade this
to 4.0.1 and use builtin USE_CARGO.
A good new is that the new version does not need the per-compiler wrapper now.
Also, let aokblast@ take the maintainership.
Approved by: lwhsu (mentor)
Differential Revision: https://reviews.freebsd.org/D54755
Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"
We've gotten a report of this breaking a fixed no autoneg setup.
Since no link is worse than what this intends to fix (negotiating full
duplex at forced speed), revert for the undeway 15.0 release cycle
until this can be further reviewed.
PR: 288827
Differential Revision: https://reviews.freebsd.org/D47336
This reverts commit 645c45e297c0fcbbb9d2d24cdeeb124234825019.
(cherry picked from commit 3ff0231c87f360afa4521e635b46f6c711dc4ee3)
Revert "e1000: Try auto-negotiation for fixed 100 or 10 configuration"
We've gotten a report of this breaking a fixed no autoneg setup.
Since no link is worse than what this intends to fix (negotiating full
duplex at forced speed), revert for the undeway 15.0 release cycle
until this can be further reviewed.
PR: 288827
Differential Revision: https://reviews.freebsd.org/D47336
This reverts commit 645c45e297c0fcbbb9d2d24cdeeb124234825019.
(cherry picked from commit 3ff0231c87f360afa4521e635b46f6c711dc4ee3)
devel/hoel: Disable -Werror to fix build with recent Clang
hoel-1.4.29/src/hoel-mariadb.c:247:25: error: variable 'row' set but not used [-Werror,-Wunused-but-set-variable]
247 | uint num_fields, col, row;
| ^