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_OPENLDAP from makevars...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bdee9716d1e
branches:  trunk
changeset: 503916:2bdee9716d1e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Dec 01 20:13:16 2005 +0000

description:
Move USE_OPENLDAP 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 420e1a7b0dea -r 2bdee9716d1e pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Thu Dec 01 20:12:17 2005 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Thu Dec 01 20:13:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.19 2005/12/01 19:48:05 wiz Exp $
+# $NetBSD: deprecated.map,v 1.20 2005/12/01 20:13:16 wiz Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -17,6 +17,7 @@
 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_OPENLDAP           Use the PKG_OPTIONS framework (option openldap) 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 420e1a7b0dea -r 2bdee9716d1e pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Thu Dec 01 20:12:17 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Thu Dec 01 20:13:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.44 2005/12/01 19:48:05 wiz Exp $
+# $NetBSD: makevars.map,v 1.45 2005/12/01 20:13:16 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_OPENLDAP           { YES NO }
 USE_SOCKS              { 4 5 }
 
 # some other variables, sorted alphabetically



Home | Main Index | Thread Index | Old Index