sudo port install openssh
Ryan Schmidt
ryandesign at macports.org
Sun Jan 27 06:28:35 PST 2008
On Jan 27, 2008, at 07:27, Charlse Darwin wrote:
> # How do I get MacPorts 1.7.0 ?
It's not released yet; it's a work in progress. I'm using it because
I want to test the latest and greatest features. To do so, I checked
out the source and built and installed it:
svn checkout http://svn.macosforge.org/repository/macports/trunk/base
cd base
PATH=/bin:/sbin:/usr/bin:/usr/sbin ./configure --enable-readline
make
sudo make install
make clean
Periodically, I go back in and update the working copy and rebuild it
to get the latest version:
cd base
svn update
PATH=/bin:/sbin:/usr/bin:/usr/sbin ./configure --enable-readline
make
sudo make install
make clean
More information about the macports-users
mailing list