From 422eb0184c8ffad2e0df52dd95804cb01d8ae921 Mon Sep 17 00:00:00 2001 From: jschauma Date: Mon, 2 Jan 2006 22:30:52 +0000 Subject: clarify which variables are depracated (USE_FOO) for pkg options --- doc/guide/files/configuring.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/guide/files/configuring.xml b/doc/guide/files/configuring.xml index bfc9ea19c74..e6988a06ec3 100644 --- a/doc/guide/files/configuring.xml +++ b/doc/guide/files/configuring.xml @@ -1,4 +1,4 @@ - + Configuring pkgsrc @@ -211,12 +211,15 @@ options is selected, and building the package will fail. Before the options framework was introduced, build options were - selected by setting a variable in /etc/mk.conf - for each option. To ease transition to the options framework for the - user, these legacy variables are converted to the appropriate options - setting automatically. A warning is issued to prompt the user to + selected by setting a variable (often named + USE_FOO) in + /etc/mk.conf for each option. To ease transition + to the options framework for the user, these legacy variables are + converted to the appropriate options setting + (PKG_OPTIONS.pkgbase) + automatically. A warning is issued to prompt the user to update /etc/mk.conf to use the options framework - directly. Support for these legacy variables will be removed + directly. Support for the legacy variables will be removed eventually. -- cgit v1.2.3