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.
devel/meson-python: Revert "build for all Python versions (for graphics/blender)"
Reverted due to reversal of the devel/meson change.
This reverts commit 9c277235d9f43759c3e9f6ca789bab65e8cc5ce6.
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.
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.
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