summaryrefslogtreecommitdiff
path: root/Mk/bsd.options.mk
AgeCommit message (Expand)Author
2015-10-08Enable TEST option if DEVELOPER is setDmitry Marakasov
2015-10-05Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGETDmitry Marakasov
2015-10-01Fix opt_VARS premature expansion.Mathieu Arnold
2015-09-28Implemented complete support for test target.Dmitry Marakasov
2015-09-08Add PORTEXAMPLES to the options helpers.Mathieu Arnold
2015-09-04Add DESKTOP_ENTRIES to the options flags.Mathieu Arnold
2015-08-28Use more precise wording, i.e. "set" and "append" instead of "run."Adam Weinberger
2015-08-28Add generic opt_VARS/opt_VARS_OFF.Mathieu Arnold
2015-08-24Add an optional error message for opt_PREVENTS, opt_PREVENTS_MSG.Mathieu Arnold
2015-08-21Fix with fmake.Mathieu Arnold
2015-08-21Optimize opt_IMPLIES.Mathieu Arnold
2015-08-19Add EXTRACT_ONLY to the options flags.Mathieu Arnold
2015-08-18Introduce <opt>_IMPLIES and <opt>_PREVENTS to register dependencies, orMathieu Arnold
2015-08-18Add BROKEN and IGNORE to the options flags.Mathieu Arnold
2015-08-17Remove UNIQUENAME and LATEST_LINK.Mathieu Arnold
2015-08-17Rewrite the target ordering code.Mathieu Arnold
2015-07-30White space fix.Mathieu Arnold
2015-07-30Add GH_* and PORTDOCS top the make variables helpers.Mathieu Arnold
2015-07-01Introduce target option helpers.Mathieu Arnold
2015-06-01Add SUB_LIST and SUB_FILES to the helper flags. (and sort the flags)Mathieu Arnold
2015-03-26Mk/bsd.options.mk: Add OPTIONS_EXCLUDE_${OPSYS}John Marino
2015-01-22Add a ${opt}_USE_OFF option helperAntoine Brodin
2014-12-29Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH.Mathieu Arnold
2014-09-22SpellingBaptiste Daroussin
2014-08-21Add an option helper for PLIST_SUBAntoine Brodin
2014-07-21Add INFO macro to the helpersBaptiste Daroussin
2014-06-21- strip optional WITH parameter from argument if OPTION is set to offOlli Hauer
2014-06-18Switch back to default tabspace: 8Baptiste Daroussin
2014-06-11Support LIBS like LDFLAGS.Tijl Coosemans
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