Sun Jan 13 20:23:19 2008 UTC ()
Bump PKGTOOLS_REQD to 20071224 so everyone still has the functionality
that used to be in security/audit-packages.


(adrianp)
diff -r1.1933 -r1.1934 pkgsrc/mk/bsd.pkg.mk

cvs diff -r1.1933 -r1.1934 pkgsrc/mk/bsd.pkg.mk (expand / switch to unified diff)

--- pkgsrc/mk/bsd.pkg.mk 2008/01/01 14:20:20 1.1933
+++ pkgsrc/mk/bsd.pkg.mk 2008/01/13 20:23:18 1.1934
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: bsd.pkg.mk,v 1.1933 2008/01/01 14:20:20 obache Exp $ 1# $NetBSD: bsd.pkg.mk,v 1.1934 2008/01/13 20:23:18 adrianp Exp $
2# 2#
3# This file is in the public domain. 3# This file is in the public domain.
4# 4#
5# Please see the pkgsrc/doc/guide manual for details on the 5# Please see the pkgsrc/doc/guide manual for details on the
6# variables used in this make file template. 6# variables used in this make file template.
7# 7#
8# Default sequence for "all" is: 8# Default sequence for "all" is:
9# 9#
10# bootstrap-depends 10# bootstrap-depends
11# fetch 11# fetch
12# checksum 12# checksum
13# depends 13# depends
14# tools 14# tools
@@ -107,27 +107,27 @@ WRKSRC?= ${WRKDIR}/${DISTNAME} @@ -107,27 +107,27 @@ WRKSRC?= ${WRKDIR}/${DISTNAME}
107 107
108# Override for SU_CMD user check 108# Override for SU_CMD user check
109_SU_ROOT_USER?= ${ROOT_USER} 109_SU_ROOT_USER?= ${ROOT_USER}
110REAL_ROOT_USER?= ${ROOT_USER} 110REAL_ROOT_USER?= ${ROOT_USER}
111REAL_ROOT_GROUP?= ${ROOT_GROUP} 111REAL_ROOT_GROUP?= ${ROOT_GROUP}
112 112
113.if (defined(INSTALL_UNSTRIPPED) && !empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) || defined(DEBUG_FLAGS) 113.if (defined(INSTALL_UNSTRIPPED) && !empty(INSTALL_UNSTRIPPED:M[yY][eE][sS])) || defined(DEBUG_FLAGS)
114_INSTALL_UNSTRIPPED= # set (flag used by platform/*.mk) 114_INSTALL_UNSTRIPPED= # set (flag used by platform/*.mk)
115.endif 115.endif
116 116
117##### Non-overridable constants 117##### Non-overridable constants
118 118
119# Latest versions of tools required for correct pkgsrc operation. 119# Latest versions of tools required for correct pkgsrc operation.
120PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD:U20051103} 120PKGTOOLS_REQD= ${_OPSYS_PKGTOOLS_REQD:U20071224}
121.if ${_USE_DESTDIR} == "user-destdir" && ${PKGTOOLS_REQD} < 20070802 121.if ${_USE_DESTDIR} == "user-destdir" && ${PKGTOOLS_REQD} < 20070802
122PKGTOOLS_REQD= 20070802 122PKGTOOLS_REQD= 20070802
123.endif 123.endif
124 124
125 125
126##### Transform USE_* into dependencies 126##### Transform USE_* into dependencies
127 127
128.include "bsd.pkg.use.mk" 128.include "bsd.pkg.use.mk"
129 129
130############################################################################ 130############################################################################
131# Sanity checks 131# Sanity checks
132############################################################################ 132############################################################################
133 133