git: 46d0a8b9a278 - main - sysutils/slurm-wlm: Fixes failure due to lingering /proc assumptions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Sep 2025 14:39:00 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=46d0a8b9a2780ff35810be88bf6c808b8b1145b6
commit 46d0a8b9a2780ff35810be88bf6c808b8b1145b6
Author: Generic Rikka <rikka.goering@outlook.de>
AuthorDate: 2025-09-01 14:35:14 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-09-01 14:35:14 +0000
sysutils/slurm-wlm: Fixes failure due to lingering /proc assumptions
Add missing PROC2FIX entries to unbreak runtime.
PR: 288880
MFH: 2025Q3
---
sysutils/slurm-wlm/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index b7002208382b..3059899a191c 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= slurm
DISTVERSION= 23.11.7
-PORTREVISION= 7
+PORTREVISION= 8
CATEGORIES= sysutils
MASTER_SITES= https://download.schedmd.com/slurm/
PKGNAMESUFFIX= -wlm
@@ -115,6 +115,8 @@ PROC2FIX= common/callerid.c common/fd.c common/fetch_config.c \
plugins/switch/cray_aries/scaling.c \
plugins/task/affinity/affinity.c slurmd/common/set_oomadj.c \
slurmd/common/xcpuinfo.c slurmd/slurmstepd/pdebug.c \
+ slurmctld/controller.c \
+ slurmd/slurmd/slurmd.c \
slurmd/slurmstepd/req.c
LLD2FIX= api plugins/openapi sacctmgr sackd scontrol scrontab scrun \