up vote 18 down vote favorite
8
share [g+] share [fb]

I've used DarwinPorts and Fink before. What do you use and why? Or, do you prefer to just build from source?

link|improve this question

73% accept rate
feedback

8 Answers

up vote 10 down vote accepted

I use MacPorts because Fink wasn't kept up to date. However, it's missing some packages compared to Fink, I find the command interface less usable, and I've encountered packages that won't build correctly.

MacPorts is the best of a bad bunch. Oh well.

link|improve this answer
1  
Update, three years later: I now use Homebrew. It's fantastically simple by comparison. – Rich Jan 10 at 8:42
feedback

Just try this, it rocks

http://mxcl.github.com/homebrew/

link|improve this answer
I'm thinking about trying brew. Just out of curiosity, why do you lik e brew? – TK. May 29 '10 at 11:49
1  
The system is much better than MacPorts, the idea is that for example, Mac OS X comes with python installed. Brew will try to use the default python installation instead of trying to make it's own in /usr/opt/whatever ... so, homebrew premise, is to respect the Mac OS X installed packages and use them to it's favor + respecting the Mac OS X structure ( don't re create a whole new structure like fink and mac ports ) – Mr.Gando Jul 9 '10 at 4:11
1  
I decided against this when they recommend wiping out /usr/local ... – Bill Feb 27 '11 at 13:01
feedback

I used to use MacPorts but more recently have been just using the source and building locally. The problem I kept running into with MacPorts and Fink was that sometimes the package I wanted to get had only been built against an older version of other libraries so it would want to install a bunch of older dependencies to get the one simple thing I wanted working.

This was really a problem when it came to simple Python libraries: I'd try to install some Python library from MacPorts which had only been "built" against 2.4 and I only had 2.5 installed so MacPorts would pull down and install the full Python 2.4 distro along with the library.

I'm finding most source distros "just work" on OS X these days so it hasn't been a big problem.

link|improve this answer
feedback

See also http://stackoverflow.com/questions/20853/darwinports-or-fink.

link|improve this answer
Thanks for the link. I wonder why SO didn't show this when I crafted the question? – Andrew Hedges Oct 11 '08 at 7:38
The similar questions routine seems to need so tweaking. Hey, SO is still young. – dmckee Oct 11 '08 at 20:06
feedback

I've been using DarwinPorts, mainly because of Jordan Hubbard's involvement (former FreeBSD core developer).

link|improve this answer
feedback

MacPorts (used to be called DarwinPorts) is great, I've never had any problems. I've heard endless "debates" about Mac package managers and how they suck, but in the end if you want to use one, I say go with MacPorts.

link|improve this answer
feedback

I've been using fink for over 5 years, through several transitional periods. I found it easy to use from the start, and now maintain several packages for it. Support on irc.freenode.net #fink is always at hand. (I last tried macports/darwinports over 4 years ago.) Fortunately, both communities are open and share porting information publicly.

link|improve this answer
feedback

In the end, I went with MacPorts. It seems to have more momentum and more recently built packages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.