net/py-mpi4py: Update to 4.1.2
Update mpi4py to 4.1.2 and replace deprecated distutils support with
PEP 517.
Make the MPI configuration find the selected MPI implementation first
when linking, so the OpenMPI flavor does not accidentally link against
MPICH when both are installed.
Set the MPI include directory explicitly and only add the GCC
runtime library workaround for the MPICH flavor, where it is needed.
Changelog: https://github.com/mpi4py/mpi4py/releases/tag/4.1.2
PR: 295371
Reviewed by: thierry (mentor)
Approved by: thierry (mentor)
sysutils/modules: Add local modulefiles directory
Create ${PREFIX}/etc/modulefiles and add it to the default modulepath.
This gives a stable, non-versioned location for local modulefiles that
survives Modules upgrades without mixing site files into
${PREFIX}/Modules/${DISTVERSION}/modulefiles.
Add pkg-message with shell initialization instructions.
Bump PORTREVISION.
PR: 295476
Reviewed by: thierry (mentor)
Approved by: thierry (mentor)
mail/p5-Email-Address-List: update to 0.07
Although the port is authored by Best Practical Solutions, there isn't
an up-to-date version of the sources on Best Practical's own mirror
site. Adjust MASTER_SITE and MASTER_SITE_SUBDIR accordingly.
Changes: https://metacpan.org/release/BPS/Email-Address-List-0.07/source/Changes
Reported by: repology
accessibility/qt6-speech: Fix pkg-plist
Fix plist if FLITE and SPEECHD options are set to non-default states.
PR: 295496
Reported by: <jakub_lach at mailplus.pl>
devel/qt6-base: Fix pkg-plist
In Qt 6.11.x several CMake files were renamed and accidentally prefixed
with %%X11%% instead of %%WAYLAND%%. This does not affect default builds
where both the X11 and WAYLAND options are enabled.
PR: 295484
Reported by: <jakub_lach at mailplus.pl>