2015-04-21 13:07 GMT+03:00 Stuart Henderson <st...@openbsd.org>: > Hmmm. Looking over check-lib-depends output, quite a lot of them are just > adding pthread/lzma/epoxy, so I think I can use your diff as-is to handle > these, > which will help a lot.
Yes, you could call make port-lib-depends-check in a batch, filter out generated WANTLIB+= lines, extract items from them and feed to portbump... ... Or just wait a day until I add full regeneration of WANLTIB into portbump - this should be easy. :) The actual code is already replacing all WANTLIB lines, it could just use two different sources of data: command-line switches or port-lib-depends-check output. :) -- WBR, Vadim Zhukov