Age | Commit message (Expand) | Author | Files | Lines |
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 |
2005-04-28 | Defer execution until the value is needed. This avoids needing ${ECHO}, | jlam | 1 | -17/+12 |
2005-01-24 | Merge down janitorial change from tv-derecurse branch: | tv | 1 | -9/+5 |
2005-01-15 | Fix endif typo | adrianp | 1 | -2/+2 |
2004-12-05 | In the show-options target, ensure that PKG_OPTIONS and friends | schmonz | 1 | -4/+4 |
2004-12-05 | make sure some variables are initialized before using them. | grant | 1 | -4/+4 |
2004-12-05 | add show-options target which displays the options available, default, | grant | 1 | -1/+17 |
2004-11-28 | Don't show the currently selected options if there aren't any. | jlam | 1 | -1/+3 |
2004-11-27 | Output the currently selected options after telling the user which | jlam | 1 | -13/+21 |
2004-09-15 | Default PKG_FAIL_UNSUPPORTED_OPTIONS to "no" to match current practices | jlam | 1 | -3/+3 |