This is a bit more unusual in that the modules dropped their major
version suffix at the same time, so the old files being removed by
MOVED_LIBS in this case are the symlinks to the old libraries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| ObsoleteFiles.inc | ||
|---|---|---|
| 14265 | I suspect that this is so long ago as to not matter anyway. | |
| ObsoleteFiles.inc | ||
|---|---|---|
| 14265 | Well, without this fix we'd delete the lib32 versions of these (which are in /usr/lib32 instead of /lib32). That is how I found this. | |
| ObsoleteFiles.inc | ||
|---|---|---|
| 14265 | Ah yes, of course. I suspect these are also old enough that we could probably delete everything from here to EOF. | |