TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's the big diff between homebrew and macports?

7 pointsby mainguyover 13 years ago

6 comments

beniaminoover 13 years ago
The differences are that homebrew installs to /usr/local by default, doesn't keep track of package versions, and doesn't install its own versions of libraries that come with OS X (and therefore might be screwed up by an OS update). These are all Really Bad Ideas, which make homebrew technically inferior to macports, and less stable. However, they also make homebrew really simple, so it's much quicker and less cumbersome to use. Almost the definition of quick-and-dirty.
jarinover 13 years ago
Homebrew does not use sudo, installs everything to /usr/local (which keeps major OS X updates from destroying your dev environment), and it's much easier to edit and contribute recipes back to the main project (for me, anyway).
zmanjiover 13 years ago
Homebrew has far better dependency management then Macports. I fine that using Macports you have to download and compile the kitchen sink every time you want a moderately complex package.
rix0rover 13 years ago
Homebrew will use libraries that are already present on your system, instead of keeping a separate copy of everything.<p>The downside may be decreased stability, but the reduced compilation times make up for that, to me (and haven't had a problem yet).
jweedeover 13 years ago
Macports is still the winner for me. They recently acquired a build server and have started distributing binaries some of their packages.
gksover 13 years ago
another post from the writer of a terriblely short and uninformative article.<p>Getting old.. really old.
评论 #3018669 未加载