Earlier quoted context omitted.
Brew doesn't install the whole universe and take hours to install a small utility. MacPorts does.
Does brew compile from source? That is one of the most frustrating aspects of macports, for example I was trying to install a simple musical ear training tool the other day and it went to compile GCC. Argh!
MacPorts 2.0 with Lion support now available
31–40 of 43 posts
Re: MacPorts 2.0 with Lion support now available
#32Earlier quoted context omitted.
Brew doesn't install the whole universe and take hours to install a small utility. MacPorts does.
Does brew compile from source? That is one of the most frustrating aspects of macports, for example I was trying to install a simple musical ear training tool the other day and it went to compile GCC. Argh!
Once you get all that, it goes faster, but the first time you go to install something simple you're basically going to walk away for a couple hours while it sets up its own little world.
Re: MacPorts 2.0 with Lion support now available
#33After some research, MacPorts looked painful to install/maintain so I went with Homebrew seeing as it looked like there was more activity going on there as well as being easy to contribute to via github and what looked like a short tutorial on creating and contributing your own packages (+ a bit of ruby knowledge) if I felt the need.
I like it simple. :)
Re: MacPorts 2.0 with Lion support now available
#34Re: MacPorts 2.0 with Lion support now available
#35Upgrading to Lion is a great time to make the switch to Homebrew: http://mxcl.github.com/homebrew/
I don't use macports a lot, I think the biggest things I have installed are Python 2.7, PIL, and Hg.
Re: MacPorts 2.0 with Lion support now available
#36New Mac user here (~5+ weeks). Just echoing what others have said about Homebrew here so far: After some research, MacPorts looked painful to install/maintain so I went with Homebrew seeing as it looked like there was more activity going on there as well as being easy to contribute to via github and what looked like a short tutorial on creating and contributing your own packages (+ a bit of ruby knowledge) if I felt…
My only advice on MacPorts is to always do a dry-run before installing packages (port -y install), to see what dependencies will be dragged in - installing num.py wanted to re-compile a numerical computing package from scratch which I had to kill after a few hours of compilation (with no visible progress on the command line).
Re: MacPorts 2.0 with Lion support now available
#37Upgrading to Lion is a great time to make the switch to Homebrew: http://mxcl.github.com/homebrew/
I am intrigued by the overwhelming support for Homebrew here -- is there a web resource for package lists so I can see if it will work for me? I haven't been able to google one up. I don't use macports a lot, I think the biggest things I have installed are Python 2.7, PIL, and Hg.
https://github.com/mxcl/homebrew/tree/master/Library/Formula
They usually only provide the most recent stable version of each project but you can find other formulas on the web and just run:
brew install [url]
Re: MacPorts 2.0 with Lion support now available
#38Earlier quoted context omitted.
Giving this a try now. While I'm waiting for XCode to download, can anyone comment on the best way to get Apache httpd running on OSX? Is there a Homebrew package for this? I use Apache to front Tomcat on a linux server, but it would be really handy to be able to test stuff locally on my Mac before copying changes up to the server.
Im not sure about Lion, but OSX comes with built in apache server. Goto System Preferences > Sharing > Web Sharing
Re: MacPorts 2.0 with Lion support now available
#39Earlier quoted context omitted.
Benefits over MacPorts? Which has more up-to-date packages?
The benefit is that Homebrew uses what you already have in the system, without creating its own separate world where it rebuilds everything even if a perfectly working version is already provided.
Re: MacPorts 2.0 with Lion support now available
#40Earlier quoted context omitted.
Benefits over MacPorts? Which has more up-to-date packages?
Brew doesn't install the whole universe and take hours to install a small utility. MacPorts does.
Confirming that - my new MacPorts 2 install installed perl and ncurses just to get ipython.