Date: Sun, 15 Mar 2020 01:34: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: r528464 - in head/sysutils/slurm-wlm: . files Message-ID: <202003150134.02F1Y0qo006434@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Sun Mar 15 01:34:00 2020 New Revision: 528464 URL: https://svnweb.freebsd.org/changeset/ports/528464 Log: sysutils/slurm-wlm: Patch build system for clang/lld 10 PR: ports/244508 Submitted by: dim Added: head/sysutils/slurm-wlm/files/patch-src_api_Makefile.in (contents, props changed) Modified: head/sysutils/slurm-wlm/Makefile Modified: head/sysutils/slurm-wlm/Makefile ============================================================================== --- head/sysutils/slurm-wlm/Makefile Sun Mar 15 01:22:10 2020 (r528463) +++ head/sysutils/slurm-wlm/Makefile Sun Mar 15 01:34:00 2020 (r528464) @@ -2,6 +2,7 @@ PORTNAME= slurm DISTVERSION= 19.05.5 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= https://download.schedmd.com/slurm/ PKGNAMESUFFIX= -wlm @@ -106,6 +107,7 @@ pre-configure: ${WRKSRC}/doc/man/man5/slurm.conf.5 @${REINPLACE_CMD} -e 's|"/proc|"/compat/linux/proc|g' \ + -e 's|(/proc)|(/compat/linux/proc)|g' \ ${WRKSRC}/src/slurmd/slurmstepd/req.c \ ${WRKSRC}/src/slurmd/slurmstepd/pdebug.c \ ${WRKSRC}/src/slurmd/common/xcpuinfo.c \ Added: head/sysutils/slurm-wlm/files/patch-src_api_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-wlm/files/patch-src_api_Makefile.in Sun Mar 15 01:34:00 2020 (r528464) @@ -0,0 +1,10 @@ +--- src/api/Makefile.in.orig 2020-02-29 23:53:10 UTC ++++ src/api/Makefile.in +@@ -1300,7 +1300,6 @@ $(VERSION_SCRIPT) : + + $(FULL_VERSION_SCRIPT) : + (echo "{ global: *;"; \ +- echo " local: *;"; \ + echo "};") > $(FULL_VERSION_SCRIPT) + + # Tell versions [3.59,3.63) of GNU make to not export all variables.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003150134.02F1Y0qo006434>