gfortran standalone port
Jeremy Lavergne
jeremy at lavergne.gotdns.org
Thu Jan 17 13:27:16 PST 2013
> 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
More information about the macports-dev
mailing list