summaryrefslogtreecommitdiff
path: root/mk/bsd.options.mk
AgeCommit message (Expand)AuthorFilesLines
2005-06-11Allow this file to be included even if no options are supporteddillo1-6/+9
2005-06-09Fix harmless typo.jlam1-2/+2
2005-06-08Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S.wiz1-2/+2
2005-06-08fix variable name in example commentdillo1-2/+2
2005-06-06make legacy variables external:dillo1-10/+28
2005-06-04Improve the way option groups are displayed in show-options.dillo1-12/+26
2005-06-04Fix variable names in usage example.seb1-3/+3
2005-06-03don't requrie PKG_SUPPORTED_OPTIONS to be set when groups are in usedillo1-5/+8
2005-06-02add group options to PKG_SUPPORTED_OPTIONS before includeingdillo1-4/+6
2005-06-02Whitespace nit.wiz1-2/+2
2005-06-02add support for groups of mutually exclusive options viadillo1-4/+76
2005-06-01fix bug in legacy vars handling for option names containing `-',dillo1-2/+2
2005-05-31PKG_FAIL_REASON must be (double-)quoted to achieve the correct output.jmmv1-2/+2
2005-05-31Show a deprecated warning even if the deprecated variable is set towiz1-3/+9
2005-05-31The available options are shown before the dependencies are installed.rillig1-2/+2
2005-05-31Rename describe-options to show-options, replacing the old show-optionsdillo1-9/+3
2005-05-31To ease cleanup of the options namespace, add code to support legacydillo1-5/+31
2005-05-28set PKG_FAIL_REASON if any unsupported option is listed in PKG_OPTIONS.xxxdillo1-8/+32
2005-05-25fix typo in documentationdillo1-7/+17
2005-05-19The example is missing a definition for PKG_OPTIONS_VAR.jlam1-2/+3
2005-05-16Changed option processing to evaluate the options strictly from left torillig1-24/+15
2005-05-14Don't process the file if either of PKG_SUPPORTED_OPTIONS or PKG_OPTIONS_VARrillig1-11/+10
2005-05-08Rewrite how PKG_OPTIONS is computed:dillo1-111/+98
2005-04-28Make the pretty-printing actually work by passing all of the options onjlam1-3/+3
2005-04-28We don't need to use ${SORT} to sort the options list. VAR:O will dojlam1-13/+6
2005-04-28Defer execution until the value is needed. This avoids needing ${ECHO},jlam1-17/+12
2005-01-24Merge down janitorial change from tv-derecurse branch:tv1-9/+5
2005-01-15Fix endif typoadrianp1-2/+2
2004-12-05In the show-options target, ensure that PKG_OPTIONS and friendsschmonz1-4/+4
2004-12-05make sure some variables are initialized before using them.grant1-4/+4
2004-12-05add show-options target which displays the options available, default,grant1-1/+17
2004-11-28Don't show the currently selected options if there aren't any.jlam1-1/+3
2004-11-27Output the currently selected options after telling the user whichjlam1-13/+21
2004-09-15Default PKG_FAIL_UNSUPPORTED_OPTIONS to "no" to match current practicesjlam1-3/+3
2004-08-22Match documentation to reality to reflect recent change in semantics forjlam1-3/+3
2004-08-22Change the way that legacy USE_* and FOO_USE_* options are convertedjlam1-10/+12
2004-08-10Fix spell-o.schmonz1-2/+2
2004-08-07Use an awk script to avoid using possibly non-portable shell constructs.jlam1-18/+16
2004-08-05Move addition of PKG_OPTIONS to BUILD_DEFS below the definition of thejlam1-6/+1
2004-08-04Pretty-print the PKG_SUPPORTED_OPTIONS so that we don't overflow a linejlam1-4/+20
2004-08-04Display a message with the supported build options at build time.jlam1-1/+31
2004-07-30bsd.options.mk provides boilerplate code for standard naming conventionsjlam1-0/+164