summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-07-10 04:18:30 +0000
committerrillig <rillig@pkgsrc.org>2006-07-10 04:18:30 +0000
commit09c7545ec90f06c2c02c34d534eeada2d8660777 (patch)
treecf21659b3e45e7407f63f08f3d623aa99cf4d778 /pkgtools/pkglint
parent2e8bf46ea151a2db5890ce6cba138c985b85d897 (diff)
downloadpkgsrc-09c7545ec90f06c2c02c34d534eeada2d8660777.tar.gz
Found some more variables that have been declared obsolete in February
2005.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r--pkgtools/pkglint/files/deprecated.map13
1 files changed, 12 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 9044e3c7506..7a620a30023 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.40 2006/07/02 09:47:17 rillig Exp $
+# $NetBSD: deprecated.map,v 1.41 2006/07/10 04:18:30 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -9,6 +9,17 @@
# December 2003
FIX_RPATH It has been removed from pkgsrc in 2003.
+# February 2005
+ALL_TARGET Use BUILD_TARGET instead.
+NO_WRKSUBDIR Use WRKSRC=${WRKDIR} instead.
+LIB_DEPENDS Use DEPENDS instead.
+MASTER_SITE_SUBDIR Use ${MASTER_SITE_FOO:=subdir/} instead.
+PATCH_SITE_SUBDIR Use ${PATCH_SITES_FOO:=subdir/} instead.
+ONLY_FOR_ARCHS Use ONLY_FOR_PLATFORM instead.
+NOT_FOR_ARCHS Use NOT_FOR_PLATFORM instead.
+ONLY_FOR_OPSYS Use ONLY_FOR_PLATFORM instead.
+NOT_FOR_OPSYS Use NOT_FOR_PLATFORM instead.
+
# May 2005
ALL_TARGET Use BUILD_TARGET instead.
DIGEST_FILE Use DISTINFO_FILE instead.