summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-03-08 01:28:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-03-08 01:28:28 +0000
commitc6484234da93617db9f7c8854e5960bcadb9ec45 (patch)
tree3f9dc62ea61168334c104fe2b2e1499e722ba4fc /Tools
parentCreate a duds.full file that lists not only files that are marked IGNORE (diff)
Prune out packages that will not be built because a dependency is marked
IGNORE/FORBIDDEN/etc (using duds.full).
Notes
Notes: svn path=/head/; revision=103252
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/portbuild/scripts/prunefailure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/prunefailure b/Tools/portbuild/scripts/prunefailure
index ea3371d845b3..46f172f33bd0 100755
--- a/Tools/portbuild/scripts/prunefailure
+++ b/Tools/portbuild/scripts/prunefailure
@@ -67,7 +67,7 @@ while read dir name ver olddate date count; do
continue
fi
- if grep -q $newver $home/duds.orig; then
+ if grep -qxF $newver $home/duds.full; then
echo "$newver listed in duds, should not be here"
continue
fi