summaryrefslogtreecommitdiff
path: root/pkgtools/pkglint/files/deprecated.map
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-07 15:10:24 +0000
committerrillig <rillig>2005-05-07 15:10:24 +0000
commit900aacea9e7c5b99d9e78d65205fb6c848f776b7 (patch)
tree1e4d3481339be22445af8c3867acd3370c99a6fd /pkgtools/pkglint/files/deprecated.map
parent4cb8da4f65ed127d67041b9ddc466288f149aaf0 (diff)
downloadpkgsrc-900aacea9e7c5b99d9e78d65205fb6c848f776b7.tar.gz
Swapped out the definition of deprecated variables to an external file.
Welcome to 4.13. Approved by wiz.
Diffstat (limited to 'pkgtools/pkglint/files/deprecated.map')
-rw-r--r--pkgtools/pkglint/files/deprecated.map22
1 files changed, 22 insertions, 0 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
new file mode 100644
index 00000000000..a8c4fb8c4ed
--- /dev/null
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -0,0 +1,22 @@
+# $NetBSD
+#
+
+# This file contains names of Makefile variables and a short explanation
+# what to do to make the warning disappear.
+
+ALL_TARGET Use BUILD_TARGET instead.
+DIGEST_FILE Use DISTINFO_FILE instead.
+IGNORE Use PKG_FAIL_REASON or PKG_SKIP_REASON instead.
+IS_INTERACTIVE Use INTERACTIVE_STAGE instead.
+MD5_FILE Use DISTINFO_FILE instead.
+MIRROR_DISTFILE Use NO_BIN_ON_FTP and/or NO_SRC_ON_FTP instead.
+NO_CDROM Use NO_BIN_ON_CDROM and/or NO_SRC_ON_CDROM instead.
+NO_PACKAGE Don't use it to enforce license restrictions.
+NO_PATCH You can just remove it.
+NO_WRKSUBDIR Use WRKSRC=${WRKDIR} instead.
+PATCH_SUM_FILE Use DISTINFO_FILE instead.
+USE_BUILDLINK2 You can just remove it.
+USE_BUILDLINK3 You can just remove it.
+USE_GMAKE Use USE_GNU_TOOLS+=make instead.
+USE_PKGLIBTOOL Use USE_LIBTOOL instead.
+USE_SSL Include "../../security/openssl/buildlink3.mk" instead.