aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.options.mk
Commit message (Expand)AuthorAgeFilesLines
* fmake doesn't like previous commit (which breaks index) [1]Baptiste Daroussin2013-12-151-14/+0
* Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIO...Baptiste Daroussin2013-12-151-1/+1
* Stop defining WITHOUT_NLS it not used anymore in the ports treeBaptiste Daroussin2013-12-131-4/+0
* Add support for ${opt}_QMAKE_ON/${opt}_QMAKE_OFFMax Brazhnikov2013-11-221-12/+15
* Allow multiple value in ${opt}_USE= FOO=bar,baz.Mathieu Arnold2013-11-121-1/+3
* - Remove gratuitous whitespacesAlex Kozlov2013-10-301-12/+7
* Allow multiple values for configure ENABLE and WITH options helpersWilliam Grzybowski2013-10-271-4/+12
* - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUBBryan Drewery2013-10-041-1/+1
* - Add option helper opt_USE= FOO=bar -> USE_FOO=barBryan Drewery2013-10-041-0/+9
* - Add more helpers: ALL_TARGET, INSTALL_TARGET and CATEGORIESSunpoet Po-Chuan Hsieh2013-10-041-10/+7
* - Add support for PATCHFILES and PATCH_SITESBryan Drewery2013-10-041-5/+4
* - Support {opt}_EXTRA_PATCHESBryan Drewery2013-10-031-0/+6
* - Add more OPTIONS helpers: MAKE_ARGS, PLIST_FILES, PLIST_DIRS and PLIST_DIRSTRYSunpoet Po-Chuan Hsieh2013-10-011-5/+6
* If ${opt}_CPPFLAGS is defined, its value will be appended to CPPFLAGSChristian Weisgerber2013-09-241-4/+4
* Document the new bsd.options.mk knobs.Mathieu Arnold2013-08-011-0/+32
* Add new ${OPT}_CONFIGURE_WITH option helpBaptiste Daroussin2013-07-291-0/+6
* - Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE).Tijl Coosemans2013-07-251-5/+23
* Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicityBaptiste Daroussin2013-06-261-0/+27
* Add a forgotten helper:Baptiste Daroussin2013-06-141-0/+6
* New macros to help dealing with ports that have options:Baptiste Daroussin2013-06-141-1/+43
* - Reallign documentation for a tab width of 4.Tijl Coosemans2013-06-141-29/+55
* Sort PORT_OPTIONS only once and remove some undefines.Tijl Coosemans2013-06-141-17/+6
* Let config-conditional take options configured in make.conf into account.Tijl Coosemans2013-06-141-8/+15
* Yet more factorisationBaptiste Daroussin2013-06-101-11/+4
* Factorise codeBaptiste Daroussin2013-06-101-30/+10
* Append per arch defaults directly to OPTIONS_DEFAULT. DuplicatesTijl Coosemans2013-06-101-5/+1
* Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONSTijl Coosemans2013-06-101-21/+6
* This should not have been in eitherBaptiste Daroussin2013-06-101-27/+0
* Partial revert of r320440 some things has been committed that shouldn't have yetBaptiste Daroussin2013-06-101-42/+28
* Removed useless quotesBaptiste Daroussin2013-06-101-1/+42
* Remove some redundant comments.Tijl Coosemans2013-06-091-2/+0
* Eliminate _ALL_EXCLUDE temporary variable and fuse two .for loops.Tijl Coosemans2013-06-091-9/+2
* Do not automatically popup dialog in case only options from global options ar...Baptiste Daroussin2013-06-071-0/+7
* Remove the OPTIONS parsing for real this timeBaptiste Daroussin2013-06-071-39/+0
* Fix exclusion of global options per portsBaptiste Daroussin2013-06-071-0/+1
* Readd the OPTIONS parser given that apparently someports still haven't been c...Baptiste Daroussin2013-06-061-0/+39
* Remove support for parsing the old OPTIONS macro, the compatibility code to l...Baptiste Daroussin2013-06-061-39/+0
* Remove empty radio/single/group/multi options from listsBaptiste Daroussin2013-06-051-0/+23
* Fix NO_OPTIONS_SORTBaptiste Daroussin2013-05-021-2/+0
* Rework OPTIONS_EXCLUDE and OPTIONS_EXCLUDE_${ARCH} so that is also get excludedBaptiste Daroussin2013-04-291-9/+63
* Fix mismatched bracketsBaptiste Daroussin2013-03-251-1/+1
* Extend the options framework providing 2 new macros:Baptiste Daroussin2012-12-101-5/+27
* We are in 2012, it is time to activate IPV6 options by default everywhereBaptiste Daroussin2012-10-101-0/+3
* Options can now be overridden from command line usingBaptiste Daroussin2012-10-051-0/+15
* compare options loading from /var/db/port/options and make.conf against theBaptiste Daroussin2012-07-161-3/+12
* - Document new options framework in bsd.options.mkBaptiste Daroussin2012-07-161-0/+40
* Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given ...Baptiste Daroussin2012-07-131-0/+5
* Do not search for upper case uniquename what setting per ports optionsBaptiste Daroussin2012-06-061-2/+2
* Activate NO_OPTIONS_SORT by default when the ports still use the old framework,Baptiste Daroussin2012-06-051-0/+1
* Allow NO_OPTIONS_SORT to work with old OPTIONSBaptiste Daroussin2012-06-051-0/+3