1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Prune out packages that will not be built because a dependency is marked

IGNORE/FORBIDDEN/etc (using duds.full).
This commit is contained in:
Kris Kennaway 2004-03-08 01:28:28 +00:00
parent 4215cfc4c1
commit c6484234da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103252

View File

@ -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