pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

slurm: Switch dep to wip/munge, which creates a munge user



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <jwbacon%tds.net@localhost>
Pushed By:	outpaddling
Date:		Tue Aug 16 09:32:33 2016 -0500
Changeset:	d415ecc02214b90323ddb7194bdd8007874a944d

Modified Files:
	munge/buildlink3.mk
	slurm/Makefile

Log Message:
slurm: Switch dep to wip/munge, which creates a munge user

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d415ecc02214b90323ddb7194bdd8007874a944d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 munge/buildlink3.mk | 2 +-
 slurm/Makefile      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/munge/buildlink3.mk b/munge/buildlink3.mk
index 9a20f1e..360971d 100644
--- a/munge/buildlink3.mk
+++ b/munge/buildlink3.mk
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=	munge
 MUNGE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.munge+=	munge>=0.5.10
-BUILDLINK_PKGSRCDIR.munge?=	../../security/munge
+BUILDLINK_PKGSRCDIR.munge?=	../../wip/munge
 
 .endif	# MUNGE_BUILDLINK3_MK
 
diff --git a/slurm/Makefile b/slurm/Makefile
index 1b1d6f0..d752d72 100644
--- a/slurm/Makefile
+++ b/slurm/Makefile
@@ -60,7 +60,7 @@ post-install:
 	${CHMOD} 755 ${DESTDIR}${PREFIX}/share/examples/${PKGBASE}/init.d.slurm
 
 .include "../../lang/python/tool.mk"
-.include "../../security/munge/buildlink3.mk" # optional
+.include "../../wip/munge/buildlink3.mk" # optional
 .include "../../parallel/hwloc/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../devel/hdf5/buildlink3.mk"


Home | Main Index | Thread Index | Old Index