aboutsummaryrefslogtreecommitdiff
path: root/Mk/Scripts
Commit message (Expand)AuthorAgeFilesLines
* - Accept absolute path for @fc, @fontsdir, @fcfontsdir, @shell keywordsAlex Kozlov2014-10-081-0/+7
* info keyword now handles full pathsAntoine Brodin2014-10-081-1/+4
* Replace @dirrm/@dirrmtry with @dir in makeplist and leftovers checkAntoine Brodin2014-10-062-12/+12
* - Allow LINUXBASE for shebangs.Bryan Drewery2014-10-031-0/+1
* check-plist no longer needs to check for directories owned by dependencies.Bryan Drewery2014-10-031-51/+2
* Garbage collect dependency mtree check removed in r368803Bryan Drewery2014-10-031-31/+0
* Do not report directories in plist as orphansAntoine Brodin2014-09-221-1/+0
* adjust check_stagedir.sh to take in account %%KEY%%@dirrm*Baptiste Daroussin2014-09-221-1/+1
* Update to 1.3.8 Changes:Baptiste Daroussin2014-09-222-4/+5
* Fix typoAntoine Brodin2014-09-171-1/+1
* Turn the installation of *.la files, without some form of USES=libtool inTijl Coosemans2014-09-151-3/+3
* Make check-stagedir.sh aware of (owner,group,perm) syntax for keywordsAntoine Brodin2014-09-021-0/+4
* - Make it possible to use sample keyword with a full pathAntoine Brodin2014-09-011-3/+9
* Remove support for pkg_installBaptiste Daroussin2014-09-011-32/+7
* 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
* - Add the same workaround for ignoring PREFIX/info removal when PREFIX !=Bryan Drewery2014-08-191-0/+8
* Advise trying INSTALL_TARGET=install-strip before ${STRIP_CMD}Antoine Brodin2014-08-171-1/+1
* - Fix 'make check-plist' incorrectly considering all installed packages asBryan Drewery2014-08-111-5/+7
* - Fix check-plist so that its 'files in plist but missing from STAGEDIR' checkBryan Drewery2014-07-241-5/+12
* 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