| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the way opt_USE is parsed. | mat | 2016-10-12 | 1 | -6/+6 |
* | Don't duplicate the list of options helpers. | mat | 2016-08-31 | 1 | -11/+5 |
* | Add GH_SUBDIR to option helpers. | mat | 2016-08-31 | 1 | -6/+6 |
* | Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the ports | mat | 2016-08-17 | 1 | -2/+2 |
* | Add opt_CMAKE_BOOL_OFF, oposite of opt_CMAKE_BOOL. | mat | 2016-06-27 | 1 | -0/+9 |
* | Add an opt_CMAKE_BOOL options helper. | adamw | 2016-06-26 | 1 | -0/+10 |
* | Fix excluding implied options. | bdrewery | 2016-05-04 | 1 | -0/+10 |
* | Add MASTER_SITES to options helpers. | mat | 2016-03-15 | 1 | -3/+4 |
* | Add GH_TUPLE to the options flags too. | mat | 2016-03-02 | 1 | -4/+4 |
* | Be consistent. | mat | 2015-12-30 | 1 | -3/+3 |
* | Remove unneeded .for loops. | mat | 2015-12-30 | 1 | -12/+4 |
* | Mk/bsd.options.mk: Introduce SELECTED_OPTIONS, DESELECTED_OPTIONS | marino | 2015-12-15 | 1 | -0/+28 |
* | Refactor the list of all excluded options so that the second place it is | mat | 2015-11-13 | 1 | -3/+5 |
* | Enable TEST option if DEVELOPER is set | amdmi3 | 2015-10-08 | 1 | -0/+4 |
* | Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGET | amdmi3 | 2015-10-05 | 1 | -2/+2 |
* | Fix opt_VARS premature expansion. | mat | 2015-10-01 | 1 | -8/+8 |
* | Implemented complete support for test target. | amdmi3 | 2015-09-29 | 1 | -0/+1 |
* | Add PORTEXAMPLES to the options helpers. | mat | 2015-09-08 | 1 | -2/+3 |
* | Add DESKTOP_ENTRIES to the options flags. | mat | 2015-09-05 | 1 | -9/+10 |
* | Use more precise wording, i.e. "set" and "append" instead of "run." | adamw | 2015-08-29 | 1 | -4/+4 |
* | Add generic opt_VARS/opt_VARS_OFF. | mat | 2015-08-28 | 1 | -0/+29 |
* | Add an optional error message for opt_PREVENTS, opt_PREVENTS_MSG. | mat | 2015-08-24 | 1 | -0/+2 |
* | Fix with fmake. | mat | 2015-08-21 | 1 | -1/+2 |
* | Optimize opt_IMPLIES. | mat | 2015-08-21 | 1 | -3/+29 |
* | Add EXTRACT_ONLY to the options flags. | mat | 2015-08-19 | 1 | -8/+8 |
* | Introduce <opt>_IMPLIES and <opt>_PREVENTS to register dependencies, or | mat | 2015-08-18 | 1 | -0/+13 |
* | Add BROKEN and IGNORE to the options flags. | mat | 2015-08-18 | 1 | -4/+4 |
* | Remove UNIQUENAME and LATEST_LINK. | mat | 2015-08-17 | 1 | -41/+8 |
* | Rewrite the target ordering code. | mat | 2015-08-17 | 1 | -11/+20 |
* | White space fix. | mat | 2015-07-30 | 1 | -4/+4 |
* | Add GH_* and PORTDOCS top the make variables helpers. | mat | 2015-07-30 | 1 | -7/+9 |
* | Introduce target option helpers. | mat | 2015-07-01 | 1 | -0/+17 |
* | Add SUB_LIST and SUB_FILES to the helper flags. (and sort the flags) | mat | 2015-06-01 | 1 | -9/+9 |
* | Mk/bsd.options.mk: Add OPTIONS_EXCLUDE_${OPSYS} | marino | 2015-03-27 | 1 | -1/+3 |
* | Add a ${opt}_USE_OFF option helper | antoine | 2015-01-22 | 1 | -0/+8 |
* | Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH. | mat | 2014-12-29 | 1 | -1/+1 |
* | Spelling | bapt | 2014-09-22 | 1 | -1/+1 |
* | Add an option helper for PLIST_SUB | antoine | 2014-08-22 | 1 | -2/+2 |
* | Add INFO macro to the helpers | bapt | 2014-07-22 | 1 | -2/+2 |
* | - strip optional WITH parameter from argument if OPTION is set to off | ohauer | 2014-06-21 | 1 | -1/+1 |
* | Switch back to default tabspace: 8 | bapt | 2014-06-18 | 1 | -62/+59 |
* | Support LIBS like LDFLAGS. | tijl | 2014-06-11 | 1 | -6/+6 |
* | Convert all :U to :tu and :L to :tl | bapt | 2014-05-05 | 1 | -1/+1 |
* | - Rename check-orphans to check-plist. Keep the old for backwards-compat. | bdrewery | 2014-04-19 | 1 | -0/+10 |
* | Make option DEBUG work like WITH_DEBUG | bapt | 2014-03-28 | 1 | -0/+4 |
* | Have OPTIONS_SUB also fill in SUB_LIST. | mat | 2014-03-26 | 1 | -0/+8 |
* | Correctly sort the DEPENDS targets. | mat | 2014-03-04 | 1 | -2/+2 |
* | Add CONFLICT{,_BUILD,_INSTALL} to the options helpers. | mat | 2014-03-04 | 1 | -14/+19 |
* | Don't output warnings about WITH_DEBUG being on. | mat | 2014-03-03 | 1 | -1/+2 |
* | Add %%NO_OPT1%% to PLIST_SUB that is enabled when %%OPT1%% is not. | mat | 2014-02-28 | 1 | -2/+2 |
* | Really tell our users that using WITH_/WITHOUT_ to set/unset options is | mat | 2014-02-24 | 1 | -0/+26 |
* | Use OPTIONS helpers from excluded options too | antoine | 2014-02-15 | 1 | -1/+1 |
* | Add two new options helpers: | mat | 2014-01-28 | 1 | -1/+17 |
* | fmake doesn't like previous commit (which breaks index) [1] | bapt | 2013-12-16 | 1 | -14/+0 |
* | Do not set again WITHOUT_NLS in old backward compatibility if NLS is in OPTIO... | bapt | 2013-12-16 | 1 | -1/+1 |
* | Stop defining WITHOUT_NLS it not used anymore in the ports tree | bapt | 2013-12-13 | 1 | -4/+0 |
* | Add support for ${opt}_QMAKE_ON/${opt}_QMAKE_OFF | makc | 2013-11-22 | 1 | -12/+15 |
* | Allow multiple value in ${opt}_USE= FOO=bar,baz. | mat | 2013-11-12 | 1 | -1/+3 |
* | - Remove gratuitous whitespaces | ak | 2013-10-31 | 1 | -12/+7 |
* | Allow multiple values for configure ENABLE and WITH options helpers | wg | 2013-10-27 | 1 | -4/+12 |
* | - Fix OPTIONS_SUB not including OPTIONS_SLAVE options in PLIST_SUB | bdrewery | 2013-10-04 | 1 | -1/+1 |
* | - Add option helper opt_USE= FOO=bar -> USE_FOO=bar | bdrewery | 2013-10-04 | 1 | -0/+9 |
* | - Add more helpers: ALL_TARGET, INSTALL_TARGET and CATEGORIES | sunpoet | 2013-10-04 | 1 | -10/+7 |
* | - Add support for PATCHFILES and PATCH_SITES | bdrewery | 2013-10-04 | 1 | -5/+4 |
* | - Support {opt}_EXTRA_PATCHES | bdrewery | 2013-10-03 | 1 | -0/+6 |
* | - Add more OPTIONS helpers: MAKE_ARGS, PLIST_FILES, PLIST_DIRS and PLIST_DIRSTRY | sunpoet | 2013-10-02 | 1 | -5/+6 |
* | If ${opt}_CPPFLAGS is defined, its value will be appended to CPPFLAGS | naddy | 2013-09-25 | 1 | -4/+4 |
* | Document the new bsd.options.mk knobs. | mat | 2013-08-01 | 1 | -0/+32 |
* | Add new ${OPT}_CONFIGURE_WITH option help | bapt | 2013-07-29 | 1 | -0/+6 |
* | - Document the use of ${OPTIONS_NAME}_(UN)SET(_FORCE). | tijl | 2013-07-25 | 1 | -5/+23 |
* | Replace OPTIONSFILE by OPTIONS_FILE which is a more robust variable with unicity | bapt | 2013-06-26 | 1 | -0/+27 |
* | Add a forgotten helper: | bapt | 2013-06-14 | 1 | -0/+6 |
* | New macros to help dealing with ports that have options: | bapt | 2013-06-14 | 1 | -1/+43 |
* | - Reallign documentation for a tab width of 4. | tijl | 2013-06-14 | 1 | -29/+55 |
* | Sort PORT_OPTIONS only once and remove some undefines. | tijl | 2013-06-14 | 1 | -17/+6 |
* | Let config-conditional take options configured in make.conf into account. | tijl | 2013-06-14 | 1 | -8/+15 |
* | Yet more factorisation | bapt | 2013-06-10 | 1 | -11/+4 |
* | Factorise code | bapt | 2013-06-10 | 1 | -30/+10 |
* | Append per arch defaults directly to OPTIONS_DEFAULT. Duplicates | tijl | 2013-06-10 | 1 | -5/+1 |
* | Exclude options directly from OPTIONS_DEFINE and set ALL_OPTIONS | tijl | 2013-06-10 | 1 | -21/+6 |
* | This should not have been in either | bapt | 2013-06-10 | 1 | -27/+0 |
* | Partial revert of r320440 some things has been committed that shouldn't have yet | bapt | 2013-06-10 | 1 | -42/+28 |
* | Removed useless quotes | bapt | 2013-06-10 | 1 | -1/+42 |
* | Remove some redundant comments. | tijl | 2013-06-10 | 1 | -2/+0 |
* | Eliminate _ALL_EXCLUDE temporary variable and fuse two .for loops. | tijl | 2013-06-10 | 1 | -9/+2 |
* | Do not automatically popup dialog in case only options from global options ar... | bapt | 2013-06-07 | 1 | -0/+7 |
* | Remove the OPTIONS parsing for real this time | bapt | 2013-06-07 | 1 | -39/+0 |
* | Fix exclusion of global options per ports | bapt | 2013-06-07 | 1 | -0/+1 |
* | Readd the OPTIONS parser given that apparently someports still haven't been c... | bapt | 2013-06-06 | 1 | -0/+39 |
* | Remove support for parsing the old OPTIONS macro, the compatibility code to l... | bapt | 2013-06-06 | 1 | -39/+0 |
* | Remove empty radio/single/group/multi options from lists | bapt | 2013-06-06 | 1 | -0/+23 |
* | Fix NO_OPTIONS_SORT | bapt | 2013-05-02 | 1 | -2/+0 |
* | Rework OPTIONS_EXCLUDE and OPTIONS_EXCLUDE_${ARCH} so that is also get excluded | bapt | 2013-04-29 | 1 | -9/+63 |
* | Fix mismatched brackets | bapt | 2013-03-25 | 1 | -1/+1 |
* | Extend the options framework providing 2 new macros: | bapt | 2012-12-10 | 1 | -5/+27 |
* | We are in 2012, it is time to activate IPV6 options by default everywhere | bapt | 2012-10-10 | 1 | -0/+3 |
* | Options can now be overridden from command line using | bapt | 2012-10-05 | 1 | -0/+15 |
* | compare options loading from /var/db/port/options and make.conf against the | bapt | 2012-07-17 | 1 | -3/+12 |
* | - Document new options framework in bsd.options.mk | bapt | 2012-07-16 | 1 | -0/+40 |
* | Add new OPTIONS_EXCLUSE_${ARCH} to be able to exclude an option on the given ... | bapt | 2012-07-13 | 1 | -0/+5 |
* | Do not search for upper case uniquename what setting per ports options | bapt | 2012-06-06 | 1 | -2/+2 |
* | Activate NO_OPTIONS_SORT by default when the ports still use the old framework, | bapt | 2012-06-05 | 1 | -0/+1 |
* | Allow NO_OPTIONS_SORT to work with old OPTIONS | bapt | 2012-06-05 | 1 | -0/+3 |
* | Remove crufts committed by mistake | bapt | 2012-06-04 | 1 | -3/+0 |
* | Fix loading of old options | bapt | 2012-06-04 | 1 | -13/+15 |
* | Remove the double quotes while converting from old options framework to new one. | bapt | 2012-06-02 | 1 | -1/+1 |
* | by default optionsng sort the options before prompting to them. | bapt | 2012-06-01 | 1 | -0/+12 |
* | if user set OPTIONS_UNSET EXAMPLES they create NOPORTEXAMPLES variable for | bapt | 2012-05-29 | 1 | -0/+4 |
* | - Do not activate EXAMPLES by default if NOPORTEXAMPELS is set | miwi | 2012-05-29 | 1 | -0/+5 |
* | Do not activate DOCS by default if NOPORTDOCS is set | bapt | 2012-05-29 | 1 | -2/+4 |
* | Fix python's make config [1] | bapt | 2012-05-29 | 1 | -36/+9 |
* | recreate the WITH_/WITHOUT_ options for compatibility | bapt | 2012-05-29 | 1 | -2/+41 |
* | New options framework for the ports | bapt | 2012-05-29 | 1 | -0/+148 |