aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip comments when parsing GID_FILESAntoine Brodin2017-10-161-1/+1
* Take out the check that suggests that all <foo>-qt5 ports should beAdriaan de Groot2017-10-041-2/+0
* Implement basic flavors.Mathieu Arnold2017-09-262-3/+17
* Remove a useless block in the shebang checks.Mathieu Arnold2017-09-251-20/+0
* Remove USES=execinfo.Mathieu Arnold2017-09-221-3/+0
* - Update The Glorious Glasgow Haskell Compiler to version 8.0.2Tobias C. Berner2017-08-081-0/+6
* add new stage-qa target: gemdepsNikolai Lifanov2017-08-071-1/+36
* Add gstreamer 0.10 and 1.0 hints to the qa script.Koop Mast2017-08-051-0/+8
* Exec less rm(1) for existing files.Bryan Drewery2017-07-281-1/+9