svn commit: r528511 - head/sysutils/slurm-wlm
Jason W. Bacon
jwb at FreeBSD.org
Sun Mar 15 23:19:01 UTC 2020
Author: jwb
Date: Sun Mar 15 23:19:00 2020
New Revision: 528511
URL: https://svnweb.freebsd.org/changeset/ports/528511
Log:
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
Modified:
head/sysutils/slurm-wlm/Makefile
Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile Sun Mar 15 22:57:22 2020 (r528510)
+++ head/sysutils/slurm-wlm/Makefile Sun Mar 15 23:19:00 2020 (r528511)
@@ -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' \
More information about the svn-ports-all
mailing list