lang/go127: Add go 1.27
Changes:
Go 1.27 now supports generic methods: a method declaration may declare
its own type parameters. This widely anticipated change allows adding
generic functions within the namespace of a particular data type where
before one had to declare such functions with a scope of the entire
package.
A key in a struct literal may now be any valid field selector for the
struct type, not just a (top-level) field name of the struct.
Function type inference has been generalized to apply in all contexts
where a generic function is assigned to a variable of (or converted
to) a matching function type.
cad/openvsp: Update to 3.51.3
ChangeLog: https://openvsp.org/blogs/announcements/2026/08/17/openvsp-3-51-3-released
Features:
* API code examples now serve as unit tests
* AI Audit for API completeness
* VSPAERO Outputs more stuff for dynamic analysis
Build System:
* Update AngelScript to v2.38
* Improve Python MANIFEST.in and packaging
Bugs:
* Fix AngelScript registration of vec3d and Matrix4d
* Fix thin shell inertia calculation
[4 lines not shown]
devel/py-banal: Update to 1.1.2
* Switch to the PEP517 build framework.
* Use GitHub for a while because no sdist tarballs are available
at PyPI.
Changelog since 1.0.6:
textproc/py-normality: Update to 3.1.0
* Fold ICU option because its requirement, py-pyicu, is now a mandatory
dependency since the 3.0.0 release.
* Switch to GitHub for a while because no sdist tarballs are available
at PyPI.
Changelog since 2.5.0:
https://github.com/pudo/normality/compare/2.5.0...3.1.0
multimedia/webcamd: Fix 16-CURRENT build
16-CURRENT added capsicum support to libusb in src commit 749318f2ae56.
Chase this change by adding a couple of #ifdefs to determine whether
building under 16-CURRENT or not.
Approved by: portmgr (implicit, fix it)