[MacPorts] #15986: Documentation contains stale info regarding removing MacPorts 1.6.0
#15986: Documentation contains stale info regarding removing MacPorts 1.6.0 --------------------------------+------------------------------------------- Reporter: davilla@4pi.com | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: MacPorts UnInstall | --------------------------------+------------------------------------------- http://guide.macports.org/#installing.macports {{{ 2.3.4. Uninstall %% sudo rm -rf /opt/local/ %% sudo rm -rf /Applications/MacPorts/ %% sudo rm -rf /Library/Tcl/macports1.0/ %% sudo rm -rf /Library/LaunchDaemons/org.macports.* }}} Partially removes MacPorts {{{ sudo rm -rf \ /opt/local \ /Applications/MacPorts \ /Applications/DarwinPorts \ /Library/Tcl/macports1.0 \ /Library/Tcl/darwinports1.0 \ /Library/LaunchDaemons/org.macports.* \ /Library/StartupItems/DarwinPortsStartup \ /Library/Receipts/MacPorts*.pkg \ /Library/Receipts/DarwinPorts*.pkg }}} Removes everything. -- Ticket URL: <http://trac.macports.org/ticket/15986> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15986: Documentation contains stale info regarding removing MacPorts 1.6.0 ------------------------------+--------------------------------------------- Reporter: davilla@4pi.com | Owner: markd@macports.org Type: defect | Status: new Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: | Keywords: MacPorts UnInstall ------------------------------+--------------------------------------------- Changes (by ryandesign@macports.org): * owner: macports-tickets@lists.macosforge.org => markd@macports.org * component: ports => guide * milestone: => Website & Documentation Comment: Looks like the corrected instructions are adapted from the [wiki:FAQ#HowdoIremoveoruninstallMacPorts FAQ]. The FAQ still lists /etc/manpaths.d/macports and /etc/paths.d/macports as needing removal but I have a feeling the code that installs those items got removed from MacPorts trunk, and was never in a released version of MacPorts. So maybe that can be removed from the FAQ at some point. OTOH the uninstall instructions currently include commands that are supposed to remove ''any'' version of MacPorts, so maybe we should leave it in. -- Ticket URL: <http://trac.macports.org/ticket/15986#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15986: Documentation contains stale info regarding removing MacPorts 1.6.0 ------------------------------+--------------------------------------------- Reporter: davilla@4pi.com | Owner: markd@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: fixed | Keywords: MacPorts UnInstall ------------------------------+--------------------------------------------- Changes (by simon@macports.org): * cc: simon@macports.org (added) * status: new => closed * resolution: => fixed Comment: Committed in r38327. Thanks for your help. Simon -- Ticket URL: <http://trac.macports.org/ticket/15986#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#15986: Documentation contains stale info regarding removing MacPorts 1.6.0 ------------------------------+--------------------------------------------- Reporter: davilla@4pi.com | Owner: markd@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Website & Documentation Component: guide | Version: 1.6.0 Resolution: fixed | Keywords: MacPorts UnInstall ------------------------------+--------------------------------------------- Comment (by raimue@macports.org): Replying to [comment:1 ryandesign@macports.org]:
The FAQ still lists /etc/manpaths.d/macports and /etc/paths.d/macports as needing removal but I have a feeling the code that installs those items got removed from MacPorts trunk, and was never in a released version of MacPorts. So maybe that can be removed from the FAQ at some point. OTOH the uninstall instructions currently include commands that are supposed to remove ''any'' version of MacPorts, so maybe we should leave it in.
I added the paths to this list, although they were never in a release. The code for this is still in trunk, but disabled by `false && ...` in configure.ac. Maybe we should just link to the guide from the FAQ instead of maintaing this list at two places. -- Ticket URL: <http://trac.macports.org/ticket/15986#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts