aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
Commit message (Expand)AuthorAgeFilesLines
* Do not report parent directories of LOCALBASE as orphansAntoine Brodin2014-06-301-0/+8
* Do not report files @commented by multiple options as orphansAntoine Brodin2014-06-201-1/+1
* Mk/Scripts/qa.sh: add /bin/tcsh as a valid shebang.Rene Ladan2014-06-171-0/+1
* fix a typoDaichi GOTO2014-06-131-1/+1
* Add an @shell keyword to handle adding and remove a shell path in /etc/shellBaptiste Daroussin2014-06-111-1/+1
* Add more files to orphans white list:Antoine Brodin2014-05-191-0/+7
* - %D is based on @cwd, not PREFIX; Fix false-postives when using pkg_installBryan Drewery2014-05-181-1/+1
* - Fix check-plist showing @sample dest files as orphans and also showing inBryan Drewery2014-05-161-1/+8
* - Move security-check.awk to Mk/Scripts where it is more proper these days.Bryan Drewery2014-05-091-0/+100
* - 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
* - Ignore MTREE owned PREFIX and PREFIX/info removal for now.Bryan Drewery2014-05-041-1/+11
* - Always ignore /root/.ccache. Missed with r352918Bryan Drewery2014-05-041-1/+1
* - Fix check-stagedir causing staging violating. Quote all directory namesBryan Drewery2014-04-241-2/+5
* - Fix false-positive orphanned dir when '@unexec rmdir -p' is used.Bryan Drewery2014-04-241-3/+3
* - Refactor a bit into functionsBryan Drewery2014-04-241-234/+290
* check-plist: Don't error if GNOME_MTREE_FILE is missing, which can happenBryan Drewery2014-04-241-1/+1
* - Handle plist containing @unexec /bin/rmdirAntoine Brodin2014-04-231-5/+5
* - Fix handling of "@comment @cwd" so it does not reset real @cwd; onlyBryan Drewery2014-04-221-7/+37
* Fix directory keywords handlingAntoine Brodin2014-04-221-1/+1
* - For pkg run-depends dir listing, consider deps recursively.Bryan Drewery2014-04-221-7/+21
* Fill orphans white list with files regenerated by installation scripts:Antoine Brodin2014-04-211-1/+16
* - Do not advise to strip non FreeBSD binaries [1]Antoine Brodin2014-04-211-4/+4
* - Split MTREE check into its own checkBryan Drewery2014-04-211-5/+17
* - Sort directories by Lexicographical Depth-First order (find -ds)Bryan Drewery2014-04-211-7/+27
* Fix plist_sub_sed_sort.sh when value contains spacesAntoine Brodin2014-04-201-1/+1
* - Rename check-orphans to check-plist. Keep the old for backwards-compat.Bryan Drewery2014-04-193-47/+232
* - Fix HOMEDIR handling to not exclude all directories for ports without USERSBryan Drewery2014-04-171-1/+1
* - Document PLIST_SUB_SED= will disable PLIST_SUB hintsBryan Drewery2014-04-171-6/+21
* - Add script for handling leftover processing by poudriere/tinderbox.Bryan Drewery2014-04-171-0/+139
* 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
* Allow to properly run make check-orphans and make makeplist for gnome portsBaptiste Daroussin2014-04-101-1/+5
* 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
* Remove quotes around values we get in PLIST_SUB. [1]Mathieu Arnold2014-02-241-2/+2
* Try and force people to check the plist makeplist generates.Mathieu Arnold2014-02-101-0/+1
* - Do not check for ${WRKDIR} in staged files, there are lots of falseAntoine Brodin2014-01-281-7/+5
* Greatly enhance makeplist to replace all it can find in PLIST_SUB.Mathieu Arnold2014-01-281-4/+17
* Do not show orphans anymore with pkgng for .info filesBaptiste Daroussin2014-01-271-0/+5
* Fix paths check from qa.shAntoine Brodin2014-01-091-2/+1
* pkgng expect all non ascii code and '%' to be urlencoded in the commentBaptiste Daroussin2014-01-061-0/+23
* /usr/bin/nawk and /bin/csh are valid shebangsBaptiste Daroussin2013-12-061-0/+2
* Fixup makeplist for directories.Mathieu Arnold2013-11-291-1/+1
* - in qa.sh, properly work with filenames containing blank or tab,Matthias Andree2013-11-232-10/+15
* bsd.stage.mk: Fewer false positives, much faster, easier maintenance.Matthias Andree2013-10-312-2/+116
* - 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