[Bug 288880] sysutils/slurm-wlm: slurmd & slurmctld require linproc mounted at /proc
Date: Fri, 15 Aug 2025 10:06:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288880
--- Comment #1 from Generic Rikka <rikka.goering@outlook.de> ---
I just noticed that i forgot to increment the PORTREVISION variable in the
ports Makefile. Therfor i came up with a revised patch, which includes the
change to PORTREVISION:
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index b7002208382b..d642ef1ddd11 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
\
--
You are receiving this mail because:
You are the assignee for the bug.