pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Override CHECK_PERMS for checkperms and its dependency...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e2ecbb980f4
branches:  trunk
changeset: 530644:0e2ecbb980f4
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Jul 03 14:04:17 2007 +0000

description:
Override CHECK_PERMS for checkperms and its dependency digest.
This allows making it a real dependency for bulk builds.

diffstat:

 pkgtools/digest/Makefile     |  7 +++++--
 sysutils/checkperms/Makefile |  5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r e5471b3d7b42 -r 0e2ecbb980f4 pkgtools/digest/Makefile
--- a/pkgtools/digest/Makefile  Tue Jul 03 13:54:45 2007 +0000
+++ b/pkgtools/digest/Makefile  Tue Jul 03 14:04:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2006/11/02 18:02:07 joerg Exp $
+# $NetBSD: Makefile,v 1.53 2007/07/03 14:04:17 joerg Exp $
 #
 # When adding new digest algorithms, please use rmd160 as the template,
 # and bump the VERSION definition.
@@ -15,10 +15,11 @@
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 PKG_DESTDIR_SUPPORT=   user-destdir
 
+CHECK_PERMS=           no
+
 GNU_CONFIGURE=         yes
 
 NO_PKGTOOLS_REQD_CHECK=        yes
-NO_CHECKSUM=           yes
 NO_MTREE=              yes
 
 # XXX Remove the following line after pkgsrc/bootstrap is up and
@@ -27,6 +28,8 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+NO_CHECKSUM=           yes
+
 VERSION!=      ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
                ${FILESDIR}/configure
 
diff -r e5471b3d7b42 -r 0e2ecbb980f4 sysutils/checkperms/Makefile
--- a/sysutils/checkperms/Makefile      Tue Jul 03 13:54:45 2007 +0000
+++ b/sysutils/checkperms/Makefile      Tue Jul 03 14:04:17 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/03/05 23:12:39 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2007/07/03 14:04:17 joerg Exp $
 #
 
 DISTNAME=      checkperms-1.7
@@ -14,6 +14,9 @@
 USE_BSD_MAKEFILE=      yes
 
 .include "../../mk/bsd.prefs.mk"
+
+CHECK_PERMS=           no
+
 .if ${OPSYS} == "Linux"
 MAKE_ENV+=     NOGCCERROR=yes          # see PR 35930
 .endif



Home | Main Index | Thread Index | Old Index