summaryrefslogtreecommitdiff
path: root/Mk/Scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* generate-symbols: Commit a working version.Bryan Drewery2019-06-261-9/+16
* Revert r505129: I still have the wrong version.Bryan Drewery2019-06-262-7/+8
* Allow generate-symbols.sh to actually work.Bryan Drewery2019-06-262-8/+7
* parse_plist: Avoid excess fork+exec inside the loop for stripping (mode) lines.Bryan Drewery2019-06-131-5/+9
* Speedup ELF file detection almost 100%.Bryan Drewery2019-06-111-11/+4
* Use UCL for pkg-messageMathieu Arnold2019-06-031-7/+17
* Add lang/julia to the blacklist of ports that other ports must not depend upon.Antoine Brodin2019-05-281-0/+3
* Improve vulnerability checkingBaptiste Daroussin2019-05-271-3/+1
* Have makepatch ignore "C function prototype".Mathieu Arnold2019-05-201-4/+4
* Remove esound support from the ports tree, as audio/esound expired.Rene Ladan2019-05-081-1/+0
* qa.sh: update KDE componentsTobias C. Berner2019-04-131-44/+71
* Add a blacklist of ports that other ports must not depend upon.Mathieu Arnold2019-03-181-1/+41
* Respect UID_FILES.Bryan Drewery2019-03-091-1/+4
* Fix leftover detection when ccache is not usedAntoine Brodin2019-03-011-1/+1
* Mk/Scripts/qa.sh: Remove glib12 and gtk12Tobias Kortkamp2019-02-011-2/+0
* Fix proxydeps QA check when multiple flavor of a package are installed.Mathieu Arnold2019-01-111-1/+1
* Remove obsolete qa check.Mathieu Arnold2018-12-171-20/+5
* Add share/info/*/dir to those files in STAGEDIR to ignore when checkingGerald Pfeifer2018-11-101-1/+1
* security/openssl-devel was removed, but there is a security/openssl111 now.Mathieu Arnold2018-11-101-1/+1
* 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