Changes between Initial Version and Version 1 of Ticket #68635, comment 4
- Timestamp:
- Nov 5, 2023, 1:21:45 AM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #68635, comment 4
initial v1 1 1 It looks like the spurious dependency has now vanished after following the advice from Ken Cunningham: 2 2 3 {{{ 3 4 sudo port -f uninstall perl5 perl5.36 5 }}} 4 6 5 7 and 6 8 9 {{{ 7 10 sudo port -v -s install perl5 (I always install from source, he did not advise that) 11 }}} 8 12 9 13 Afterwards: 10 14 15 {{{ 11 16 sudo port -v -s install meld 17 }}} 12 18 13 19 did not complain about p5.34-xml-parser