Re: pkg_rmleaves regresssion
Alexander Wittig <[email protected]> Thu, 30 Jul 2026 17:45:41 +0100
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
Thanks Andrea > I'm a long time user of pkg_rmleaves, but, after the last update, I'm = experiencing a problem. > The first run works fine, but, after that, the same packages appear = again and again, with the new leafs at the end of the list. >=20 > I think the problem lies at the beginning of the showList() function, = where >> cat "$TMPFILE" >> "$DLGFILE" > should be > > cat "$TMPFILE" > "$DLGFILE" Indeed, that looks like a regression. Thanks for debugging and finding = the problem. I think I fixed it and just submitted a maintainer update (Bug 297171). Thanks, Alex