summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-11-25 22:46:40 +0000
committerjoerg <joerg@pkgsrc.org>2016-11-25 22:46:40 +0000
commit37cca6d359af356855506b490959d1e35934aff1 (patch)
tree84fc921acdc77fbe9aec6b561c46785e630f95c8 /pkgtools
parent6257f3e43168218f49123659cab14337a84f9f86 (diff)
downloadpkgsrc-37cca6d359af356855506b490959d1e35934aff1.tar.gz
PR pkg/50275: Explicitly disable the locking type here. If shlock is not
a platform tool, it will introduce cyclic dependencies otherwise, e.g. via sysutils/checkperms.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/cwrappers/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/cwrappers/Makefile b/pkgtools/cwrappers/Makefile
index 8a65c34948f..59c4e3469b3 100644
--- a/pkgtools/cwrappers/Makefile
+++ b/pkgtools/cwrappers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/09/15 17:08:14 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2016/11/25 22:46:40 joerg Exp $
PKGNAME= cwrappers-20160908
CATEGORIES= pkgtools sysutils
@@ -16,6 +16,7 @@ INSTALLATION_DIRS= libexec/cwrappers
.include "../../mk/bsd.prefs.mk"
CHECK_PERMS= no
+PKGSRC_LOCKTYPE= none # avoid dependency cycles with pkgtool/shlock
.if ${OPSYS} != "NetBSD" || !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*)
MAKE_ENV+= NEED_MI_VECTOR_HASH=1