cad/openvsp: Update to 3.50.5
ChangeLog:
https://openvsp.org/blogs/announcements/2026/06/05/openvsp-3-50-5-released
Features:
* Don’t no-show geometry when running VSPAERO when using Shown Set
* Disk Segment Breakdown for Projected Area calculations
* Export to CSV in Results Viewer
* Delete(all) in Results Viewer
* Zero rotation direction marker added to Prop
Fixes:
* Fix and/or clean up some asserts triggered in Debug mode
* Default to DBA, fallback to Triangle in ProjectionMgr
* Add missing Discrete Visualization info to Results
* Improve combined result in Discrete Visualization
[2 lines not shown]
lang/gnat1[2-4]: Restore check-phase
lang/gnat12,13, and 14:
* After PR 294657, restore the testing target check-phase, move the if
conditional on ${UID} != 0 below the GNAT Ports' internal _ marked
variables, and drop bsd.port.options.mk, and terminate the Port with
bsd.port.post.mk over bsd.port.mk
* Add fix for rpath (PR 292708)
* Move ${PIE_UNSAFE} to the correct block (portclippy)
* Move gettext-runtime from ${USES} to ${NLS_USES}
* Regroup internal variables and sort
* Remove ${EXTRACT_CMD} from aarch64 specific section syncing with the update
to the Ports Mk infrastructure (D57295) which by default now uses
LC_ALL=en_US.UTF-8 in the environment
* Sort ${GNU_CONFIGURE_PREFIX}
* Specific to GNAT-12, follow GNAT-13 and 14's use of ${MASTER_SITE_GCC}
in ${MASTER_SITES}; sort the architecture specific ${PLIST_SUB} entries
PR: 295872
[4 lines not shown]
editors/vscode: Add patches to fix build error of keytar node module with clang 21
The error in question was:
CXX(target) Release/obj.target/keytar/src/async.o
In file included from ../src/async.cc:4:
../node_modules/node-addon-api/napi.h:1147:39: error: in-class initializer for static data member is not a constant expression
1147 | static const napi_typedarray_type unknown_array_type = static_cast<napi_typedarray_type>(-1);
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../node_modules/node-addon-api/napi.h:1147:60: note: integer value -1 is outside the valid range of values [0, 15] for the enumeration type 'napi_typedarray_type'
1147 | static const napi_typedarray_type unknown_array_type = static_cast<napi_typedarray_type>(-1);
| ^
1 error generated.
PR: 295862
Reported by: Alexey Shuvaev <bugsbeastie at gmail.com>
databases/mongosh: Fix build with node 24.16
Recent node update made
scripts/nodejs-patches/008-windows-tcp-connect-crash-fix-node-62561.patch
redundant and now it fails to apply.
PR: 295587
Approved by: blanket (fix build)
Sponsored by: UNIS Labs
x11-wm/river: fix build on powerpc64le
1. LLVM's generic target doesn't enable AltiVec, set baseline
explicitly to pwr8.
2. Native backend fails with:
TODO unhandled cpu arch
Use LLVM on !amd64.