MacPorts From Source

If somehow installing .pkg does not work in your system, you can compile it by yourself. This method works almost in all major Mac OS X versions from Tiger to Monterey.

Download latest release source from here. Also you will need Xcode already installed in your system.

unzip macports-base-x.x.x.zip
cd macports-base-xxxxxxx
./configure
make
sudo make install
export PATH=/opt/local/bin:$PATH
sudo port -v selfupdate
sudo port -v upgrade outdated
 
macports.txt · Last modified: 2022-04-11 01:18 by e1z0
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki