diff options
author | wiz <wiz@pkgsrc.org> | 2005-08-01 11:37:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-08-01 11:37:38 +0000 |
commit | e3990d3f87c1d2b23fd9c7b1ef55162a8e58b22f (patch) | |
tree | a82f55573424a05a9bf51183042dfc2ecd01b328 /pkgtools/pkglint | |
parent | 3c67ace0ab76bfb06ed2597c203b0711d6e1ff65 (diff) | |
download | pkgsrc-e3990d3f87c1d2b23fd9c7b1ef55162a8e58b22f.tar.gz |
Remove some legacy vars that were removed from pkgsrc before the previous branch.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/deprecated.map | 7 | ||||
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 3 |
2 files changed, 2 insertions, 8 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map index 4b0d902aa36..ebc439df09d 100644 --- a/pkgtools/pkglint/files/deprecated.map +++ b/pkgtools/pkglint/files/deprecated.map @@ -1,4 +1,4 @@ -# $NetBSD: deprecated.map,v 1.7 2005/07/20 23:59:53 rillig Exp $ +# $NetBSD: deprecated.map,v 1.8 2005/08/01 11:37:46 wiz Exp $ # # This file contains names of Makefile variables and a short explanation @@ -26,14 +26,10 @@ USE_BUILDLINK3 You can just remove it. USE_CANNA Use the PKG_OPTIONS framework instead. USE_CUPS Use the PKG_OPTIONS framework instead. USE_DB4 Use the PKG_OPTIONS framework instead. -USE_ESOUND Use the PKG_OPTIONS framework instead. -USE_GIF Use the PKG_OPTIONS framework instead. USE_GMAKE Use USE_TOOLS+=gmake instead. USE_GNU_TOOLS Use USE_TOOLS instead. USE_I586 Use the PKG_OPTIONS framework instead. USE_IDEA Use the PKG_OPTIONS framework instead. -USE_LIBCRACK Use the PKG_OPTIONS framework instead. -USE_MMX Use the PKG_OPTIONS framework instead. USE_OPENLDAP Use the PKG_OPTIONS framework instead. USE_OSS Use the PKG_OPTIONS framework instead. USE_RSAREF2 Use the PKG_OPTIONS framework instead. @@ -44,7 +40,6 @@ USE_SOCKS Use the PKG_OPTIONS framework instead. USE_WNN4 Use the PKG_OPTIONS framework instead. USE_XFACE Use the PKG_OPTIONS framework instead. USE_PKGLIBTOOL Use USE_LIBTOOL instead. -USE_SSL Include "../../security/openssl/buildlink3.mk" instead. # The following entries can be removed after the 2005Q4 branch. USE_PERL5 Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead. diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index aaba6533851..b3d686d585c 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.10 2005/08/01 10:55:42 wiz Exp $ +# $NetBSD: makevars.map,v 1.11 2005/08/01 11:37:46 wiz Exp $ # # This file tries to guess the type of some variables, according to their @@ -30,7 +30,6 @@ USE_CUPS Yes_Or_Undefined USE_I586 Boolean USE_INET6 Boolean USE_INN Yes_Or_Undefined -USE_MMX Boolean #USE_OPENLDAP One_Of(YES NO) USE_OSS Yes_Or_Undefined #USE_SASL One_Of(YES NO) |