summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-12 20:50:30 +0000
committerrillig <rillig@pkgsrc.org>2020-03-12 20:50:30 +0000
commita6f1d2ad7545e10657c18845731d24a14037d06a (patch)
tree7e8e187a27e183afc6c91bef923c63f7e78ab799 /archivers
parent249c059206c18004951a235e46aa68b7bf5ee409 (diff)
downloadpkgsrc-a6f1d2ad7545e10657c18845731d24a14037d06a.tar.gz
archivers/bsdtar: avoid circular dependency with PKG_DEVELOPER checks
bsdtar is used as the default extractor for distfiles. It is installed very early in the pkgsrc lifecycle, directly after bootstrapping. At that point, neither of checkperms nor check-portability may be installed yet.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/bsdtar/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/archivers/bsdtar/Makefile b/archivers/bsdtar/Makefile
index 54752f8d355..c2eb7c14473 100644
--- a/archivers/bsdtar/Makefile
+++ b/archivers/bsdtar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2019/11/02 22:54:25 rillig Exp $
+# $NetBSD: Makefile,v 1.27 2020/03/12 20:50:30 rillig Exp $
.include "../../archivers/libarchive/Makefile.common"
.include "../../mk/bsd.prefs.mk"
@@ -46,6 +46,9 @@ FILESDIR.zlib?= ${.CURDIR}/../../devel/zlib/files
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
+CHECK_PERMS= no # avoid circular dependency
+CHECK_PORTABILITY= no # avoid circular dependency
+
.include "../../mk/bsd.prefs.mk"
.if ${OS_VARIANT} == "SCOOSR5"
# SCO OpenServer 5.0.7/3.2 has windows.h, and configure expects it for MS Windows.