Changes between Version 5 and Version 6 of pmagrath


Ignore:
Timestamp:
Jun 15, 2008, 5:51:30 PM (16 years ago)
Author:
pmagrath@…
Comment:

Add progress made so far.

Legend:

Unmodified
Added
Removed
Modified
  • pmagrath

    v5 v6  
    2323==== Reduce need for actions to run as root ====
    2424MacPorts operations which do not explicitly need root privileges will be re-coded so that they will run with normal user privileges. Examples would include fetching, extracting and building the port.
     25
     26''Pretty much done. fetch, checksum, extract, patch, configure and build should now work fine. Operations are executed in ~/.macports/opt/.''
    2527
    2628==== Portfile Format ====
     
    5557This will allow users to install packages into their own ~/.macports/opt instead of /opt when non root users wish to install ports for their own use only.
    5658
     59''Done.  A switch called "--with-no-root-privileges" has been added. Note that --prefix is a built in Autoconf macro that requires an absolute path. As such an example would be "./configure --prefix=/Users/{your-user-name-here}/.macports --with-no-root-privileges"''
     60
    5761
    5862=== Goals ===