summaryrefslogtreecommitdiff
path: root/Mk/bsd.options.mk
AgeCommit message (Expand)Author
2014-05-05Convert all :U to :tu and :L to :tlBaptiste Daroussin
2014-04-19- Rename check-orphans to check-plist. Keep the old for backwards-compat.Bryan Drewery
2014-03-28Make option DEBUG work like WITH_DEBUGBaptiste Daroussin
2014-03-25Have OPTIONS_SUB also fill in SUB_LIST.Mathieu Arnold
2014-03-03Correctly sort the DEPENDS targets.Mathieu Arnold
2014-03-03Add CONFLICT{,_BUILD,_INSTALL} to the options helpers.Mathieu Arnold
2014-03-03Don't output warnings about WITH_DEBUG being on.Mathieu Arnold
2014-02-27Add %%NO_OPT1%% to PLIST_SUB that is enabled when %%OPT1%% is not.Mathieu Arnold
2014-02-24Really tell our users that using WITH_/WITHOUT_ to set/unset options isMathieu Arnold
2014-02-15Use OPTIONS helpers from excluded options tooAntoine Brodin
2014-01-27Add two new options helpers:Mathieu Arnold
2013-12-15fmake doesn't like previous commit (which breaks index) [1]Baptiste Daroussin
2013-12-15Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIO...Baptiste Daroussin
2013-12-13Stop defining WITHOUT_NLS it not used anymore in the ports treeBaptiste Daroussin
2013-11-22Add support for ${opt}_QMAKE_ON/${opt}_QMAKE_OFFMax Brazhnikov
2013-11-12Allow multiple value in ${opt}_USE= FOO=bar,baz.Mathieu Arnold
2013-10-30- Remove gratuitous whitespacesAlex Kozlov
2013-10-27Allow multiple values for configure ENABLE and WITH options helpersWilliam Grzybowski
2013-10-04- Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUBBryan Drewery
2013-10-04- Add option helper opt_USE= FOO=bar -> USE_FOO=barBryan Drewery
2013-10-04- Add more helpers: ALL_TARGET, INSTALL_TARGET and CATEGORIESSunpoet Po-Chuan Hsieh
2013-10-04- Add support for PATCHFILES and PATCH_SITESBryan Drewery
2013-10-03- Support {opt}_EXTRA_PATCHESBryan Drewery
2013-10-01- Add more OPTIONS helpers: MAKE_ARGS, PLIST_FILES, PLIST_DIRS and PLIST_DIRSTRYSunpoet Po-Chuan Hsieh
2013-09-24If ${opt}_CPPFLAGS is defined, its value will be appended to CPPFLAGSChristian Weisgerber
2013-08-01Document the new bsd.options.mk knobs.Mathieu Arnold
2013-07-29Add new ${OPT}_CONFIGURE_WITH option helpBaptiste Daroussin
2013-07-25- Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE).Tijl Coosemans
2013-06-26Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicityBaptiste Daroussin
2013-06-14Add a forgotten helper:Baptiste Daroussin
2013-06-14New macros to help dealing with ports that have options:Baptiste Daroussin
2013-06-14- Reallign documentation for a tab width of 4.Tijl Coosemans
2013-06-14Sort PORT_OPTIONS only once and remove some undefines.Tijl Coosemans
2013-06-14Let config-conditional take options configured in make.conf into account.Tijl Coosemans
2013-06-10Yet more factorisationBaptiste Daroussin
2013-06-10Factorise codeBaptiste Daroussin
2013-06-10Append per arch defaults directly to OPTIONS_DEFAULT. DuplicatesTijl Coosemans
2013-06-10Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONSTijl Coosemans
2013-06-10This should not have been in eitherBaptiste Daroussin
2013-06-10Partial revert of r320440 some things has been committed that shouldn't have yetBaptiste Daroussin
2013-06-10Removed useless quotesBaptiste Daroussin
2013-06-09Remove some redundant comments.Tijl Coosemans
2013-06-09Eliminate _ALL_EXCLUDE temporary variable and fuse two .for loops.Tijl Coosemans
2013-06-07Do not automatically popup dialog in case only options from global options ar...Baptiste Daroussin
2013-06-07Remove the OPTIONS parsing for real this timeBaptiste Daroussin
2013-06-07Fix exclusion of global options per portsBaptiste Daroussin
2013-06-06Readd the OPTIONS parser given that apparently someports still haven't been c...Baptiste Daroussin
2013-06-06Remove support for parsing the old OPTIONS macro, the compatibility code to l...Baptiste Daroussin
2013-06-05Remove empty radio/single/group/multi options from listsBaptiste Daroussin
2013-05-02Fix NO_OPTIONS_SORTBaptiste Daroussin