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
2024Q3
2024Q4
2025Q1
main
FreeBSD ports tree
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mk
/
Scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
Sunpoet Po-Chuan Hsieh
2018-09-22
1
-1
/
+1
*
Extract PLIST_SUB substitutions into a sed script.
Mathieu Arnold
2018-07-26
3
-13
/
+17
*
Tell people who disabled LICENSE processing that it then cannot be
Mathieu Arnold
2018-07-26
1
-1
/
+3
*
Have the license qa check actually work.
Mathieu Arnold
2018-07-18
1
-8
/
+10
*
Add a license qa check to tell porters when their ports will be mostly
Mathieu Arnold
2018-07-18
1
-0
/
+25
*
Convert to readelf.
Mathieu Arnold
2018-06-30
1
-7
/
+7
*
Remove dead code.
Mathieu Arnold
2018-06-30
1
-5
/
+0
*
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
Tobias C. Berner
2018-06-28
1
-4
/
+2
*
SC1004: This backslash+linefeed is literal. Break outside single quotes if yo...
Mathieu Arnold
2018-06-08
2
-39
/
+39
*
SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.
Mathieu Arnold
2018-06-08
1
-4
/
+5
*
SC2162: read without -r will mangle backslashes.
Mathieu Arnold
2018-06-08
4
-21
/
+21
*
SC2015: Note that A && B || C is not if-then-else. C may run when A is true.
Mathieu Arnold
2018-06-08
1
-3
/
+4
*
Don't exec with a pipe afterwards, it is weird.
Mathieu Arnold
2018-06-08
1
-1
/
+1
*
SC2185: Some finds don't have a default path. Specify '.' explicitly.
Mathieu Arnold
2018-06-08
1
-5
/
+5
*
SC2046: Quote this to prevent word splitting.
Mathieu Arnold
2018-06-08
5
-5
/
+9
*
SC2006: Use $(..) instead of legacy `..`.
Mathieu Arnold
2018-06-01
4
-9
/
+9
*
SC2155: Declare and assign separately to avoid masking return values.
Mathieu Arnold
2018-06-01
1
-1
/
+2
*
SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2153: Possible misspelling: PORTNAME may not be assigned, but portname is.
Mathieu Arnold
2018-06-01
1
-0
/
+3
*
SC2091: Remove surrounding $() to avoid executing output.
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
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
*
SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with...
Mathieu Arnold
2018-06-01
1
-1
/
+1
*
SC2221 & SC2222: This pattern always overrides a later/previous one.
Mathieu Arnold
2018-06-01
1
-2
/
+0
*
SC2068: Double quote array expansions to avoid re-splitting elements.
Mathieu Arnold
2018-06-01
1
-0
/
+4
*
SC2145: Argument mixes string and array. Use * or separate argument.
Mathieu Arnold
2018-06-01
3
-11
/
+11
*
stage-qa: Change stripped check to only look for .debug_info.
Bryan Drewery
2018-05-10
1
-1
/
+1
*
Add PORTS_ENV_VARS caching support to USES=objc.
Bryan Drewery
2018-03-13
1
-1
/
+1
*
Handle flavors in the proxydeps qa check.
Mathieu Arnold
2018-03-07
1
-0
/
+7
*
Add a hint about devel/boost-python-libs.
Mathieu Arnold
2018-03-06
1
-0
/
+2
*
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
*
Remove leftover debugging
Bryan Drewery
2018-02-21
1
-1
/
+0
*
Fix RANDOMIZE_MASTER_SITES.
Bryan Drewery
2018-02-20
1
-1
/
+6
*
Extract desktop-categories, check-desktop-entries, and install-desktop-entrie...
Mathieu Arnold
2018-01-28
3
-0
/
+266
*
Add support to passing directories to EXTRA_PATCHES.
Mathieu Arnold
2018-01-25
1
-3
/
+8
*
Allow passing -DDEPENDS_SHOW_FLAVOR to list flavors for dependency lists.
Bryan Drewery
2018-01-24
1
-4
/
+13
*
`make makepatch`: Don't replace patches with only metadata changes
Kyle Evans
2018-01-22
1
-0
/
+33
*
add new stage-qa target: gemfiledeps
Torsten Zuehlsdorff
2018-01-22
1
-1
/
+46
*
Remove confusing and obsolete comment, 10.2 support was axed in
Mathieu Arnold
2018-01-18
1
-1
/
+0
*
Fix typo in r458054.
Bryan Drewery
2018-01-04
1
-1
/
+1
*
Fix some *-list targets not properly passing FLAVOR down the chain.
Bryan Drewery
2018-01-04
1
-1
/
+5
*
Report (in q/a) and fix (in shebangfix) python[23] shebangs
Dmitry Marakasov
2017-12-21
1
-2
/
+2
*
Fix a edge case in the fetch related targets.
Mathieu Arnold
2017-12-16
1
-4
/
+8
*
Fix qa lib dependency checks when using libmap.conf.
Mathieu Arnold
2017-12-15
1
-1
/
+1
*
Fix 'make -j'.
Bryan Drewery
2017-12-07
1
-3
/
+3
*
Generic FLAVORS work.
Mathieu Arnold
2017-11-30
1
-1
/
+18
*
Skip comments when parsing GID_FILES
Antoine Brodin
2017-10-16
1
-1
/
+1
[next]