High Sierra macports update
- 2017年10月22日(日) 14:44 JST
- 投稿者: akira
- 表示回数 132
xcode-select --install
install XQuartz-2.7.11
Reinstall ports
To reinstall your ports:
- Save the list of installed ports:
port -qv installed > myports.txt
- (optional) Save the list of requested ports:
port echo requested | cut -d ' ' -f 1 > requested.txt
- Uninstall all installed ports:
sudo port -f uninstall installed
- Clean any partially-completed builds:
sudo port clean all
- Download and execute the restore_ports script. (If you installed MacPorts from source and put its Tcl package somewhere other than /Library/Tcl, then you'll need to use the -t option when you run restore_ports.tcl; see ./restore_ports.tcl -h.)
curl -O https://svn.macports.org/repository/macports/contrib/restore_ports/restore_ports.tcl chmod +x restore_ports.tcl sudo ./restore_ports.tcl myports.txt
- (optional) Restore requested status: If you saved the list of requested ports, you can now restore the requested flags for your newly installed ports to their former states.
sudo port unsetrequested installed < requested.txt xargs sudo port setrequested