summaryrefslogtreecommitdiff
path: root/mk/bsd.options.mk
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Add PKG_DISABLED_OPTIONS.wiz1-1/+12
2016-03-23Move handling for PKG_SUPPORTED_OPTIONS and PKG_SUGGESTED_OPTIONS asjperkin1-1/+11
2013-06-07Move show-depends-options again, to be worked form non-option packages.obache1-11/+1
2013-05-12Strip minus for warning about disabling unsupported options.riastradh1-2/+2
2013-05-12Move show-depends-options, it is pkgformat independ target.obache1-1/+11
2013-05-11Warn, don't fail, on disabling an unsupported option.riastradh1-1/+5
2008-02-18Move show-depends-options target from bsd.options.mk to flavor/pkg/utility.mkobache1-11/+1
2008-02-18Add target "show-depends-options" to show depends's options recursively.obache1-1/+11
2007-10-28Protect against multiple inclusion. This fixes the "sane-frontends"tron1-1/+6
2007-10-13Fix the .include lines so that make looks in the right place first.dsl1-3/+3
2007-10-07Added _VARGROUPS.rillig1-1/+10
2007-08-29Hey Johnny, I thought you could still write code that also works withrillig1-11/+7
2007-08-14Avoid checking whether PKG_OPTIONS_DEPRECATED_WARNINGS is defined injlam1-9/+9
2007-06-06Removed the outer .if ... .endif, so that I don't need to indent therillig1-22/+23
2007-03-07Split the documentation into a user and a developer part.rillig1-3/+8
2006-10-01The value of PKG_OPTIONS_VAR is printed as is in an error message. Thisrillig1-2/+3
2006-09-25PR pkg/33876: use the actual package name instead of "this package" inghen1-2/+2
2006-06-06Make show-options target output shorter as requested by dillo@seb1-8/+2
2006-06-03First pass at implementing support for package system flavors otherjlam1-2/+2
2006-06-03I usually have the following stuffed in a mk.conf target or a scriptseb1-1/+10
2006-05-31Adapt pkgsrc documentation examples to the new databases/openldap-clientghen1-3/+3
2006-04-14Make the display of show-options more readable when there are lots ofjlam1-4/+8
2006-04-13Update path from cyrus-sasl2 to cyrus-sasl.wiz1-2/+2
2005-11-14Removed trailing white-space from a comment.rillig1-2/+2
2005-09-05Improve warning for deprecated variables, prompted by wiz.dillo1-2/+4
2005-07-28Fix some more typos, noted by Leonard Schmidt.dillo1-3/+3
2005-07-28Fix typo in comment, from Leonard Schmidt via tech-pkg.wiz1-3/+3
2005-07-26Fix typos in last, noted by wiz.dillo1-2/+2
2005-07-26Add support for sets of options where at least one option from eachdillo1-10/+53
2005-07-19Also print deprecated warnings in show-options target.dillo1-1/+8
2005-07-19PKG_OPTIONS_LEGACY_OPTS: only issue deprecated warning if the olddillo1-2/+2
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