/editors/calligra-l10n-es/

s-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.options.mk
Commit message (Expand)AuthorAgeFilesLines
* Clean up support for FreeBSD 11.2.rene2019-11-081-1/+1
* Introduce USES=cabal and use it to build Haskell applications.arrowd2019-05-091-3/+9
* Flag nop options helpers that appear after bsd.port.options.mk as DEV_ERRORstobik2019-04-181-0/+21
* Add option helper for MESON_ARGS = -Dfoo=enabledjbeich2019-02-261-0/+19
* Add TEST_DEPENDS supportsunpoet2018-12-071-1/+1
* Do not enable options that do not exist.mat2018-09-101-4/+13
* Only set %%PORTDOCS%%/%%PORTEXAMPLES%% if a DOCS/EXAMPLES option is defined.mat2018-09-101-13/+14
* Remove automagic WITH_DEBUG activation with the DEBUG option.mat2018-08-281-4/+0
* * Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites.ultima2018-03-031-2/+3
* Remove support for variables that have been deprecated for a while.mat2018-01-091-63/+7
* Add an option helper for BINARY_ALIASbapt2017-12-201-1/+1
* Follow-up r454266: Sort and remove duplicates for [DE]SELECTED_OPTIONS.bdrewery2017-11-171-4/+6
* Fix [DE]SELECTED_OPTIONS to lazily evaluate as late as possible.bdrewery2017-11-161-14/+7
* Meson is picky about the arguments of build options.kwm2017-06-101-0/+19
* * Fix MESON_TRUE/MESON_FALSE comment, to mention the actualy meson argument.kwm2017-04-181-10/+10
* Introduce new "meson" USES.kwm2017-04-181-2/+26
* Revert r398829: do not change OPTIONS when DEVELOPER=yesantoine2017-01-071-4/+0
* Revert r429298 it has some unexpected side effects which I do not have time tobapt2016-12-251-1/+1
* Make the ports infrastructure accept at least 3 level portsbapt2016-12-241-1/+1
* Add an OPTIONS_EXCLUDE_opsys_osrel.mat2016-11-241-1/+4
* Change the way opt_USE is parsed.mat2016-10-121-6/+6
* Don't duplicate the list of options helpers.mat2016-08-311-11/+5
* Add GH_SUBDIR to option helpers.mat2016-08-311-6/+6
* Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the portsmat2016-08-171-2/+2
* Add opt_CMAKE_BOOL_OFF, oposite of opt_CMAKE_BOOL.mat2016-06-271-0/+9
* Add an opt_CMAKE_BOOL options helper.adamw2016-06-261-0/+10
* Fix excluding implied options.bdrewery2016-05-041-0/+10
* Add MASTER_SITES to options helpers.mat2016-03-151-3/+4
* Add GH_TUPLE to the options flags too.mat2016-03-021-4/+4
* Be consistent.mat2015-12-301-3/+3
* Remove unneeded .for loops.mat2015-12-301-12/+4
* Mk/bsd.options.mk: Introduce SELECTED_OPTIONS, DESELECTED_OPTIONSmarino2015-12-151-0/+28
* Refactor the list of all excluded options so that the second place it ismat2015-11-131-3/+5
* Enable TEST option if DEVELOPER is setamdmi32015-10-081-0/+4
* Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGETamdmi32015-10-051-2/+2
* Fix opt_VARS premature expansion.mat2015-10-011-8/+8
* Implemented complete support for test target.amdmi32015-09-291-0/+1
* Add PORTEXAMPLES to the options helpers.mat2015-09-081-2/+3
* Add DESKTOP_ENTRIES to the options flags.mat2015-09-051-9/+10
* Use more precise wording, i.e. "set" and "append" instead of "run."adamw2015-08-291-4/+4
* Add generic opt_VARS/opt_VARS_OFF.mat2015-08-281-0/+29
* Add an optional error message for opt_PREVENTS, opt_PREVENTS_MSG.mat2015-08-241-0/+2
* Fix with fmake.mat2015-08-211-1/+2
* Optimize opt_IMPLIES.mat2015-08-211-3/+29
* Add EXTRACT_ONLY to the options flags.mat2015-08-191-8/+8
* Introduce <opt>_IMPLIES and <opt>_PREVENTS to register dependencies, ormat2015-08-181-0/+13
* Add BROKEN and IGNORE to the options flags.mat2015-08-181-4/+4
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-41/+8
* Rewrite the target ordering code.mat2015-08-171-11/+20
* White space fix.mat2015-07-301-4/+4
* Add GH_* and PORTDOCS top the make variables helpers.mat2015-07-301-7/+9
* Introduce target option helpers.mat2015-07-011-0/+17
* Add SUB_LIST and SUB_FILES to the helper flags. (and sort the flags)mat2015-06-011-9/+9
* Mk/bsd.options.mk: Add OPTIONS_EXCLUDE_${OPSYS}marino2015-03-271-1/+3
* Add a ${opt}_USE_OFF option helperantoine2015-01-221-0/+8
* Allow the use of opt_ENABLE= foo=/bar to work like opt_WITH.mat2014-12-291-1/+1
* Spellingbapt2014-09-221-1/+1
* Add an option helper for PLIST_SUBantoine2014-08-221-2/+2
* Add INFO macro to the helpersbapt2014-07-221-2/+2
* - 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