ReferencePlatforms/Mac: Difference between revisions

Jump to navigation Jump to search
actually, totally wrong. we need the old version.
(typo, ~/ not ~)
(actually, totally wrong. we need the old version.)
Line 56: Line 56:
= Installing DarwinPorts =
= Installing DarwinPorts =


* Install the DarwinPorts package.
* Install the DarwinPorts package from ref platform version 1.3.1-10.4
 
curl 'http://www.portcode.com/darwinports/DarwinPorts-1.5.0-10.4.dmg' > DarwinPorts-1.5.0-10.4.dmg
hdiutil verify ./DarwinPorts-1.5.0-10.4.dmg
if [ $? -ne 0 ]; then exit 1; fi
hdiutil attach ./DarwinPorts-1.5.0-10.4.dmg
if [ $? -ne 0 ] || [ ! -d /Volumes/DarwinPorts-1.5.0/DarwinPorts-1.5.0.pkg ]; then echo "ERROR: no mount"; exit 1; fi
sudo installer -pkg /Volumes/DarwinPorts-1.5.0/DarwinPorts-1.5.0.pkg -target /


* Unpack the dport tarball of packages and move them into place:  
* Unpack the dport tarball of packages and move them into place:  
canmove, Confirmed users
1,511

edits

Navigation menu