aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-01-16Stop raising during the raise ctorMax Howell
2010-01-16Fixing PostGIS formula to compile at POSTGIS_DEBUG_LEVEL=0Thomas Macwright
Fixes #468.
2010-01-16Fixes #481; brew info postgresql brokenMax Howell
2010-01-16Updates to exult:Adam Vandenberg
* Use shorter URL for Ultima 7. * Add alias.
2010-01-16Updates to Xu4:Adam Vandenberg
* Better code to find SDL support files. * Use 'curl' instead of 'system "curl"..." to download game files. * Add alias
2010-01-16Updating clojure formula to work against version 1.1.0Jason Baker
2010-01-16Adding a stable install of yeti.Jason Baker
2010-01-16Bump SIP to 4.10Max Howell
Fixes #479
2010-01-16There's not enough payback for stripping librariesMax Howell
It causes lots of bugs, for the sake of what is often just a few kilobytes.
2010-01-16If X11 isn't installed, don't depend on libwmfMax Howell
Fixes #145
2010-01-16Update Perforce to 2009.2/228098Adam Vandenberg
2010-01-16Add lsof 4.82Adam Vandenberg
The free, open-source, Unix administrative tool lsof (for LiSt Open Files) displays information about files open to Unix processes.
2010-01-16Remove quotes from prefix in libsamplerate.Adam Vandenberg
2010-01-16chomp whoami usage for plistsMax Howell
Fixes #424
2010-01-16Blacklist wxwidgets for creationMax Howell
2010-01-16Some bulletproofing for bash completion script.Adam Vandenberg
Since Homebrew's Library doesn't have to be linked under prefix, we need to do some extra work in the bash completion script to support this configuration. Added a "--repository" option to brew, and updated the completion script to use paths relative to this location.
2010-01-16Fixes #168 - don't show multiple copies of the same dep.Adam Vandenberg
2010-01-16Add recommended GCC & LLVM versions to --config.Adam Vandenberg
2010-01-16Check for bad values of console_widthMax Howell
Fixes #453.
2010-01-16Fix nmap/lua conflictLuke G
Fixes #480. Fixes #321.
2010-01-14Updated redis version to 1.2.0 stableStephan Seidt
Closes #466
2010-01-14Updated node.js from version 0.1.23 to 0.1.25Tom Ward
Fixes #445
2010-01-14some geos operations were failing with O4Travis Cline
2010-01-14updated url in pyqt formulaTravis Cline
2010-01-14updated url in sip formulaTravis Cline
2010-01-14haproxy with kqueueSergej Jurecko
2010-01-14Added CMAKE_PREFIX_PATH to environment valriablesFlorian Sowade
CMake ignores the CPPFLAGS and LDFLAGS environment variables. This makes sure CMake finds libraries when homebrew is not installed at /usr/local. Signed-off-by: Max Howell <max@methylblue.com> Fixes #242
2010-01-14Added CMake parameter to suppress warningsFlorian Sowade
The -Wno-dev CMake parameter suppresses warnings meant for the developer, not the user.
2010-01-13Upgrading Node.js to v0.1.23elliottcable
2010-01-13Re-configuring NginX to work closer to out-of-the-box, and without `sudo`elliottcable
2010-01-13This should really happen *before* make.elliottcable
2010-01-13The Redis formula no longer dabbles around outside the HOMEBREW_PREFIX.elliottcable
2010-01-13No longer copying shareelliottcable
It’s avaialable in the distribution if anybody wants it.
2010-01-13Moved the REDIS_CONF directly into the function.elliottcable
2010-01-13Updated Redis to 1.1.91-beta, and added a note about path problemselliottcable
2010-01-13Use HTTP instead of FTP (to work around nuisance proxies), bumped to ↵Simon Willison
postgresql 8.4.2 from 8.4.1
2010-01-13woof: version update to 20091227David Höppner
Fixes #412
2010-01-13Fixes #391David Höppner
2010-01-13Update ack to 1.92 from 1.90.Brian Smyth
2010-01-13Updated formula: htopremiprev
2010-01-13Disable perl support in irssi so it will build without errorsRémi Prévost
Fixes #367 Signed-off-by: Max Howell <max@methylblue.com> No reports of issues on 10.5 so I just disabled perl on 10.6.
2010-01-13Wireshark depends on glibMax Howell
Fixes #426.
2010-01-13Unset PERL_MM_OPT env var - local::libAsh Berlin
Fit fails to install otherwise. Fixes #333
2010-01-13Build libgmpxx with gmp formulaAsh Berlin
2010-01-13Improve error when no url givenAsh Berlin
2010-01-13Formula for Figlet (fixed-with fonts)Erik Kastner
Signed-off-by: Max Howell <max@methylblue.com> I moved the fonts into share/figlet and made the system calls at the start Ruby equivalents.
2010-01-13Tex Live patch fixeskmowery
Fixes #229. Fixes #335. Fixes #444. Fixes #132.
2010-01-13Support Perl/CPAN external dependenciesMax Howell
WhoHas requires LWP::UserAgent.
2010-01-13Whohas formulaZhong Jianxin (azuwis)
Whohas is a command line tool that query multiple distributions' package archives. Whohas was designed to help package maintainers find ebuilds, pkgbuilds, and similar package definitions from other distributions to learn from.
2010-01-13Adds: depends_on 'simplejson' => :pythonMax Howell
So far we only added python, but we can add more. Fixes #401