On Fri, Apr 17, 2020 at 2:49 AM Bob Bernstein <poo...@ruptured-duck.com> wrote: > 1. www/ikiwiki > > and > > 2. Any perl package on which it depends. (There are many.)
If you want full control over what pkg_rr does, manually mark the packages to rebuild with "pkg_admin set rebuild=YES $pkgname". For instance, you can run pkg_chk -n (IIRC) to print the list of packages to update into a file, do whatever transformations you want and then feed the list to "xargs pkg_admin set rebuild=YES". -- Benny