| Commit message (Expand) | Author | Age | Files | Lines |
* | mail/mlmmj: reduce the number of dependencies necessary to build | Baptiste Daroussin | 2024-06-17 | 1 | -0/+1 |
* | Mk/bsd.options.mk: add possibility set default options for other (not defined... | Vladimir Druzenko | 2024-03-22 | 1 | -0/+4 |
* | Mk/bsd.options.mk: fix typo ... | Mathieu Arnold | 2024-02-03 | 1 | -2/+2 |
* | component: add SUBPACKAGES | Luca Pizzamiglio | 2024-01-01 | 1 | -2/+25 |
* | bsd.sites.mk: Support tag names with USE_GITLAB | Felix Palmen | 2023-07-12 | 1 | -1/+1 |
* | Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`. | Gleb Popov | 2022-08-09 | 1 | -3/+3 |
* | framework: cleanup conditional-indentations in Mk/ | Tobias C. Berner | 2022-04-24 | 1 | -206/+206 |
* | Mk/bsd.options.mk: Fix typos in comment | Tobias Kortkamp | 2021-04-21 | 1 | -2/+2 |
* | framework: Remove $FreeBSD$ | Mathieu Arnold | 2021-04-06 | 1 | -2/+0 |
* | Clean up support for FreeBSD 11.2. | Rene Ladan | 2019-11-07 | 1 | -1/+1 |
* | Introduce USES=cabal and use it to build Haskell applications. | Gleb Popov | 2019-05-09 | 1 | -3/+9 |
* | Flag nop options helpers that appear after bsd.port.options.mk as DEV_ERRORs | Tobias Kortkamp | 2019-04-18 | 1 | -0/+21 |
* | Add option helper for MESON_ARGS = -Dfoo=enabled | Jan Beich | 2019-02-25 | 1 | -0/+19 |
* | Add TEST_DEPENDS support | Sunpoet Po-Chuan Hsieh | 2018-12-06 | 1 | -1/+1 |
* | Do not enable options that do not exist. | Mathieu Arnold | 2018-09-10 | 1 | -4/+13 |
* | Only set %%PORTDOCS%%/%%PORTEXAMPLES%% if a DOCS/EXAMPLES option is defined. | Mathieu Arnold | 2018-09-10 | 1 | -13/+14 |
* | Remove automagic WITH_DEBUG activation with the DEBUG option. | Mathieu Arnold | 2018-08-28 | 1 | -4/+0 |
* | * Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites. | Richard Gallamore | 2018-03-03 | 1 | -2/+3 |
* | Remove support for variables that have been deprecated for a while. | Mathieu Arnold | 2018-01-09 | 1 | -63/+7 |
* | Add an option helper for BINARY_ALIAS | Baptiste Daroussin | 2017-12-20 | 1 | -1/+1 |
* | Follow-up r454266: Sort and remove duplicates for [DE]SELECTED_OPTIONS. | Bryan Drewery | 2017-11-16 | 1 | -4/+6 |
* | Fix [DE]SELECTED_OPTIONS to lazily evaluate as late as possible. | Bryan Drewery | 2017-11-15 | 1 | -14/+7 |
* | Meson is picky about the arguments of build options. | Koop Mast | 2017-06-09 | 1 | -0/+19 |
* | * Fix MESON_TRUE/MESON_FALSE comment, to mention the actualy meson argument. | Koop Mast | 2017-04-17 | 1 | -10/+10 |
* | Introduce new "meson" USES. | Koop Mast | 2017-04-17 | 1 | -2/+26 |
* | Revert r398829: do not change OPTIONS when DEVELOPER=yes | Antoine Brodin | 2017-01-07 | 1 | -4/+0 |
* | Revert r429298 it has some unexpected side effects which I do not have time to | Baptiste Daroussin | 2016-12-25 | 1 | -1/+1 |
* | Make the ports infrastructure accept at least 3 level ports | Baptiste Daroussin | 2016-12-24 | 1 | -1/+1 |
* | Add an OPTIONS_EXCLUDE_opsys_osrel. | Mathieu Arnold | 2016-11-24 | 1 | -1/+4 |
* | Change the way opt_USE is parsed. | Mathieu Arnold | 2016-10-12 | 1 | -6/+6 |
* | Don't duplicate the list of options helpers. | Mathieu Arnold | 2016-08-31 | 1 | -11/+5 |
* | Add GH_SUBDIR to option helpers. | Mathieu Arnold | 2016-08-31 | 1 | -6/+6 |
* | Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the ports | Mathieu Arnold | 2016-08-17 | 1 | -2/+2 |
* | Add opt_CMAKE_BOOL_OFF, oposite of opt_CMAKE_BOOL. | Mathieu Arnold | 2016-06-26 | 1 | -0/+9 |
* | Add an opt_CMAKE_BOOL options helper. | Adam Weinberger | 2016-06-25 | 1 | -0/+10 |
* | Fix excluding implied options. | Bryan Drewery | 2016-05-03 | 1 | -0/+10 |
* | Add MASTER_SITES to options helpers. | Mathieu Arnold | 2016-03-15 | 1 | -3/+4 |
* | Add GH_TUPLE to the options flags too. | Mathieu Arnold | 2016-03-02 | 1 | -4/+4 |
* | Be consistent. | Mathieu Arnold | 2015-12-29 | 1 | -3/+3 |
* | Remove unneeded .for loops. | Mathieu Arnold | 2015-12-29 | 1 | -12/+4 |
* | Mk/bsd.options.mk: Introduce SELECTED_OPTIONS, DESELECTED_OPTIONS | John Marino | 2015-12-14 | 1 | -0/+28 |
* | Refactor the list of all excluded options so that the second place it is | Mathieu Arnold | 2015-11-13 | 1 | -3/+5 |
* | Enable TEST option if DEVELOPER is set | Dmitry Marakasov | 2015-10-08 | 1 | -0/+4 |
* | Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGET | Dmitry Marakasov | 2015-10-05 | 1 | -2/+2 |
* | Fix opt_VARS premature expansion. | Mathieu Arnold | 2015-10-01 | 1 | -8/+8 |
* | Implemented complete support for test target. | Dmitry Marakasov | 2015-09-28 | 1 | -0/+1 |
* | Add PORTEXAMPLES to the options helpers. | Mathieu Arnold | 2015-09-08 | 1 | -2/+3 |
* | Add DESKTOP_ENTRIES to the options flags. | Mathieu Arnold | 2015-09-04 | 1 | -9/+10 |
* | Use more precise wording, i.e. "set" and "append" instead of "run." | Adam Weinberger | 2015-08-28 | 1 | -4/+4 |
* | Add generic opt_VARS/opt_VARS_OFF. | Mathieu Arnold | 2015-08-28 | 1 | -0/+29 |