index
:
ports
2014Q1
2014Q2
2014Q3
2014Q4
2015Q1
2015Q2
2015Q3
2015Q4
2016Q1
2016Q2
2016Q3
2016Q4
2017Q1
2017Q2
2017Q3
2017Q4
2018Q1
2018Q2
2018Q3
2018Q4
2019Q1
2019Q2
2019Q3
2019Q4
2020Q1
2020Q2
2020Q3
2020Q4
2021Q1
2021Q2
2021Q3
2021Q4
2022Q1
2022Q2
2022Q3
2022Q4
2023Q1
2023Q2
2023Q3
2023Q4
2024Q1
2024Q2
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
/
Scripts
/
functions.sh
Commit message (
Expand
)
Author
Age
Files
Lines
*
SC2046: Quote this to prevent word splitting.
Mathieu Arnold
2018-06-08
1
-2
/
+2
*
SC2163: Exporting an expansion rather than a variable.
Mathieu Arnold
2018-06-01
1
-0
/
+2
*
SC2034: <some var> appears unused. Verify it or export it.
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2145: Argument mixes string and array. Use * or separate argument.
Mathieu Arnold
2018-06-01
1
-6
/
+6
*
Add PORTS_ENV_VARS caching support to USES=objc.
Bryan Drewery
2018-03-13
1
-1
/
+1
*
Avoid double exporting PORTS_ENV.
Bryan Drewery
2018-03-03
1
-0
/
+6
*
Add compiler.mk to PORTS_ENV.
Bryan Drewery
2018-02-28
1
-1
/
+1
*
ports_env: Store list of variables to export in PORTS_ENV_VARS in mk files.
Bryan Drewery
2018-02-28
1
-18
/
+2
*
Chase r459584: Remove _PYTHON_DEFAULT_VERSION.
Bryan Drewery
2018-02-28
1
-1
/
+0
*
ports_env: Fix OPSYS not being exported.
Bryan Drewery
2017-02-17
1
-1
/
+1
*
- Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
Tijl Coosemans
2016-09-05
1
-1
/
+0
*
Add a function port_var_fetch() for fetching multiple variables from a port.
Bryan Drewery
2016-06-24
1
-0
/
+29
*
Fix make check-plist with new @xmlcatmgr keyword
Baptiste Daroussin
2016-05-25
1
-1
/
+1
*
Extract the larger bsd.port.mk targets into separate scripts.
Mathieu Arnold
2016-05-25
1
-0
/
+34
*
Do not cache PYTHON_PORTVERSION, it is not invariant between ports
Antoine Brodin
2015-12-25
1
-1
/
+0
*
Fix partial tree checkouts with 'all-depends-list', 'make clean', etc, after
Bryan Drewery
2015-11-09
1
-1
/
+1
*
Avoid redundantly looking up python command executions for dependency calcula...
Bryan Drewery
2015-10-19
1
-3
/
+8
*
Avoid redundantly looking up perl version when looking up dependencies or in ...
Bryan Drewery
2015-10-19
1
-0
/
+3
*
Follow-up r399170 with a script, ports_env.sh, that can be used for the purpose.
Bryan Drewery
2015-10-13
1
-3
/
+3
*
Add a function to export vars that bsd.port.mk generates from fork/exec.
Bryan Drewery
2015-10-12
1
-0
/
+51
*
Use -r flag for read command, this fixes handling of paths containing
Dmitry Marakasov
2015-10-12
1
-1
/
+1
*
Extend @sample to accept arguments
Baptiste Daroussin
2015-09-26
1
-10
/
+15
*
Factorize the function to validate env
Baptiste Daroussin
2015-07-01
1
-0
/
+14
*
- Move parse_plist() into a new file, functions.sh.
Bryan Drewery
2015-01-08
1
-0
/
+141