Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Mar 2020 23:19:00 +0000 (UTC)
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528511 - head/sysutils/slurm-wlm
Message-ID:  <202003152319.02FNJ00g091676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003152319.02FNJ00g091676>