Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 16
and
Version 17
of
Migration
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Dec 7, 2009, 9:51:41 AM (
15 years
ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:
clean work directory and archives, but no need to clean distfiles
Legend:
Unmodified
Added
Removed
Modified
Migration
v16
v17
17
17
2. Clean any partially completed builds, and uninstall all installed ports:
18
18
{{{
19
sudo port clean --
all
all
19
sudo port clean --
work --archive
all
20
20
sudo port -f uninstall installed
21
21
}}}