pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Mark USE_SOCKS as deprecated.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/643943cd3e11
branches:  trunk
changeset: 503976:643943cd3e11
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 17:09:12 2005 +0000

description:
Mark USE_SOCKS as deprecated.

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 35e9ed2d6e6b -r 643943cd3e11 pkgtools/pkglint/files/deprecated.map
--- a/pkgtools/pkglint/files/deprecated.map     Fri Dec 02 17:08:49 2005 +0000
+++ b/pkgtools/pkglint/files/deprecated.map     Fri Dec 02 17:09:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.22 2005/12/02 09:44:03 rillig Exp $
+# $NetBSD: deprecated.map,v 1.23 2005/12/02 17:09:12 wiz Exp $
 #
 
 # This file contains names of Makefile variables and a short explanation
@@ -21,6 +21,7 @@
 USE_SASL               Use the PKG_OPTIONS framework (option sasl) instead.
 USE_SASL2              Use the PKG_OPTIONS framework (option sasl) instead.
 USE_SJ3                        Use the PKG_OPTIONS framework (option sj3) instead.
+USE_SOCKS              Use the PKG_OPTIONS framework (socks4 and socks5 options) instead.
 USE_WNN4               Use the PKG_OPTIONS framework (option wnn4) instead.
 USE_XFACE              Use the PKG_OPTIONS framework instead.
 
diff -r 35e9ed2d6e6b -r 643943cd3e11 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Fri Dec 02 17:08:49 2005 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Fri Dec 02 17:09:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.47 2005/12/02 09:01:32 rillig Exp $
+# $NetBSD: makevars.map,v 1.48 2005/12/02 17:09:12 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_SOCKS              { 4 5 }
 
 # some other variables, sorted alphabetically
 



Home | Main Index | Thread Index | Old Index