vote up 5 vote down star
4

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

flag

72% accept rate

6 Answers

vote up 5 vote down check

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|flag
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 4 vote down

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|flag
vote up 3 vote down

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

link|flag
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
vote up 0 vote down

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

link|flag

Your Answer

Get an OpenID
or

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