pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/cwrappers



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri Nov 25 22:46:40 UTC 2016

Modified Files:
        pkgsrc/pkgtools/cwrappers: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/pkgtools/cwrappers/Makefile

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

Modified files:

Index: pkgsrc/pkgtools/cwrappers/Makefile
diff -u pkgsrc/pkgtools/cwrappers/Makefile:1.16 pkgsrc/pkgtools/cwrappers/Makefile:1.17
--- pkgsrc/pkgtools/cwrappers/Makefile:1.16     Thu Sep 15 17:08:14 2016
+++ pkgsrc/pkgtools/cwrappers/Makefile  Fri Nov 25 22:46:40 2016
@@ -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



Home | Main Index | Thread Index | Old Index