Age | Commit message (Expand) | Author | Files | Lines |
2008-02-18 | Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mk | obache | 1 | -11/+1 |
2008-02-18 | Add target "show-depends-options" to show depends's options recursively. | obache | 1 | -1/+11 |
2007-10-28 | Protect against multiple inclusion. This fixes the "sane-frontends" | tron | 1 | -1/+6 |
2007-10-13 | Fix the .include lines so that make looks in the right place first. | dsl | 1 | -3/+3 |
2007-10-07 | Added _VARGROUPS. | rillig | 1 | -1/+10 |
2007-08-29 | Hey Johnny, I thought you could still write code that also works with | rillig | 1 | -11/+7 |
2007-08-14 | Avoid checking whether PKG_OPTIONS_DEPRECATED_WARNINGS is defined in | jlam | 1 | -9/+9 |
2007-06-06 | Removed the outer .if ... .endif, so that I don't need to indent the | rillig | 1 | -22/+23 |
2007-03-07 | Split the documentation into a user and a developer part. | rillig | 1 | -3/+8 |
2006-10-01 | The value of PKG_OPTIONS_VAR is printed as is in an error message. This | rillig | 1 | -2/+3 |
2006-09-25 | PR pkg/33876: use the actual package name instead of "this package" in | ghen | 1 | -2/+2 |
2006-06-06 | Make show-options target output shorter as requested by dillo@ | seb | 1 | -8/+2 |
2006-06-03 | First pass at implementing support for package system flavors other | jlam | 1 | -2/+2 |
2006-06-03 | I usually have the following stuffed in a mk.conf target or a script | seb | 1 | -1/+10 |
2006-05-31 | Adapt pkgsrc documentation examples to the new databases/openldap-client | ghen | 1 | -3/+3 |
2006-04-14 | Make the display of show-options more readable when there are lots of | jlam | 1 | -4/+8 |
2006-04-13 | Update path from cyrus-sasl2 to cyrus-sasl. | wiz | 1 | -2/+2 |
2005-11-14 | Removed trailing white-space from a comment. | rillig | 1 | -2/+2 |
2005-09-05 | Improve warning for deprecated variables, prompted by wiz. | dillo | 1 | -2/+4 |
2005-07-28 | Fix some more typos, noted by Leonard Schmidt. | dillo | 1 | -3/+3 |
2005-07-28 | Fix typo in comment, from Leonard Schmidt via tech-pkg. | wiz | 1 | -3/+3 |
2005-07-26 | Fix typos in last, noted by wiz. | dillo | 1 | -2/+2 |
2005-07-26 | Add support for sets of options where at least one option from each | dillo | 1 | -10/+53 |
2005-07-19 | Also print deprecated warnings in show-options target. | dillo | 1 | -1/+8 |
2005-07-19 | PKG_OPTIONS_LEGACY_OPTS: only issue deprecated warning if the old | dillo | 1 | -2/+2 |
2005-06-11 | Allow this file to be included even if no options are supported | dillo | 1 | -6/+9 |
2005-06-09 | Fix harmless typo. | jlam | 1 | -2/+2 |
2005-06-08 | Fix variable name in comment: it is PKG_OPTIONS_VAR, with an S. | wiz | 1 | -2/+2 |
2005-06-08 | fix variable name in example comment | dillo | 1 | -2/+2 |
2005-06-06 | make legacy variables external: | dillo | 1 | -10/+28 |
2005-06-04 | Improve the way option groups are displayed in show-options. | dillo | 1 | -12/+26 |
2005-06-04 | Fix variable names in usage example. | seb | 1 | -3/+3 |
2005-06-03 | don't requrie PKG_SUPPORTED_OPTIONS to be set when groups are in use | dillo | 1 | -5/+8 |
2005-06-02 | add group options to PKG_SUPPORTED_OPTIONS before includeing | dillo | 1 | -4/+6 |
2005-06-02 | Whitespace nit. | wiz | 1 | -2/+2 |
2005-06-02 | add support for groups of mutually exclusive options via | dillo | 1 | -4/+76 |
2005-06-01 | fix bug in legacy vars handling for option names containing `-', | dillo | 1 | -2/+2 |
2005-05-31 | PKG_FAIL_REASON must be (double-)quoted to achieve the correct output. | jmmv | 1 | -2/+2 |
2005-05-31 | Show a deprecated warning even if the deprecated variable is set to | wiz | 1 | -3/+9 |
2005-05-31 | The available options are shown before the dependencies are installed. | rillig | 1 | -2/+2 |
2005-05-31 | Rename describe-options to show-options, replacing the old show-options | dillo | 1 | -9/+3 |
2005-05-31 | To ease cleanup of the options namespace, add code to support legacy | dillo | 1 | -5/+31 |
2005-05-28 | set PKG_FAIL_REASON if any unsupported option is listed in PKG_OPTIONS.xxx | dillo | 1 | -8/+32 |
2005-05-25 | fix typo in documentation | dillo | 1 | -7/+17 |
2005-05-19 | The example is missing a definition for PKG_OPTIONS_VAR. | jlam | 1 | -2/+3 |
2005-05-16 | Changed option processing to evaluate the options strictly from left to | rillig | 1 | -24/+15 |
2005-05-14 | Don't process the file if either of PKG_SUPPORTED_OPTIONS or PKG_OPTIONS_VAR | rillig | 1 | -11/+10 |
2005-05-08 | Rewrite how PKG_OPTIONS is computed: | dillo | 1 | -111/+98 |
2005-04-28 | Make the pretty-printing actually work by passing all of the options on | jlam | 1 | -3/+3 |
2005-04-28 | We don't need to use ${SORT} to sort the options list. VAR:O will do | jlam | 1 | -13/+6 |