summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-10 00:12:18 +0000
committerrillig <rillig>2005-05-10 00:12:18 +0000
commit5b8dd3b87019ab928e9d111595c78fda96c280e9 (patch)
treea4cc00b35e5c589d0a7bc58be572c59760e562de /pkgtools
parenta375cbb275b96a36759c67ffaf63fd54d783cff2 (diff)
downloadpkgsrc-5b8dd3b87019ab928e9d111595c78fda96c280e9.tar.gz
Added more deprecated variables from mk/defaults/obsolete.mk.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map25
1 files changed, 24 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index a8c4fb8c4ed..31ac2583878 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD
+# $NetBSD: deprecated.map,v 1.2 2005/05/10 00:12:18 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -8,15 +8,38 @@ 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 dome 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_ESOUND Use the PKG_OPTIONS framework instead.
+USE_GIF Use the PKG_OPTIONS framework instead.
USE_GMAKE Use USE_GNU_TOOLS+=make 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.
+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.
USE_SSL Include "../../security/openssl/buildlink3.mk" instead.