Changes between Version 1 and Version 2 of Ticket #70866, comment 23
- Timestamp:
- Sep 25, 2024, 5:04:14 PM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #70866, comment 23
v1 v2 8 8 Right there, you had a partially-applied patch to begin with, and you undid this part of it. 9 9 10 Try a fresh `sudo port sync` first. 10 Try a fresh `sudo port sync` first. After you apply the patch, lang/gcc14/Portfile should have this SHA-256 hash: 11 12 {{{ 13 % shasum -a256 lang/gcc14/Portfile 14 7be1fed1288f7dfe642bed626f361642a90cf14324432b846eb5cf29571ea158 lang/gcc14/Portfile 15 }}} 16 17 You also never ran `sudo portindex` after applying the patch. You should do that.