Changes between Initial Version and Version 1 of Ticket #61813
- Timestamp:
- Dec 12, 2020, 4:09:22 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61813
-
Property
Summary
changed from
macports base: faulty symbolic links should be flagged, perhaps by rev-upgrade
tomacports base: faulty symbolic links should be flagged
-
Property
Summary
changed from
-
Ticket #61813 – Description
initial v1 1 1 As part of my routine port upgrade workflow, `symlinks -t -r /opt` is run to identify faulty symbolic links. And this has uncovered a not-insignificant number of ports with this issue. 2 2 3 It would be ideal if faulty links were identified and flagged by MacPorts itself. (Even if it's simply a matter of executing `symlinks` in test mode, and filtering the output.) 3 It would be ideal if faulty links were identified and flagged by MacPorts, during port installation. 4 5 Near-term, perhaps we could add "Have you run `symlinks -t -r ${prefix}` ?" to the list of items in the pull request form?