pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: incompatibility between lintpkgsrc and some Makefiles
> It tried running (up-to-date) 'lintpkgsrc -i' on up-to-date HEAD
> pkgsrc. The following appeared:
Just for your information.
There is an alternative way of doing this job.
pkg_info -Q PKGPATH '*' > packages.txt
pkg_micro_src_summary < packages.txt 2>/dev/null > micro_summary.txt
pkg_info -X '*' > inst_pkgs_summary.txt
pkg_cmp_summary -p inst_pkgs_summary.txt micro_summary.txt
This works drammatically faster than lintpkgsrc -i
All tools are in wip/pkg_summary-utils.
Manual pages are available
--
Best regards, Aleksey Cheusov.
Home |
Main Index |
Thread Index |
Old Index