summaryrefslogtreecommitdiff
path: root/regress/pkg-options
AgeCommit message (Collapse)AuthorFilesLines
2008-03-04Resign from maintaining a lot of packages, so everyone is free to updaterillig1-2/+2
them at will.
2005-07-26Test that PKG_FAIL_REASON is empty.dillo10-5/+15
2005-07-26Add support for sets of options where at least one option from eachdillo3-2/+24
set must be selected, requested and reviewed by wiz: PKG_OPTIONS_NONEMPTY_SETS This is a list of names of sets of options. At least one option from each set must be selected. The options in each set are listed in PKG_OPTIONS_SET.<setname>. Options from the sets will be automatically added to PKG_SUPPORTED_OPTIONS.
2005-07-19also test unsupported and unused legacy optionsdillo1-2/+4
2005-06-02Fix typo.wiz1-2/+2
2005-06-02add tests for groups of mutually exclusive optionsdillo5-2/+47
2005-06-02adapt to quoting fixesdillo1-1/+1
2005-06-01test legacy var with `-' in option namedillo2-6/+6
2005-05-31fix comments describing test casesdillo6-12/+14
2005-05-31To ease cleanup of the options namespace, add code to support legacydillo3-2/+20
option names: PKG_OPTIONS_LEGACY_OPTS+= old:new If PKG_DEFAULT_OPTIONS or PKG_OPTIONS.foo contains option old (or -old) it is rewritten to new (or -new) and a warning is issued by the supported-options-message target.
2005-05-28two new test cases:dillo5-2/+47
- all: test overrides and PKG_LEGACY_VARS - unsupported: test that unsupported option in PKG_OPTIONS.xxx causes failure
2005-05-16Added the ``order'' testcase, which works since bsd.options.mk, revisionrillig1-2/+2
1.22.
2005-05-16Imported testsuite for the bsd.options.mk framework.rillig6-0/+65