Mk: Drop test dependencies from the unified dependency list
TEST_DEPENDS_ALL was part of _UNIFIED_DEPENDS, so test-only
dependencies leaked into all-depends-list, missing,
clean-depends, fetch-recursive, deinstall-depends and the QA
checks, even though they are not needed to build, package or
install a port. It pollutes all the convenience -recursive targets
including poudriere options.
They are still installed by "make test" through the test-depends
target, which is now documented as well.
The motivation for this patch is the fact that many ports now
end up having chromium as part of their dependency list following
the new dependency needed to upgrade py-great-table
(15ce974d8e0560b8038db69598cdf68c52273e68)
Reviewed by: mat@ (portmgr)
Reported by: wollman (portmgr)
Differential Revision: https://reviews.freebsd.org/D60032
cad/openvsp: Update to 3.52.0
ChangeLog:
https://openvsp.org/blogs/announcements/2026/09/19/openvsp-3-52-0-released
Features:
* FitModel undo button
* FitModel GUI improvements
* FitModel API access
* Read point clouds as .csv files
* Read unformatted Plot3D and Cart3D .tri files
* Expose Parasite Drag flow conditions in Results – thanks Ojasvi
Bugs:
* Fix ID remapping when referencing an ID outside of the DecodeXml set
* Fix scaling of Reynolds number in VSPAERO
* Fix Mass Properties calculation – now better and faster
[17 lines not shown]
japanese/ebview-gtk2: Fix crashes immediately after startup
Since japanese/ebview was removed in 2014, remove CONFLICTS.
Switch from REINPLACE_CMD to patchfile.
PR: 297153
Approved by: fluffy (mentor)
Co-authored-by: mce
(cherry picked from commit e1c65a93e348dddf2ab5a5b099f4d2fae262d0b2)
databases/p5-DBI: update 1.648 -> 1.654
Changelog: https://metacpan.org/dist/DBI/changes
Major changes for 1.650:
- Set a hard limit of 99999 on '?' placeholders (CVE-2026-14739)
- Fix out-of-bounds read in preparse of SQL that starts with a comment (CVE-2026-14740)
- Fix code injection via Profile DSN attribute or DBI_PROFILE variable (CVE-2026-14380)
Major changes for 1.651:
- Fix inverted comparisons for strings in DBI::SQL::Nano (CVE-2026-15043)
- Fix DBD::File to ensure that the table is not a symlink outside of f_dir (CVE-2026-15392)
- Fix an out-of-bounds error when a statement handle has no fields but the source row is not empty (CVE-2026-60082)
- Add an overridable upper bound $MAX_PATH_DEPTH for DBI::ProfileData (CVE-2026-60081)
Major changes for 1.652:
- require perl >= 5.12
- Force placeholder limit on :# and :p# too (CVE-2026-73194)
- Limit statements to 292 Mb in preparse (CVE-2026-73193)
[23 lines not shown]
editors/openoffice-devel: Update to a new snapshot
Update openoffice-devel to a newer snapshot
Change the splash screen to say OpenOffice 5.
MFH: 2026Q3