editors/emacs-devel: Update to 2026-04-15 snapshot
Highlights:
- frame-deletion crash fixes
- new seq.el functions
- org-mode has been updated version 9.8.2
- xwidgets re-enabled with newer webkit2gtk
Commit log: https://github.com/emacs-mirror/emacs/compare/faf19328757...324e5b41778
Sponsored by: The FreeBSD Foundation
devel/prjpeppercorn113: Add new port
This port is used by devel/nextpnr* to produce configuration bitstreams for
CologneChip GateMate FPGAs.
This port is versioned because of version compatibility requirements with
devel/nextpnr*.
devel/nextpnr*: Bump after dependency change
The devel/prjpeppercorn112 dependency was changed from using a custom
distfile mirror to upstream provided distfiles.
Bumping the consumers to trigger a rebuild to take the custom mirror
offline afterwards.
devel/prjpeppercorn112: Remove obsolete custom distfile mirror
Previously, some distfiles were mirrored on a 3rd-party host as upstream did not
provide versioned distfiles.
This is no longer necessary as upstream now ships the necessary files as part
of the git repository.
editors/emacs: Backport support for tree-sitter 0.26+
Obtained from upstream commits:
- d587ce8c65 - Support Tree-sitter version 0.26 and later
- b01435306a - Change tree-sitter query predicate names (bug#79687)
PR: 294394
sysutils/mpifileutils: New port: MPI parallel file utilities for high scalability on large filesystems
FileUtils provides a library (libmfu) and a suite of MPI-parallel file
utilities such as dcp (parallel copy), dcmp (compare), ddup (duplicate
finder), dfind, dtar/dbz2, dchmod, and more. Designed for high
scalability on large filesystems.
https://hpc.github.io/mpifileutils/https://github.com/hpc/mpifileutils/
Pull request to upstream repo with local patches:
https://github.com/hpc/mpifileutils/pull/664
PR: 291679
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
devel/dtcmp: New port: Datatype comparison library for MPI
DTCMP provides fast, scalable comparison-based operations on MPI
datatypes, including sorting and key/value reductions, built atop lwgrp.
https://github.com/llnl/dtcmp/
It is one of the dependencies for sysutils/mpifileutils.
PR: 291588
Sponsored by: UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>