Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-ports.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-09Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`.Gleb Popov
2022-04-24framework: cleanup conditional-indentations in Mk/Tobias C. Berner
2021-04-21Mk/bsd.options.mk: Fix typos in commentTobias Kortkamp
2021-04-06framework: Remove $FreeBSD$Mathieu Arnold
2019-11-07Clean up support for FreeBSD 11.2.Rene Ladan
2019-05-09Introduce USES=cabal and use it to build Haskell applications.Gleb Popov
2019-04-18Flag nop options helpers that appear after bsd.port.options.mk as DEV_ERRORsTobias Kortkamp
2019-02-26Add option helper for MESON_ARGS = -Dfoo=enabledJan Beich
2018-12-06Add TEST_DEPENDS supportSunpoet Po-Chuan Hsieh
2018-09-10Do not enable options that do not exist.Mathieu Arnold
2018-09-10Only set %%PORTDOCS%%/%%PORTEXAMPLES%% if a DOCS/EXAMPLES option is defined.Mathieu Arnold
2018-08-28Remove automagic WITH_DEBUG activation with the DEBUG option.Mathieu Arnold
2018-03-03* Add USE_GITLAB for fetching from www.gitlab.com and GitLab deployed sites.Richard Gallamore
2018-01-09Remove support for variables that have been deprecated for a while.Mathieu Arnold
2017-12-20Add an option helper for BINARY_ALIASBaptiste Daroussin
2017-11-16Follow-up r454266: Sort and remove duplicates for [DE]SELECTED_OPTIONS.Bryan Drewery
2017-11-15Fix [DE]SELECTED_OPTIONS to lazily evaluate as late as possible.Bryan Drewery
2017-06-09Meson is picky about the arguments of build options.Koop Mast
2017-04-17* Fix MESON_TRUE/MESON_FALSE comment, to mention the actualy meson argument.Koop Mast
2017-04-17Introduce new "meson" USES.Koop Mast
2017-01-07Revert r398829: do not change OPTIONS when DEVELOPER=yesAntoine Brodin
2016-12-25Revert r429298 it has some unexpected side effects which I do not have time toBaptiste Daroussin
2016-12-24Make the ports infrastructure accept at least 3 level portsBaptiste Daroussin
2016-11-24Add an OPTIONS_EXCLUDE_opsys_osrel.Mathieu Arnold
2016-10-12Change the way opt_USE is parsed.Mathieu Arnold
2016-08-31Don't duplicate the list of options helpers.Mathieu Arnold
2016-08-31Add GH_SUBDIR to option helpers.Mathieu Arnold
2016-08-17Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the portsMathieu Arnold
2016-06-26Add opt_CMAKE_BOOL_OFF, oposite of opt_CMAKE_BOOL.Mathieu Arnold
2016-06-26Add an opt_CMAKE_BOOL options helper.Adam Weinberger
2016-05-03Fix excluding implied options.Bryan Drewery
2016-03-15Add MASTER_SITES to options helpers.Mathieu Arnold
2016-03-02Add GH_TUPLE to the options flags too.Mathieu Arnold
2015-12-29Be consistent.Mathieu Arnold
2015-12-29Remove unneeded .for loops.Mathieu Arnold
2015-12-15Mk/bsd.options.mk: Introduce SELECTED_OPTIONS, DESELECTED_OPTIONSJohn Marino
2015-11-13Refactor the list of all excluded options so that the second place it isMathieu Arnold
2015-10-08Enable TEST option if DEVELOPER is setDmitry Marakasov
2015-10-05Add support for opt_TEST_TARGET consistent with opt_{ALL,INSTALL}_TARGETDmitry Marakasov
2015-10-01Fix opt_VARS premature expansion.Mathieu Arnold
2015-09-28Implemented complete support for test target.Dmitry Marakasov
2015-09-08Add PORTEXAMPLES to the options helpers.Mathieu Arnold
2015-09-04Add DESKTOP_ENTRIES to the options flags.Mathieu Arnold
2015-08-28Use more precise wording, i.e. "set" and "append" instead of "run."Adam Weinberger
2015-08-28Add generic opt_VARS/opt_VARS_OFF.Mathieu Arnold
2015-08-24Add an optional error message for opt_PREVENTS, opt_PREVENTS_MSG.Mathieu Arnold
2015-08-21Fix with fmake.Mathieu Arnold
2015-08-21Optimize opt_IMPLIES.Mathieu Arnold
2015-08-19Add EXTRACT_ONLY to the options flags.Mathieu Arnold
2015-08-18Introduce <opt>_IMPLIES and <opt>_PREVENTS to register dependencies, orMathieu Arnold