/Templates/

-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts/redundant-opt-files.sh
Commit message (Collapse)AuthorAgeFilesLines
* redundant-opt-files script: Fix deleted port outputmarino2016-03-251-1/+1
| | | | | | The last change was flawed; for deleted ports it was writing out the origin, but it should be writing out the appropriate ports cache database directory.
* redundant-opt-files script: Handle cache for deleted portsmarino2016-03-251-0/+5
| | | | | | | | | | | The redundant-opt-file scripts assumes that if options are cached, then the port that it was created by still exists. This, of course, is a terrible assumption. If the cached options refer to a port that has since been deleted or otherwise no longer exists, just print the origin and continue. The normal use case is that the origin will be piped to xargs rm -rf which will purge the obsolete directory as desired.
* redundant-opt-files.sh script: validate PORTSDIR valuemarino2016-03-171-0/+6
| | | | | Before checking validity of $db_dir, verify $portdir is valid and eject if it is not. This provides a better error message when PORTSDIR is invalid.