Changes between Version 13 and Version 14 of howto/InstallingOlderPort


Ignore:
Timestamp:
Sep 18, 2012, 1:48:18 PM (12 years ago)
Author:
danarea@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • howto/InstallingOlderPort

    v13 v14  
    4848Click the Portfile to see it, then download it to disk using the Original Format link at the bottom of the page. The tcl port doesn't have a `files` directory, but if it did, you should download each file within it as well, and place them in a `files` directory on your disk in the same place where you downloaded the Portfile.
    4949
    50 Note: You may need to own the `Portfile` and `files` directory to the `macports` user before following Step 3:. You can do this with the command `chown -R macports:macports Portfile files`. Otherwise you may encounter an error message like `Error: Unable to execute port: could not read "/Users/someuser/Desktop/Portfile": permission denied` because the install process is run at this user.
     50Note: You may need to own the `Portfile` and `files` directory to the `macports` user before following Step 3:. You can do this with the command
     51{{{
     52chown -R macports:macports Portfile files
     53}}}
     54Otherwise you may encounter an error message like `Error: Unable to execute port: could not read "/Users/someuser/Desktop/Portfile": permission denied` because the install process is run by the macports user.
    5155
    5256=== Step 3: '''Building the downloaded port''' ===