> It would be nice if 'port lint' would report about missing license lines in 
> dependencies as well.  Maybe 'port lint -R' could be made to do this.

If rdeps had an option to not start a new search for each port e.g. when 
searching multiple ports or a pseudoport, this could be made more practical by 
removing the final sort step--and faster too:

$ for i in `port -q rdeps --index --no-build maintainer:jeremyhu | sort -b -u`; 
do port lint --nitpick "$i"; done

Note: --index ignores variants in exchange for speed

_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to