summaryrefslogtreecommitdiff
path: root/Mk/Scripts/functions.sh
AgeCommit message (Expand)Author
2024-01-01component: add SUBPACKAGESLuca Pizzamiglio
2021-04-06framework: Remove $FreeBSD$Mathieu Arnold
2019-08-27Prevent globbing before validating env vars.Baptiste Daroussin
2019-06-30Reduce code duplication from r504140.Bryan Drewery
2019-06-13parse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines.Bryan Drewery
2018-06-08SC2046: Quote this to prevent word splitting.Mathieu Arnold
2018-06-01SC2163: Exporting an expansion rather than a variable.Mathieu Arnold
2018-06-01SC2034: <some var> appears unused. Verify it or export it.Mathieu Arnold
2018-06-01SC2145: Argument mixes string and array. Use * or separate argument.Mathieu Arnold
2018-03-13Add PORTS_ENV_VARS caching support to USES=objc.Bryan Drewery
2018-03-03Avoid double exporting PORTS_ENV.Bryan Drewery
2018-02-28Add compiler.mk to PORTS_ENV.Bryan Drewery
2018-02-28ports_env: Store list of variables to export in PORTS_ENV_VARS in mk files.Bryan Drewery
2018-02-28Chase r459584: Remove _PYTHON_DEFAULT_VERSION.Bryan Drewery
2017-02-17ports_env: Fix OPSYS not being exported.Bryan Drewery
2016-09-05- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans
2016-06-24Add a function port_var_fetch() for fetching multiple variables from a port.Bryan Drewery
2016-05-25Fix make check-plist with new @xmlcatmgr keywordBaptiste Daroussin
2016-05-25Extract the larger bsd.port.mk targets into separate scripts.Mathieu Arnold
2015-12-25Do not cache PYTHON_PORTVERSION, it is not invariant between portsAntoine Brodin
2015-11-09Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, afterBryan Drewery
2015-10-19Avoid redundantly looking up python command executions for dependency calcula...Bryan Drewery
2015-10-19Avoid redundantly looking up perl version when looking up dependencies or in ...Bryan Drewery
2015-10-13Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.Bryan Drewery
2015-10-12Add a function to export vars that bsd.port.mk generates from fork/exec.Bryan Drewery
2015-10-12Use -r flag for read command, this fixes handling of paths containingDmitry Marakasov
2015-09-26Extend @sample to accept argumentsBaptiste Daroussin
2015-07-01Factorize the function to validate envBaptiste Daroussin
2015-01-08- Move parse_plist() into a new file, functions.sh.Bryan Drewery