summaryrefslogtreecommitdiff
path: root/mk/defaults
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-06-13 14:29:16 +0000
committergdt <gdt@pkgsrc.org>2012-06-13 14:29:16 +0000
commitd4449a2ac22aa9c0e0765ae59019718a53735a92 (patch)
tree961187e796e61be64720a7667860d1fc2bf28a77 /mk/defaults
parent583ee84df40816b03267535857e6c43651052147 (diff)
downloadpkgsrc-d4449a2ac22aa9c0e0765ae59019718a53735a92.tar.gz
Drop USE_INET6 => inet6 option binding.
For a long time, the norm in pkgsrc was that packages had an option for IPv6 support "inet6", and this was not in PKG_SUGGESTED_OPTIONS. On NetBSD (and probably other BSD), USE_INET6 was defined in system mk files, and pkgsrc noticed this and enabled the inet6 option globally. But, in some environments, this did not happen. The inet6 option has been added to PKG_SUGGESTED_OPTIONS for almost all packages. This change decouples IPv6 support in pkgsrc from the base system. People building on systems that do not support IPv6, or who do not want IPv6 support in packages, can add PKG_DEFAULT_OPTIONS+= -inet6 to mk.conf. (Discussed for the last week on various lists, and ok wiz@.)
Diffstat (limited to 'mk/defaults')
-rw-r--r--mk/defaults/obsolete.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/defaults/obsolete.mk b/mk/defaults/obsolete.mk
index 98cd5cf08f2..a10ee35de66 100644
--- a/mk/defaults/obsolete.mk
+++ b/mk/defaults/obsolete.mk
@@ -1,4 +1,4 @@
-# $NetBSD: obsolete.mk,v 1.28 2007/01/30 07:09:40 wiz Exp $
+# $NetBSD: obsolete.mk,v 1.29 2012/06/13 14:29:16 gdt Exp $
#
# This file holds make(1) logic to allow obsolete or deprecated variables
# still to be used. These may eventually disappear over time as the contents
@@ -21,5 +21,3 @@ PKG_LEGACY_OPTIONS+= kerberos
PKG_OPTIONS_DEPRECATED_WARNINGS+="Deprecated variable KERBEROS used, use PKG_DEFAULT_OPTIONS+=kerberos instead."
. endif
.endif
-
-PKG_OPTIONS_LEGACY_VARS+= USE_INET6:inet6