Changes between Version 1 and Version 2 of Ticket #63138, comment 9


Ignore:
Timestamp:
Jun 25, 2021, 1:16:42 AM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63138, comment 9

    v1 v2  
    1515and you're done. New macports installed against new curl, everything with MacPorts will work hunky-dory.
    1616
    17 Just remember after that to always do {{{sudo port -v sync}}} instead of {{{sudo port -v selfupdate}}} so you don't overwrite your custom installation. (If you do, it's no big deal -- just install from source again right over top).
     17Just remember after that to do {{{sudo port -v sync}}} instead of {{{sudo port -v selfupdate}}} so you don't overwrite your custom installation. (If you do, it's no big deal -- just install from source again right over top).
    1818
    1919However, you may think, that is a bit delicate, as it is self-referencing. It is a bit. Probably in actual practice, not a big deal, but to be super careful, you can come back later and do what I do, install a second macports installation in /opt/bootstrap, install curl in that, and then reference that curlprefix in your main macports repo.