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 USE_INN from makevars.map ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72c008828a6c
branches:  trunk
changeset: 503911:72c008828a6c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 01 19:48:05 2005 +0000

description:
Move USE_INN from makevars.map to deprecated.map.

diffstat:

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

diffs (34 lines):

diff -r 9bf93e4f3292 -r 72c008828a6c pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Thu Dec 01 19:47:27 2005 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Thu Dec 01 19:48:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.18 2005/12/01 19:20:14 wiz Exp $
+# $NetBSD: deprecated.map,v 1.19 2005/12/01 19:48:05 wiz Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -16,6 +16,7 @@
 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_INN                        Use the PKG_OPTIONS framework instead.
 USE_OSS                        Use the PKG_OPTIONS framework (option oss) instead.
 USE_SASL               Use the PKG_OPTIONS framework (option sasl) instead.
 USE_SASL2              Use the PKG_OPTIONS framework (option sasl) instead.
diff -r 9bf93e4f3292 -r 72c008828a6c pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Thu Dec 01 19:47:27 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Thu Dec 01 19:48:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.43 2005/12/01 19:20:14 wiz Exp $
+# $NetBSD: makevars.map,v 1.44 2005/12/01 19:48:05 wiz Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -31,7 +31,6 @@
 
 USE_CRYPTO             { YES NO }
 USE_INET6              YesNo
-USE_INN                        Yes
 USE_OPENLDAP           { YES NO }
 USE_SOCKS              { 4 5 }
 



Home | Main Index | Thread Index | Old Index