pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/cwrappers PR pkg/50275: Explicitly disable th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c7b3aec5483
branches:  trunk
changeset: 355221:0c7b3aec5483
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Nov 25 22:46:40 2016 +0000

description:
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:

 pkgtools/cwrappers/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 23c13505bc35 -r 0c7b3aec5483 pkgtools/cwrappers/Makefile
--- a/pkgtools/cwrappers/Makefile       Fri Nov 25 20:36:49 2016 +0000
+++ b/pkgtools/cwrappers/Makefile       Fri Nov 25 22:46:40 2016 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index