[MacPorts] Migration modified

Joshua Root jmr at macports.org
Fri Feb 17 07:01:46 PST 2012


On 2012-2-18 01:54 , Eric Cronin wrote:
>> + 1. Edit macports.conf
>> +{{{
>> +`sudo nano ${prefix}/etc/macports/macports.conf`
>> +}}}
>> +    and change
>>  {{{
>>  developer_dir       /Developer
>>  }}}
>> -to
>> +    to
>>  {{{
>>  developer_dir
>>  }}}
> 
> 
> This is only necessary if the user has edited their macports.conf
> previously, the default is for this line to be commented out.

Note that the above is a hack. Setting developer_dir to the empty string
instead of /Developer means that ${developer_dir}/usr/bin/foo becomes
/usr/bin/foo, which works until you actually need something that is in
$developer_dir and not /.

- Josh


More information about the macports-dev mailing list