aboutsummaryrefslogtreecommitdiff
path: root/sysutils/slurm-wlm
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2020-03-15 23:19:00 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2020-03-15 23:19:00 +0000
commit05f521cc8b7d85c0ee1c303c0d6c104d4001d531 (patch)
tree7853130c59e7758c9a47ff4e792113d8215f9fc9 /sysutils/slurm-wlm
parent761747037f77a187492c8cadfecaee26aea0f63f (diff)
downloadports-05f521cc8b7d85c0ee1c303c0d6c104d4001d531.tar.gz
ports-05f521cc8b7d85c0ee1c303c0d6c104d4001d531.zip
sysutils/slurm-wlm: Remove obsolete and broken REINPLACE
SLURM since 18.08 defaults to /usr/bin/mail if /bin/mail doesn't exist so this patch is no longer needed and was not functioning correctly anyway Reported by: swills
Notes
Notes: svn path=/head/; revision=528511
Diffstat (limited to 'sysutils/slurm-wlm')
-rw-r--r--sysutils/slurm-wlm/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile
index bc5ff2edcd49..4f85a155731b 100644
--- a/sysutils/slurm-wlm/Makefile
+++ b/sysutils/slurm-wlm/Makefile
@@ -2,7 +2,7 @@
PORTNAME= slurm
DISTVERSION= 19.05.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= https://download.schedmd.com/slurm/
PKGNAMESUFFIX= -wlm
@@ -97,14 +97,6 @@ pre-configure:
@${CP} ${FILESDIR}/pty.h ${WRKSRC}/slurm
@${REINPLACE_CMD} -e 's|sched_setaffinity|cpuset_setaffinity|g' \
${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|/bin/mail|/usr/bin/mail|g' \
- ${WRKSRC}/src/common/read_config.h \
- ${WRKSRC}/contribs/seff/smail \
- ${WRKSRC}/doc/html/configurator.easy.html.in \
- ${WRKSRC}/doc/html/configurator.html.in \
- ${WRKSRC}/contribs/cray/slurm.conf.template \
- ${WRKSRC}/doc/man/man1/strigger.1 \
- ${WRKSRC}/doc/man/man5/slurm.conf.5
@${REINPLACE_CMD} -e 's|"/proc|"/compat/linux/proc|g' \
-e 's|(/proc)|(/compat/linux/proc)|g' \