summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-10-24 19:52:26 +0000
committerrillig <rillig@pkgsrc.org>2005-10-24 19:52:26 +0000
commita8cacde365929290cfb9610c646d4bd66d66344a (patch)
tree2b41b4d2888eeecd5c73b9d2f4be25c2316347fe
parent7cadfe9c901bdcce8403add53fb460466f1abef0 (diff)
downloadpkgsrc-a8cacde365929290cfb9610c646d4bd66d66344a.tar.gz
Removed those deprecated variables that are unused in current pkgsrc and
pkgsrc-wip.
-rw-r--r--pkgtools/pkglint/files/deprecated.map30
1 files changed, 1 insertions, 29 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 5bfe7cf08fc..62973b381a5 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,44 +1,16 @@
-# $NetBSD: deprecated.map,v 1.11 2005/10/23 23:14:57 rillig Exp $
+# $NetBSD: deprecated.map,v 1.12 2005/10/24 19:52:26 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
# what to do to make the warning disappear.
# The following entries can be removed after the 2005Q3 branch.
-ALL_TARGET Use BUILD_TARGET instead.
-DIGEST_FILE Use DISTINFO_FILE instead.
-IGNORE Use PKG_FAIL_REASON or PKG_SKIP_REASON instead.
-IS_INTERACTIVE Use INTERACTIVE_STAGE instead.
KERBEROS Use the PKG_OPTIONS framework instead.
-LIB_DEPENDS Use DEPENDS instead.
-MASTER_SITE_SUBDIR Use some form of MASTER_SITES instead.
-MD5_FILE Use DISTINFO_FILE instead.
-MIRROR_DISTFILE Use NO_BIN_ON_FTP and/or NO_SRC_ON_FTP instead.
NO_CDROM Use NO_BIN_ON_CDROM and/or NO_SRC_ON_CDROM instead.
NO_PACKAGE Don't use it to enforce license restrictions.
-NO_PATCH You can just remove it.
-NO_WRKSUBDIR Use WRKSRC=${WRKDIR} instead.
-PATCH_SITE_SUBDIR Use some form of PATCHES_SITES instead.
-PATCH_SUM_FILE Use DISTINFO_FILE instead.
PKG_JVM Use PKG_DEFAULT_JVM instead.
-USE_BUILDLINK2 You can just remove it.
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_GMAKE Use USE_TOOLS+=gmake instead.
-USE_GNU_TOOLS Use USE_TOOLS instead.
-USE_I586 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.
-USE_SASL Use the PKG_OPTIONS framework instead.
-USE_SASL2 Use the PKG_OPTIONS framework instead.
-USE_SJ3 Use the PKG_OPTIONS framework instead.
-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.
# The following entries can be removed after the 2005Q4 branch.
USE_PERL5 Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead.