summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-11-18 08:20:44 +0000
committerrillig <rillig@pkgsrc.org>2006-11-18 08:20:44 +0000
commit2307fa42838d1d1be92126e569d7f1fb27788c06 (patch)
tree552237f5155797654fac3ab3311e4ab8d3a9a9e6 /pkgtools
parenta1012e4c1c72657e552289787c7fe46899f65306 (diff)
downloadpkgsrc-2307fa42838d1d1be92126e569d7f1fb27788c06.tar.gz
PKG_SKIP_REASON is marked as deprecated, since it is usually used to
mark a package as not being able to build, due to some fatal error. I don't see any reason _not_ to use PKG_FAIL_REASON in those cases.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 8e7b978acc6..94a786c0363 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.49 2006/11/09 22:26:18 rillig Exp $
+# $NetBSD: deprecated.map,v 1.50 2006/11/18 08:20:44 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -125,3 +125,4 @@ MAKEFILE Use MAKE_FILE instead.
# November 2006
SKIP_PORTABILITY_CHECK Use CHECK_PORTABILITY_SKIP (a list of patterns) instead.
+PKG_SKIP_REASON Use PKG_FAIL_REASON instead.