diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-02 17:09:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-02 17:09:12 +0000 |
commit | 6253e690c3d1e749aade5b9f2ccdcf353e56ce25 (patch) | |
tree | 9809ba48355401edffb0ed840f5a52e101fc6a18 | |
parent | a9b9bd7dc9fab8bfc3fc2b059983894baa60e5f5 (diff) | |
download | pkgsrc-6253e690c3d1e749aade5b9f2ccdcf353e56ce25.tar.gz |
Mark USE_SOCKS as deprecated.
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 3 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 7c4e0726545..e28d4f88204 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -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_RSAREF2 Use the PKG_OPTIONS framework (option rsaref) instead. 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 --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index 7f201719526..a7eb4fcd114 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -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 @@ SETGIDGAME YesNo USE_CRYPTO { YES NO } USE_INET6 YesNo -USE_SOCKS { 4 5 } # some other variables, sorted alphabetically |