aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.options.mk
Commit message (Expand)AuthorAgeFilesLines
* - strip optional WITH parameter from argument if OPTION is set to offohauer2014-06-211-1/+1
* Switch back to default tabspace: 8bapt2014-06-181-62/+59
* Support LIBS like LDFLAGS.tijl2014-06-111-6/+6
* Convert all :U to :tu and :L to :tlbapt2014-05-051-1/+1
* - Rename check-orphans to check-plist. Keep the old for backwards-compat.bdrewery2014-04-191-0/+10
* Make option DEBUG work like WITH_DEBUGbapt2014-03-281-0/+4
* Have OPTIONS_SUB also fill in SUB_LIST.mat2014-03-261-0/+8
* Correctly sort the DEPENDS targets.mat2014-03-041-2/+2
* Add CONFLICT{,_BUILD,_INSTALL} to the options helpers.mat2014-03-041-14/+19
* Don't output warnings about WITH_DEBUG being on.mat2014-03-031-1/+2
* Add %%NO_OPT1%% to PLIST_SUB that is enabled when %%OPT1%% is not.mat2014-02-281-2/+2
* Really tell our users that using WITH_/WITHOUT_ to set/unset options ismat2014-02-241-0/+26
* Use OPTIONS helpers from excluded options tooantoine2014-02-151-1/+1
* Add two new options helpers:mat2014-01-281-1/+17
* fmake doesn't like previous commit (which breaks index) [1]bapt2013-12-161-14/+0
* Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIO...bapt2013-12-161-1/+1
* Stop defining WITHOUT_NLS it not used anymore in the ports treebapt2013-12-131-4/+0
* Add support for ${opt}_QMAKE_ON/${opt}_QMAKE_OFFmakc2013-11-221-12/+15
* Allow multiple value in ${opt}_USE= FOO=bar,baz.mat2013-11-121-1/+3
* - Remove gratuitous whitespacesak2013-10-311-12/+7
* Allow multiple values for configure ENABLE and WITH options helperswg2013-10-271-4/+12
* - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUBbdrewery2013-10-041-1/+1
* - Add option helper opt_USE= FOO=bar -> USE_FOO=barbdrewery2013-10-041-0/+9
* - Add more helpers: ALL_TARGET, INSTALL_TARGET and CATEGORIESsunpoet2013-10-041-10/+7
* - Add support for PATCHFILES and PATCH_SITESbdrewery2013-10-041-5/+4
* - Support {opt}_EXTRA_PATCHESbdrewery2013-10-031-0/+6
* - Add more OPTIONS helpers: MAKE_ARGS, PLIST_FILES, PLIST_DIRS and PLIST_DIRSTRYsunpoet2013-10-021-5/+6
* If ${opt}_CPPFLAGS is defined, its value will be appended to CPPFLAGSnaddy2013-09-251-4/+4
* Document the new bsd.options.mk knobs.mat2013-08-011-0/+32
* Add new ${OPT}_CONFIGURE_WITH option helpbapt2013-07-291-0/+6
* - Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE).tijl2013-07-251-5/+23
* Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicitybapt2013-06-261-0/+27
* Add a forgotten helper:bapt2013-06-141-0/+6
* New macros to help dealing with ports that have options:bapt2013-06-141-1/+43
* - Reallign documentation for a tab width of 4.tijl2013-06-141-29/+55
* Sort PORT_OPTIONS only once and remove some undefines.tijl2013-06-141-17/+6
* Let config-conditional take options configured in make.conf into account.tijl2013-06-141-8/+15
* Yet more factorisationbapt2013-06-101-11/+4
* Factorise codebapt2013-06-101-30/+10
* Append per arch defaults directly to OPTIONS_DEFAULT. Duplicatestijl2013-06-101-5/+1
* Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONStijl2013-06-101-21/+6
* This should not have been in eitherbapt2013-06-101-27/+0
* Partial revert of r320440 some things has been committed that shouldn't have yetbapt2013-06-101-42/+28
* Removed useless quotesbapt2013-06-101-1/+42
* Remove some redundant comments.tijl2013-06-101-2/+0
* Eliminate _ALL_EXCLUDE temporary variable and fuse two .for loops.tijl2013-06-101-9/+2
* Do not automatically popup dialog in case only options from global options ar...bapt2013-06-071-0/+7
* Remove the OPTIONS parsing for real this timebapt2013-06-071-39/+0
* Fix exclusion of global options per portsbapt2013-06-071-0/+1
* Readd the OPTIONS parser given that apparently someports still haven't been c...bapt2013-06-061-0/+39
* Remove support for parsing the old OPTIONS macro, the compatibility code to l...bapt2013-06-061-39/+0
* Remove empty radio/single/group/multi options from listsbapt2013-06-061-0/+23
* Fix NO_OPTIONS_SORTbapt2013-05-021-2/+0
* Rework OPTIONS_EXCLUDE and OPTIONS_EXCLUDE_${ARCH} so that is also get excludedbapt2013-04-291-9/+63
* Fix mismatched bracketsbapt2013-03-251-1/+1
* Extend the options framework providing 2 new macros:bapt2012-12-101-5/+27
* We are in 2012, it is time to activate IPV6 options by default everywherebapt2012-10-101-0/+3
* Options can now be overridden from command line usingbapt2012-10-051-0/+15
* compare options loading from /var/db/port/options and make.conf against thebapt2012-07-171-3/+12
* - Document new options framework in bsd.options.mkbapt2012-07-161-0/+40
* Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given ...bapt2012-07-131-0/+5
* Do not search for upper case uniquename what setting per ports optionsbapt2012-06-061-2/+2
* Activate NO_OPTIONS_SORT by default when the ports still use the old framework,bapt2012-06-051-0/+1
* Allow NO_OPTIONS_SORT to work with old OPTIONSbapt2012-06-051-0/+3
* Remove crufts committed by mistakebapt2012-06-041-3/+0
* Fix loading of old optionsbapt2012-06-041-13/+15
* Remove the double quotes while converting from old options framework to new one.bapt2012-06-021-1/+1
* by default optionsng sort the options before prompting to them.bapt2012-06-011-0/+12
* if user set OPTIONS_UNSET EXAMPLES they create NOPORTEXAMPLES variable forbapt2012-05-291-0/+4
* - Do not activate EXAMPLES by default if NOPORTEXAMPELS is setmiwi2012-05-291-0/+5
* Do not activate DOCS by default if NOPORTDOCS is setbapt2012-05-291-2/+4
* Fix python's make config [1]bapt2012-05-291-36/+9
* recreate the WITH_/WITHOUT_ options for compatibilitybapt2012-05-291-2/+41
* New options framework for the portsbapt2012-05-291-0/+148