summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/deprecated.map
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-23 08:59:47 +0000
committerrillig <rillig>2006-05-23 08:59:47 +0000
commitd6101518b09095a7616e40813631fe094bf2935a (patch)
treebbb9a57298fcbc7fa8fb1b18c3d56f3811bd0d92 /pkgtools/pkglint/files/deprecated.map
parent4e8534907ce8dffd3b178c4d2c5a0042ba76a189 (diff)
downloadpkgsrc-d6101518b09095a7616e40813631fe094bf2935a.tar.gz
- _FETCH_MESSAGE, BUILDLINK_RECOMMENDED.* and BUILDLINK_DEPENDS.* are
deprecated. - CONFLICT is just a spelling mistake and therefore should not appear in the list of deprecated variables. - Made handling of parameterized variables more uniform.
Diffstat (limited to 'pkgtools/pkglint/files/deprecated.map')
-rw-r--r--pkgtools/pkglint/files/deprecated.map6
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 2bfe833c287..d0649ddc023 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.34 2006/05/10 08:17:25 rillig Exp $
+# $NetBSD: deprecated.map,v 1.35 2006/05/23 08:59:47 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -40,7 +40,6 @@ USE_SSL Include "../../security/openssl/buildlink3.mk" instead.
USE_PERL5 Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead.
# October 2005
-CONFLICT Use CONFLICTS instead.
NO_TOOLS You can just remove it.
NO_WRAPPER You can just remove it.
@@ -82,3 +81,6 @@ USE_MSGFMT_PLURALS Use USE_TOOLS+=msgfmt instead.
# May 2006
EXTRACT_USING_PAX Use "EXTRACT_OPTS=-t pax" instead.
NO_EXTRACT It doesn't exist anymore.
+_FETCH_MESSAGE Use FETCH_MESSAGE (different format) instead.
+BUILDLINK_DEPENDS.* Use BUILDLINK_API_DEPENDS.* instead.
+BUILDLINK_RECOMMENDED.* Use BUILDLINK_ABI_DEPENDS.* instead.