pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/bsdtar archivers/bsdtar: avoid circular depe...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ee9357b5dde
branches:  trunk
changeset: 412871:1ee9357b5dde
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Mar 12 20:50:30 2020 +0000

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

 archivers/bsdtar/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c5e96b8f3fe6 -r 1ee9357b5dde archivers/bsdtar/Makefile
--- a/archivers/bsdtar/Makefile Thu Mar 12 20:47:12 2020 +0000
+++ b/archivers/bsdtar/Makefile Thu Mar 12 20:50:30 2020 +0000
@@ -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 @@
 
 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.



Home | Main Index | Thread Index | Old Index