<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Moving from MacPorts to Homebrew</title>
	<atom:link href="http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/</link>
	<description>Fighting bits since 1988</description>
	<lastBuildDate>Mon, 30 Apr 2012 20:59:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: bitboxer</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-4265</link>
		<dc:creator>bitboxer</dc:creator>
		<pubDate>Fri, 27 Apr 2012 05:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-4265</guid>
		<description>&lt;p&gt;@Verdi you should not try to use both, that could lead to trouble. Just remove port and rebuild passenger using  the passenger install command. Why do you want to use port after you installed HomeBrew?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Verdi you should not try to use both, that could lead to trouble. Just remove port and rebuild passenger using  the passenger install command. Why do you want to use port after you installed HomeBrew?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Verdi Ergun</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-4263</link>
		<dc:creator>Verdi Ergun</dc:creator>
		<pubDate>Thu, 26 Apr 2012 21:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-4263</guid>
		<description>&lt;p&gt;I followed HomeBrew&#039;s suggestion to move MacPorts and now I can&#039;t use port and passenger no longer works. I&#039;d like to follow your instructions but I can&#039;t uninstall Macports because the port command is not recognized. HomeBrew suggested I run this command in terminal: &lt;/p&gt;

&lt;p&gt;sudo mv ~/opt/local ~/macports&lt;/p&gt;

&lt;p&gt;Now when I try to move my macports folder back to opt/ and rename it local it still doesn&#039;t work. Any help?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I followed HomeBrew&#8217;s suggestion to move MacPorts and now I can&#8217;t use port and passenger no longer works. I&#8217;d like to follow your instructions but I can&#8217;t uninstall Macports because the port command is not recognized. HomeBrew suggested I run this command in terminal: </p>

<p>sudo mv ~/opt/local ~/macports</p>

<p>Now when I try to move my macports folder back to opt/ and rename it local it still doesn&#8217;t work. Any help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitboxer</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-4243</link>
		<dc:creator>bitboxer</dc:creator>
		<pubDate>Tue, 24 Apr 2012 17:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-4243</guid>
		<description>&lt;p&gt;Thanks. I updated the blog.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks. I updated the blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Borg</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-4242</link>
		<dc:creator>Doug Borg</dc:creator>
		<pubDate>Tue, 24 Apr 2012 16:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-4242</guid>
		<description>&lt;p&gt;GitHub Homebrew install script location has changed once again. Looks like it is no longer a gist. They recommend you run the following command to install Homebrew (https://github.com/mxcl/homebrew/wiki/installation)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>GitHub Homebrew install script location has changed once again. Looks like it is no longer a gist. They recommend you run the following command to install Homebrew (<a href="https://github.com/mxcl/homebrew/wiki/installation" rel="nofollow">https://github.com/mxcl/homebrew/wiki/installation</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrell Piper</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-3609</link>
		<dc:creator>Derrell Piper</dc:creator>
		<pubDate>Mon, 16 Jan 2012 19:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-3609</guid>
		<description>&lt;p&gt;Being late to this party, I nonetheless have to comment.  &lt;/p&gt;

&lt;p&gt;I too have been with MacPorts from the beginning and while it&#039;s my favorite of the BSD-derived package managers from a users perspective (i.e., figuring out how to make it do what you want), it&#039;s mutated into a monster that&#039;s constantly installing the entire X.org distribution, Perl, Python, and thousands of libfoos, most of which already exist in /usr/lib.  Yes, I know, they&#039;re not always compatible and don&#039;t always work.  But then again, the opposite is also true.  The libraries in /usr/lib do what they do correctly in OS X.  The stuff MacPorts installs, not so much.  I understand why MacPorts went the direction they did, I just don&#039;t want that on my system and brew seems to do exactly what I&#039;m looking for.  I also appreciate that it&#039;s backed into github.  I could care less that it&#039;s written in Ruby.&lt;/p&gt;

&lt;p&gt;Put away those stone knives and bearskins my friends...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Being late to this party, I nonetheless have to comment.  </p>

<p>I too have been with MacPorts from the beginning and while it&#8217;s my favorite of the BSD-derived package managers from a users perspective (i.e., figuring out how to make it do what you want), it&#8217;s mutated into a monster that&#8217;s constantly installing the entire X.org distribution, Perl, Python, and thousands of libfoos, most of which already exist in /usr/lib.  Yes, I know, they&#8217;re not always compatible and don&#8217;t always work.  But then again, the opposite is also true.  The libraries in /usr/lib do what they do correctly in OS X.  The stuff MacPorts installs, not so much.  I understand why MacPorts went the direction they did, I just don&#8217;t want that on my system and brew seems to do exactly what I&#8217;m looking for.  I also appreciate that it&#8217;s backed into github.  I could care less that it&#8217;s written in Ruby.</p>

<p>Put away those stone knives and bearskins my friends&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitboxer</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-2947</link>
		<dc:creator>bitboxer</dc:creator>
		<pubDate>Mon, 07 Nov 2011 06:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-2947</guid>
		<description>&lt;p&gt;THanks Aaron, I fixed it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>THanks Aaron, I fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-2943</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Sun, 06 Nov 2011 23:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-2943</guid>
		<description>&lt;p&gt;The Github &quot;gist&quot; URL has once again changed, no idea why.&lt;/p&gt;

&lt;p&gt;Instead of the &quot;gist&quot; subdomain and the &quot;raw&quot; path component, they now use a &quot;raw&quot; subdomain and a &quot;gist&quot; path component, so the correct command is now:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ruby -e &quot;$(curl https://raw.github.com/gist/323731/install_homebrew.rb)&quot;&lt;/code&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The Github &#8220;gist&#8221; URL has once again changed, no idea why.</p>

<p>Instead of the &#8220;gist&#8221; subdomain and the &#8220;raw&#8221; path component, they now use a &#8220;raw&#8221; subdomain and a &#8220;gist&#8221; path component, so the correct command is now:</p>

<p>

<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:500px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ruby -e &quot;$(curl https://raw.github.com/gist/323731/install_homebrew.rb)&quot;</div></td></tr></tbody></table></div>

</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bitboxer</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-2131</link>
		<dc:creator>bitboxer</dc:creator>
		<pubDate>Wed, 20 Jul 2011 17:06:41 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-2131</guid>
		<description>&lt;p&gt;Gabe, you can always go back using your TimeMachine, but I added a comment that you can move the stuff to another directory. &lt;/p&gt;

&lt;p&gt;Basically for me it&#039;s : delete everything from this monster as soon as possible :) .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Gabe, you can always go back using your TimeMachine, but I added a comment that you can move the stuff to another directory. </p>

<p>Basically for me it&#8217;s : delete everything from this monster as soon as possible <img src='http://bitboxer.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabe Yarra</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-2130</link>
		<dc:creator>Gabe Yarra</dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-2130</guid>
		<description>&lt;p&gt;These instructions are dangerous and shouldn&#039;t be followed.  &lt;/p&gt;

&lt;p&gt;&quot;sudo rm&quot; ing all the macports stuff is a very bad idea.  It&#039;s much smarter to carefully move directories to a safe place, in their entirety, so the damage can be undone.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>These instructions are dangerous and shouldn&#8217;t be followed.  </p>

<p>&#8220;sudo rm&#8221; ing all the macports stuff is a very bad idea.  It&#8217;s much smarter to carefully move directories to a safe place, in their entirety, so the damage can be undone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homebrew versus MacPorts &#124; lewis::blog</title>
		<link>http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/comment-page-1/#comment-2091</link>
		<dc:creator>Homebrew versus MacPorts &#124; lewis::blog</dc:creator>
		<pubDate>Mon, 11 Jul 2011 22:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://bitboxer.de/?p=179#comment-2091</guid>
		<description>&lt;p&gt;[...] So on the recommendation of a friend, I decided to get rid of MacPorts and try out Homebrew. Before nuking MacPorts, I made a short list of the ports I wanted to reinstall with Homebrew. To uninstall I followed these handy isntructions here. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] So on the recommendation of a friend, I decided to get rid of MacPorts and try out Homebrew. Before nuking MacPorts, I made a short list of the ports I wanted to reinstall with Homebrew. To uninstall I followed these handy isntructions here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

