Don't attempt to build ports with missing dependencies.
Approved by: re (gjb)
This commit is contained in:
parent
1f90f28221
commit
dcc756789c
@ -254,6 +254,13 @@ ports_build() (
|
||||
fi
|
||||
fi
|
||||
|
||||
miss=`(cd $p ; make missing ${PORTS_OPTS}) || true`
|
||||
|
||||
if [ "x${miss}" != "x" ] ; then
|
||||
log_it "MISSING for $p:" $miss
|
||||
continue
|
||||
fi
|
||||
|
||||
log_it "build $pn ($p)"
|
||||
(
|
||||
set +e
|
||||
|
Loading…
x
Reference in New Issue
Block a user