Changes between Version 12 and Version 13 of FAQ


Ignore:
Timestamp:
Jun 6, 2007, 11:01:11 PM (17 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

formatting

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v12 v13  
    1717MacPorts can be removed by issuing the following command from within Terminal:
    1818
    19 `sudo rm -rf /opt/local /Applications/MacPorts /Applications/DarwinPorts /Library/Tcl/darwinports1.0 /Library/LaunchDaemons/org.macports.* /Library/StartupItems/DarwinPortsStartup`
     19{{{
     20sudo rm -rf \
     21/opt/local \
     22/Applications/MacPorts \
     23/Applications/DarwinPorts \
     24/Library/Tcl/darwinports1.0 \
     25/Library/LaunchDaemons/org.macports.* \
     26/Library/StartupItems/DarwinPortsStartup
     27}}}
    2028
    2129Please note that this command removes all software installed using MacPorts as well as MacPorts itself.  This includes configuration files for any ports which were installed; if you need to keep them, back them up before the rm (they should be in `/opt/local/etc`).
     
    2331This command does not remove files installed to locations outside the agreed directory tree.  Thus ports that write in other places should be removed manually before removing MacPorts altogether.  This includes at least `xfig` and `transfig`, but probably other X11 ports as well.
    2432
    25 `sudo port uninstall xfig; sudo port uninstall transfig`
     33{{{
     34sudo port uninstall xfig
     35sudo port uninstall transfig
     36}}}
    2637
    2738=== Why do I get an error about configure.cflags-append? ===