2005-06-01 15:40:46 by Dieter Baron | Files touched by this commit (2) |
Log message: test legacy var with `-' in option name |
2005-05-31 15:33:39 by Dieter Baron | Files touched by this commit (6) |
Log message: fix comments describing test cases |
2005-05-31 13:05:31 by Dieter Baron | Files touched by this commit (3) |
Log message: To ease cleanup of the options namespace, add code to support legacy 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-28 14:16:43 by Dieter Baron | Files touched by this commit (5) |
Log message: two new test cases: - all: test overrides and PKG_LEGACY_VARS - unsupported: test that unsupported option in PKG_OPTIONS.xxx causes failure |
2005-05-16 11:09:24 by Roland Illig | Files touched by this commit (1) |
Log message: Added the ``order'' testcase, which works since bsd.options.mk, revision 1.22. |
2005-05-16 02:09:03 by Roland Illig | Files touched by this commit (6) | |
Log message: Imported testsuite for the bsd.options.mk framework. |