blob: e28d4f8820410e373b0a297e37b1a6696c04ef7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# $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
# what to do to make the warning disappear.
# The following entries can be removed after the 2005Q3 branch.
KERBEROS Use the PKG_OPTIONS framework 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.
USE_BUILDLINK3 You can just remove it.
# The following entries can be removed after the 2005Q4 branch.
USE_PERL5 Use USE_TOOLS+=perl or USE_TOOLS+=perl:run instead.
USE_CUPS Use the PKG_OPTIONS framework (option cups) instead.
USE_I586 Use the PKG_OPTIONS framework (option i586) instead.
USE_INN Use the PKG_OPTIONS framework instead.
USE_OPENLDAP Use the PKG_OPTIONS framework (option openldap) instead.
USE_OSS Use the PKG_OPTIONS framework (option oss) instead.
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.
# The following entries can be removed after the 2006Q1 branch.
NO_TOOLS You can just remove it.
NO_WRAPPER You can just remove it.
CONFLICT Use CONFLICTS instead.
DEPENDS_TARGET Use DEPENDS instead.
FETCH_DEPENDS Use DEPENDS instead.
LIB_DEPENDS Use DEPENDS instead.
RUN_DEPENDS Use DEPENDS instead.
ALLFILES Use CKSUMFILES instead.
|