graphics/blender: remove obsolete patch for math_half.cc
The blender revert to 5.1.0 (5146d3d8fac7) reintroduced this patch,
but it no longer applies to Blender 5.0.1 since the targeted code
was removed upstream. Already removed once in 64886b3bd1e4.
devel/py-pyproject-metadata: Revert "build for all Python versions (for graphics/blender)"
Reverted due to reversal of the devel/meson change.
This reverts commit bd3109880661d6858633e9f7773467c47bf54d99.
math/py-numpy: Revert "build for all Python versions (for graphics/blender)"
Reverted due to reversal of the devel/meson change.
This reverts commit 3a42e1635236292984846ff29946f902d387b10b.
graphics/blender: Revert "update to v5.1.0"
Reverted due to reversal of the devel/meson change.
PR: 294160
This reverts commit 1886d7dda7e31db1a0592c7280c12843bc14fd32.
devel/meson: Revert "build for all Python versions (for graphics/blender)"
Reverted as requested due to lack of approval by the python team.
There's also a build problem in dependent ports due to
USE_PYTHON=concurrent which requires additional detail work to address.
PORTEPOCH bump as USE_PYTHON=concurrent changes the plist.
Reported by: antoine
Requested by: arrowd, mat
PR: 296086
This reverts commit d0e08ee74bc97443bce5d03d899b74ce266f64d5.
sysutils/kopia: Update 0.23.1
- Switch from GO_BUILDFLAGS to GO_LDFLAGS
- Use BuildInfo=${HOSTARCH}-portbld-${OPSYS:tl}-${OSREL:R} instead of date
for better reproducibility.
ChangeLog: https://github.com/kopia/kopia/releases/tag/v0.23.1
games/openenroth: introduce some minor improvements and fixes
- Reflect currently required C++ standard (23) in the USES line
- Convert GH_ACCOUNT/GH_PROJECT/GH_TAGNAME/GH_SUBDIR lists into
GH_TUPLE which is shorter, more blame-friendly and thus easier
to maintain (assess changes)
- Depend on `math/fast_float' implementation from the ports
- Try to unbreak the build against Clang 21.1.8 by initializing
const pointer and explicitly invoking operator bool() when
asserting unique_ptr
Reported by: pkg-fallout