Created attachment 271659 [details] sysutils/slurm-wlm: update 25.11.5 → 26.05.1 Since SchedMD released version 26.05.1 of slurm, i prepared a patch to update our sysutils/slurm-wlm port to the latest version. Patch patch-config.h.in could be removed thanks to an upstream merge.
You forgot to update pkg-plist.
Created attachment 271679 [details] v2 sysutils/slurm-wlm: update 25.11.5 → 26.05.1 Thanks for catching that, totally forgot about pkg-plist yesterday. Updated the patch to also update pkg-plist
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=8beaafa1d988794ad2ecec04169259a8145091c0 commit 8beaafa1d988794ad2ecec04169259a8145091c0 Author: Generic Rikka <rikka.goering@outlook.de> AuthorDate: 2026-06-10 20:02:01 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-06-10 20:08:56 +0000 sysutils/slurm-wlm: Update 25.11.5 → 26.05.1 Changelog: https://github.com/SchedMD/slurm/blob/slurm-26-05-1-1/CHANGELOG/slurm-26.05.md - Remove unnecessary GUI_CONFIGURE_OFF and S2N_CONFIGURE_OFF - GUI_CONFIGURE_ENABLE and S2N_CONFIGURE_WITH cover them. - Fix warnings from portclippy. - Fix detection of the s2n in configure. - Refresh patches. PR: 295969 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> MFH: 2026Q2 sysutils/slurm-wlm/Makefile | 6 +-- sysutils/slurm-wlm/distinfo | 6 +-- sysutils/slurm-wlm/files/patch-config.h.in (gone) | 20 ------- sysutils/slurm-wlm/files/patch-configure | 62 +++++++++++++--------- .../slurm-wlm/files/patch-src_common_Makefile.in | 29 +++++----- .../files/patch-src_common_stepd__proxy.c | 4 +- sysutils/slurm-wlm/files/patch-src_conmgr_con.c | 24 ++++----- ..._plugins_acct__gather__profile_hdf5_Makefile.in | 4 +- ..._acct__gather__profile_hdf5_sh5util_Makefile.in | 4 +- .../files/patch-src_plugins_auth_slurm_sack.c | 6 +-- sysutils/slurm-wlm/files/patch-src_scrun_anchor.c | 15 +++--- .../files/patch-src_slurmd_slurmstepd_req.c | 8 +-- sysutils/slurm-wlm/pkg-plist | 26 ++++++--- 13 files changed, 110 insertions(+), 104 deletions(-)
A commit in branch 2026Q2 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=edfe428ba48e3faf91b4eca93d0480fdc63af5f8 commit edfe428ba48e3faf91b4eca93d0480fdc63af5f8 Author: Generic Rikka <rikka.goering@outlook.de> AuthorDate: 2026-06-10 20:02:01 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2026-06-10 20:09:58 +0000 sysutils/slurm-wlm: Update 25.11.5 → 26.05.1 Changelog: https://github.com/SchedMD/slurm/blob/slurm-26-05-1-1/CHANGELOG/slurm-26.05.md - Remove unnecessary GUI_CONFIGURE_OFF and S2N_CONFIGURE_OFF - GUI_CONFIGURE_ENABLE and S2N_CONFIGURE_WITH cover them. - Fix warnings from portclippy. - Fix detection of the s2n in configure. - Refresh patches. PR: 295969 Sponsored by: UNIS Labs Co-authored-by: Vladimir Druzenko <vvd@FreeBSD.org> MFH: 2026Q2 (cherry picked from commit 8beaafa1d988794ad2ecec04169259a8145091c0) sysutils/slurm-wlm/Makefile | 6 +-- sysutils/slurm-wlm/distinfo | 6 +-- sysutils/slurm-wlm/files/patch-config.h.in (gone) | 20 ------- sysutils/slurm-wlm/files/patch-configure | 62 +++++++++++++--------- .../slurm-wlm/files/patch-src_common_Makefile.in | 29 +++++----- .../files/patch-src_common_stepd__proxy.c | 4 +- sysutils/slurm-wlm/files/patch-src_conmgr_con.c | 24 ++++----- ..._plugins_acct__gather__profile_hdf5_Makefile.in | 4 +- ..._acct__gather__profile_hdf5_sh5util_Makefile.in | 4 +- .../files/patch-src_plugins_auth_slurm_sack.c | 6 +-- sysutils/slurm-wlm/files/patch-src_scrun_anchor.c | 15 +++--- .../files/patch-src_slurmd_slurmstepd_req.c | 8 +-- sysutils/slurm-wlm/pkg-plist | 26 ++++++--- 13 files changed, 110 insertions(+), 104 deletions(-)
Thanks.
Thanks for the feedback and the quick commit!