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:
parent
4215cfc4c1
commit
c6484234da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103252
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user