pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files PKG_SKIP_REASON is marked as de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6ad82804e2f
branches:  trunk
changeset: 521686:b6ad82804e2f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 18 08:20:44 2006 +0000

description:
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:

 pkgtools/pkglint/files/deprecated.map |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 679bac9cdb39 -r b6ad82804e2f pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Sat Nov 18 08:13:26 2006 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Sat Nov 18 08:20:44 2006 +0000
@@ -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 @@
 
 # November 2006
 SKIP_PORTABILITY_CHECK Use CHECK_PORTABILITY_SKIP (a list of patterns) instead.
+PKG_SKIP_REASON                Use PKG_FAIL_REASON instead.



Home | Main Index | Thread Index | Old Index