summaryrefslogtreecommitdiff
path: root/Mk/Scripts/qa.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make baselibs QA check non recursive and activate it againAntoine Brodin2015-08-101-6/+6
* Disable baselibs check until it is made saner (aka non recursive)Baptiste Daroussin2015-08-091-1/+1
* Fix a typo that made baselibs QA check run twice on some filesAntoine Brodin2015-08-091-1/+1
* Fix path of libeditBaptiste Daroussin2015-07-191-1/+1
* Add a QA check on some base libraries (for now only libedit and libarchive)Baptiste Daroussin2015-07-191-1/+23
* - Add /usr/sbin/dtrace to the list of allowed shebangsDmitry Marakasov2015-07-141-0/+1
* - Add blacklist of files which are not intended to be executed to shebang testDmitry Marakasov2015-06-041-4/+12
* - Add ${PREFIX}/www to shebang check. We have many shebang problems which nee...Dmitry Marakasov2015-05-201-3/+4
* Fix strip check to consider setuid binaries.Bryan Drewery2015-04-301-1/+1
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-1/+7
* Speed up checking for stripped binariesMark Felder2015-03-231-1/+1
* Don't output a warning if PERL_ARCH does not exist.Mathieu Arnold2014-12-231-1/+1
* Make Perl link all .so it builds with libperl.so.Mathieu Arnold2014-12-171-1/+50
* - Allow LINUXBASE for shebangs.Bryan Drewery2014-10-031-0/+1
* Turn the installation of *.la files, without some form of USES=libtool inTijl Coosemans2014-09-151-3/+3
* Ignore references to stagedir in .fmt and .log files generated for tex formatsAntoine Brodin2014-08-301-0/+2
* Check that the plist doesn't reference the stage dir during stage-qaAntoine Brodin2014-08-251-1/+1
* Advise trying INSTALL_TARGET=install-strip before ${STRIP_CMD}Antoine Brodin2014-08-171-1/+1
* Mk/Scripts/qa.sh: add /bin/tcsh as a valid shebang.Rene Ladan2014-06-171-0/+1
* - Fix regression handling files with spaces from r350006.Bryan Drewery2014-05-091-21/+40
* Let stage-qa detect .la libraries and warn that a port needs USES=libtool.Tijl Coosemans2014-05-061-1/+12
* - Do not advise to strip non FreeBSD binaries [1]Antoine Brodin2014-04-211-4/+4
* Do not advise to strip ELF relocatables, usually it is harmfulAntoine Brodin2014-04-121-1/+3
* Reduce the number of false positives reported by the shebang qa checkAntoine Brodin2014-04-121-19/+45
* - Make shebang a warning for now, too many false-positives in files weBryan Drewery2014-04-111-2/+2
* Rewrite the sharedmimeinfo qa check so that it doesn't produce a falseAntoine Brodin2014-04-081-4/+11
* - stage-qa: Fix absolute symlink check to look at target not fully resolvedBryan Drewery2014-04-031-1/+1
* - Fix fatal checks not exiting with non-zero [1]Bryan Drewery2014-04-031-16/+46
* - Do not check for ${WRKDIR} in staged files, there are lots of falseAntoine Brodin2014-01-281-7/+5
* Fix paths check from qa.shAntoine Brodin2014-01-091-2/+1
* /usr/bin/nawk and /bin/csh are valid shebangsBaptiste Daroussin2013-12-061-0/+2
* - in qa.sh, properly work with filenames containing blank or tab,Matthias Andree2013-11-231-4/+7
* bsd.stage.mk: Fewer false positives, much faster, easier maintenance.Matthias Andree2013-10-311-2/+3
* - Add check for suid files and directoriesAlex Kozlov2013-10-201-1/+12
* Recommand to use STRIP_CMD to strip binaries given that it will respect the W...Baptiste Daroussin2013-10-191-1/+1
* - Fix desktopfileutils() and sharedmimeinfo() returning non-zero and causingBryan Drewery2013-10-111-0/+2
* Add two QA tests for staged ports:Antoine Brodin2013-10-101-1/+21
* First set of Q/A for staged ports.Baptiste Daroussin2013-10-091-0/+82