aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
Commit message (Expand)AuthorAgeFilesLines
* Use full path to file(1) from base as sysutils/file is buggyAntoine Brodin2018-10-061-1/+1
* Fix typoSunpoet Po-Chuan Hsieh2018-09-221-1/+1
* Extract PLIST_SUB substitutions into a sed script.Mathieu Arnold2018-07-263-13/+17
* Tell people who disabled LICENSE processing that it then cannot beMathieu Arnold2018-07-261-1/+3
* Have the license qa check actually work.Mathieu Arnold2018-07-181-8/+10
* Add a license qa check to tell porters when their ports will be mostlyMathieu Arnold2018-07-181-0/+25
* Convert to readelf.Mathieu Arnold2018-06-301-7/+7
* Remove dead code.Mathieu Arnold2018-06-301-5/+0
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-4/+2
* SC1004: This backslash+linefeed is literal. Break outside single quotes if yo...Mathieu Arnold2018-06-082-39/+39
* SC2035: Use ./*glob* or -- *glob* so names with dashes won't become options.Mathieu Arnold2018-06-081-4/+5
* SC2162: read without -r will mangle backslashes.Mathieu Arnold2018-06-084-21/+21
* SC2015: Note that A && B || C is not if-then-else. C may run when A is true.Mathieu Arnold2018-06-081-3/+4
* Don't exec with a pipe afterwards, it is weird.Mathieu Arnold2018-06-081-1/+1
* SC2185: Some finds don't have a default path. Specify '.' explicitly.Mathieu Arnold2018-06-081-5/+5
* SC2046: Quote this to prevent word splitting.Mathieu Arnold2018-06-085-5/+9
* SC2006: Use $(..) instead of legacy `..`.Mathieu Arnold2018-06-014-9/+9
* SC2155: Declare and assign separately to avoid masking return values.Mathieu Arnold2018-06-011-1/+2
* SC2164: Use 'cd ... || exit' or 'cd ... || return' in case cd fails.Mathieu Arnold2018-06-011-1/+1
* SC2153: Possible misspelling: PORTNAME may not be assigned, but portname is.Mathieu Arnold2018-06-011-0/+3
* SC2091: Remove surrounding $() to avoid executing output.Mathieu Arnold2018-06-011-1/+1
* SC2163: Exporting an expansion rather than a variable.Mathieu Arnold2018-06-011-0/+2
* SC2034: <some var> appears unused. Verify it or export it.Mathieu Arnold2018-06-011-1/+1
* SC2198: Arrays don't work as operands in [ ]. Use a loop (or concatenate with...Mathieu Arnold2018-06-011-1/+1
* SC2221 & SC2222: This pattern always overrides a later/previous one.Mathieu Arnold2018-06-011-2/+0
* SC2068: Double quote array expansions to avoid re-splitting elements.Mathieu Arnold2018-06-011-0/+4
* SC2145: Argument mixes string and array. Use * or separate argument.Mathieu Arnold2018-06-013-11/+11
* stage-qa: Change stripped check to only look for .debug_info.Bryan Drewery2018-05-101-1/+1
* Add PORTS_ENV_VARS caching support to USES=objc.Bryan Drewery2018-03-131-1/+1
* Handle flavors in the proxydeps qa check.Mathieu Arnold2018-03-071-0/+7
* Add a hint about devel/boost-python-libs.Mathieu Arnold2018-03-061-0/+2
* Avoid double exporting PORTS_ENV.Bryan Drewery2018-03-031-0/+6
* Add compiler.mk to PORTS_ENV.Bryan Drewery2018-02-281-1/+1
* ports_env: Store list of variables to export in PORTS_ENV_VARS in mk files.Bryan Drewery2018-02-281-18/+2
* Chase r459584: Remove _PYTHON_DEFAULT_VERSION.Bryan Drewery2018-02-281-1/+0
* Remove leftover debuggingBryan Drewery2018-02-211-1/+0
* Fix RANDOMIZE_MASTER_SITES.Bryan Drewery2018-02-201-1/+6
* Extract desktop-categories, check-desktop-entries, and install-desktop-entrie...Mathieu Arnold2018-01-283-0/+266
* Add support to passing directories to EXTRA_PATCHES.Mathieu Arnold2018-01-251-3/+8
* Allow passing -DDEPENDS_SHOW_FLAVOR to list flavors for dependency lists.Bryan Drewery2018-01-241-4/+13
* `make makepatch`: Don't replace patches with only metadata changesKyle Evans2018-01-221-0/+33
* add new stage-qa target: gemfiledepsTorsten Zuehlsdorff2018-01-221-1/+46
* Remove confusing and obsolete comment, 10.2 support was axed inMathieu Arnold2018-01-181-1/+0
* Fix typo in r458054.Bryan Drewery2018-01-041-1/+1
* Fix some *-list targets not properly passing FLAVOR down the chain.Bryan Drewery2018-01-041-1/+5
* Report (in q/a) and fix (in shebangfix) python[23] shebangsDmitry Marakasov2017-12-211-2/+2
* Fix a edge case in the fetch related targets.Mathieu Arnold2017-12-161-4/+8
* Fix qa lib dependency checks when using libmap.conf.Mathieu Arnold2017-12-151-1/+1
* Fix 'make -j'.Bryan Drewery2017-12-071-3/+3
* Generic FLAVORS work.Mathieu Arnold2017-11-301-1/+18