Bug 295969 - sysutils/slurm-wlm: update 25.11.5 → 26.05.1
Summary: sysutils/slurm-wlm: update 25.11.5 → 26.05.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2026-06-10 01:46 UTC by Generic Rikka
Modified: 2026-06-10 21:52 UTC (History)
1 user (show)

See Also:
vvd: merge-quarterly+


Attachments
sysutils/slurm-wlm: update 25.11.5 → 26.05.1 (22.29 KB, patch)
2026-06-10 01:46 UTC, Generic Rikka
no flags Details | Diff
v2 sysutils/slurm-wlm: update 25.11.5 → 26.05.1 (24.80 KB, patch)
2026-06-10 18:47 UTC, Generic Rikka
rikka.goering: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Generic Rikka 2026-06-10 01:46:29 UTC
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.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2026-06-10 12:06:00 UTC
You forgot to update pkg-plist.
Comment 2 Generic Rikka 2026-06-10 18:47:25 UTC
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
Comment 3 commit-hook freebsd_committer freebsd_triage 2026-06-10 20:09:51 UTC
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(-)
Comment 4 commit-hook freebsd_committer freebsd_triage 2026-06-10 20:10:52 UTC
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(-)
Comment 5 Vladimir Druzenko freebsd_committer freebsd_triage 2026-06-10 20:16:33 UTC
Thanks.
Comment 6 Generic Rikka 2026-06-10 21:52:07 UTC
Thanks for the feedback and the quick commit!