From ebe666b76e1a3f02959084954579d1d02dc5ead9 Mon Sep 17 00:00:00 2001 From: tekkub Date: Tue, 28 Dec 2010 20:21:01 -0700 Subject: more like lolports, am I right? --- _posts/2009-06-14-mac-git-installation.textile | 29 -------------------------- 1 file changed, 29 deletions(-) diff --git a/_posts/2009-06-14-mac-git-installation.textile b/_posts/2009-06-14-mac-git-installation.textile index 79af958..e08d7ff 100644 --- a/_posts/2009-06-14-mac-git-installation.textile +++ b/_posts/2009-06-14-mac-git-installation.textile @@ -29,35 +29,6 @@ h2. Homebrew /usr/local/Cellar/git/1.6.5.7: 383 files, 16M, built in 74 seconds -h2. MacPorts - -# Install "MacPorts":http://macports.org/install.php if you haven't already done so. -# Make sure your ports are up to date. -# Install Git _(You may want to include Subversion support if you want to import SVN repositories)_ - -
$ sudo port selfupdate
-
-MacPorts base version 1.600 installed
-Downloaded MacPorts base version 1.600
-
-The MacPorts installation is not outdated and so was not updated
-selfupdate done!
-
-$ sudo port install git-core +svn
---->  Installing curl 7.18.2_0
---->  Activating curl 7.18.2_0
---->  Installing openssh 5.0p1_0+darwin_9
---->  Activating openssh 5.0p1_0+darwin_9
---->  Installing p5-error 0.17012_0
---->  Activating p5-error 0.17012_0
---->  Installing popt 1.13_0
---->  Activating popt 1.13_0
---->  Installing rsync 3.0.2_0
---->  Activating rsync 3.0.2_0
---->  Installing git-core 1.5.5.3_0+doc
---->  Activating git-core 1.5.5.3_0+doc
-
- h2. Compiling git manually See "this guide":http://gist.github.com/423308. -- cgit v1.3.1