summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-03 14:04:17 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-03 14:04:17 +0000
commit10e3eaa283cb9308393cc37f38e621523439a3f0 (patch)
tree9a164131732a2efb192ffe8216af2d7a51fae5f4
parente24209d1455027ac9e39ab799fbdc2c1e21f9cfc (diff)
downloadpkgsrc-10e3eaa283cb9308393cc37f38e621523439a3f0.tar.gz
Override CHECK_PERMS for checkperms and its dependency digest.
This allows making it a real dependency for bulk builds.
-rw-r--r--pkgtools/digest/Makefile7
-rw-r--r--sysutils/checkperms/Makefile5
2 files changed, 9 insertions, 3 deletions
diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile
index 87d8c7aded9..381abd13275 100644
--- a/pkgtools/digest/Makefile
+++ b/pkgtools/digest/Makefile
@@ -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 @@ COMMENT?= Message digest wrapper utility
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 @@ USE_NATIVE_GCC= yes
.include "../../mk/bsd.prefs.mk"
+NO_CHECKSUM= yes
+
VERSION!= ${AWK} -F "'" '/^PACKAGE_VERSION=/ {print $$2}' \
${FILESDIR}/configure
diff --git a/sysutils/checkperms/Makefile b/sysutils/checkperms/Makefile
index 168db2f8feb..1510f31cd81 100644
--- a/sysutils/checkperms/Makefile
+++ b/sysutils/checkperms/Makefile
@@ -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 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1
USE_BSD_MAKEFILE= yes
.include "../../mk/bsd.prefs.mk"
+
+CHECK_PERMS= no
+
.if ${OPSYS} == "Linux"
MAKE_ENV+= NOGCCERROR=yes # see PR 35930
.endif