Changes between Initial Version and Version 1 of Ticket #49530, comment 5
- Timestamp:
- Dec 2, 2015, 8:01:47 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49530, comment 5
initial v1 1 1 It works for me now after uninstalling macports and then reinstalling 2 2 3 {{{ 3 4 499 sudo port -fp uninstall installed 4 5 500 sudo rm -rf /opt/local /Applications/DarwinPorts /Applications/MacPorts /Library/LaunchDaemons/org.macports.* /Library/Receipts/DarwinPorts*.pkg /Library/Receipts/MacPorts*.pkg /Library/StartupItems/DarwinPortsStartup /Library/Tcl/darwinports1.0 /Library/Tcl/macports1.0 ~/.macports 5 6 501 sudo port install gnudatalanguage 6 7 502 gdl 8 }}}