pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Move some obsolete variables fr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/965df7f1cafd
branches:  trunk
changeset: 503881:965df7f1cafd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 01 18:26:01 2005 +0000

description:
Move some obsolete variables from makevars.map to deprecated.map.

diffstat:

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

diffs (44 lines):

diff -r 4b7e7ec4bfed -r 965df7f1cafd pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Thu Dec 01 18:25:27 2005 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Thu Dec 01 18:26:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.14 2005/11/24 21:51:10 rillig Exp $
+# $NetBSD: deprecated.map,v 1.15 2005/12/01 18:26:01 wiz Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -14,6 +14,10 @@
 
 # The following entries can be removed after the 2005Q4 branch.
 USE_PERL5              Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead.
+USE_CUPS               Use the PKG_OPTIONS framework (option cups) instead.
+USE_I586               Use the PKG_OPTIONS framework (option i586) instead.
+USE_SASL               Use the PKG_OPTIONS framework (option sasl) instead.
+USE_SASL2              Use the PKG_OPTIONS framework (option sasl) instead.
 
 # The following entries can be removed after the 2006Q1 branch.
 NO_TOOLS               You can just remove it.
diff -r 4b7e7ec4bfed -r 965df7f1cafd pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Thu Dec 01 18:25:27 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Thu Dec 01 18:26:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.39 2005/11/27 21:18:43 rillig Exp $
+# $NetBSD: makevars.map,v 1.40 2005/12/01 18:26:01 wiz Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -30,14 +30,10 @@
 SETGIDGAME             YesNo
 
 USE_CRYPTO             { YES NO }
-USE_CUPS               Yes
-USE_I586               YesNo
 USE_INET6              YesNo
 USE_INN                        Yes
 USE_OPENLDAP           { YES NO }
 USE_OSS                        Yes
-USE_SASL               { YES NO }
-USE_SASL2              { YES NO }
 USE_SJ3                        { YES NO }
 USE_SOCKS              { 4 5 }
 USE_WNN4               { YES NO }



Home | Main Index | Thread Index | Old Index