Commit graph

915 commits

Author SHA1 Message Date
Adam Vandenberg
394f40e7ee Remove quotes from prefix in libsamplerate. 2010-01-16 10:36:32 -08:00
Max Howell
7b011c6718 chomp whoami usage for plists
Fixes Homebrew/homebrew#424
2010-01-16 15:48:56 +00:00
Luke G
dc466209b6 Fix nmap/lua conflict
Fixes Homebrew/homebrew#480. Fixes Homebrew/homebrew#321.
2010-01-16 12:49:42 +00:00
Stephan Seidt
efe1d252e0 Updated redis version to 1.2.0 stable
Closes Homebrew/homebrew#466
2010-01-14 17:22:37 +00:00
Tom Ward
f09ece9853 Updated node.js from version 0.1.23 to 0.1.25
Fixes Homebrew/homebrew#445
2010-01-14 10:06:43 +00:00
Travis Cline
d2dba428f4 some geos operations were failing with O4 2010-01-14 10:00:18 +00:00
Travis Cline
838cade967 updated url in pyqt formula 2010-01-14 10:00:18 +00:00
Travis Cline
4a0d70ba04 updated url in sip formula 2010-01-14 10:00:18 +00:00
Sergej Jurecko
5a87f8c6fa haproxy with kqueue 2010-01-14 09:59:40 +00:00
elliottcable
f312bed9ea Upgrading Node.js to v0.1.23 2010-01-13 15:09:28 +00:00
elliottcable
fe23ce6a2f Re-configuring NginX to work closer to out-of-the-box, and without sudo 2010-01-13 15:09:28 +00:00
elliottcable
76a907f2b4 This should really happen *before* make. 2010-01-13 15:09:28 +00:00
elliottcable
6f958e9134 The Redis formula no longer dabbles around outside the HOMEBREW_PREFIX. 2010-01-13 15:09:28 +00:00
elliottcable
3a8de99521 No longer copying share
It’s avaialable in the distribution if anybody wants it.
2010-01-13 15:09:20 +00:00
elliottcable
11dd9f894c Moved the REDIS_CONF directly into the function. 2010-01-13 15:04:02 +00:00
elliottcable
95da5e255a Updated Redis to 1.1.91-beta, and added a note about path problems 2010-01-13 15:04:01 +00:00
Simon Willison
88111ccfa1 Use HTTP instead of FTP (to work around nuisance proxies), bumped to postgresql 8.4.2 from 8.4.1 2010-01-13 14:55:31 +00:00
David Höppner
c923f964e6 woof: version update to 20091227
Fixes Homebrew/homebrew#412
2010-01-13 14:48:57 +00:00
David Höppner
de7773394b Fixes Homebrew/homebrew#391 2010-01-13 14:37:24 +00:00
Brian Smyth
218a9af53f Update ack to 1.92 from 1.90. 2010-01-13 14:17:24 +00:00
remiprev
193e2a70e6 Updated formula: htop 2010-01-13 14:17:24 +00:00
Rémi Prévost
ad34f7a997 Disable perl support in irssi so it will build without errors
Fixes Homebrew/homebrew#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-13 14:17:21 +00:00
Max Howell
d6435d9e94 Wireshark depends on glib
Fixes Homebrew/homebrew#426.
2010-01-13 13:50:24 +00:00
Ash Berlin
e282948be0 Unset PERL_MM_OPT env var - local::lib
Fit fails to install otherwise.

Fixes Homebrew/homebrew#333
2010-01-13 13:43:59 +00:00
Ash Berlin
acacc440f3 Build libgmpxx with gmp formula 2010-01-13 13:35:30 +00:00
Erik Kastner
879d3bb337 Formula for Figlet (fixed-with fonts)
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-13 13:28:03 +00:00
kmowery
c1877ad05a Tex Live patch fixes
Fixes Homebrew/homebrew#229.
Fixes Homebrew/homebrew#335.
Fixes Homebrew/homebrew#444.
Fixes Homebrew/homebrew#132.
2010-01-13 12:03:56 +00:00
Max Howell
5255038269 Support Perl/CPAN external dependencies
WhoHas requires LWP::UserAgent.
2010-01-13 11:56:23 +00:00
Zhong Jianxin (azuwis)
8aef2f38c1 Whohas formula
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-13 11:40:26 +00:00
Max Howell
ae24aa003f Adds: depends_on 'simplejson' => :python
So far we only added python, but we can add more.

Fixes Homebrew/homebrew#401
2010-01-13 11:23:15 +00:00
Max Howell
6f2adfeb56 Don't show non-64 bit caveats on non-64 bit systems
Also don't use HOMEBREW_PREFIX/bin, assume we're in the PATH, as it's most likely true, and if not, the guy has other problems or knows what he is doing.
2010-01-13 11:23:15 +00:00
Max Howell
93a4085d16 Update pngcrush to 1.7.7 2010-01-13 11:23:14 +00:00
Max Howell
62595481a3 aka dbus 2010-01-13 11:23:14 +00:00
Max Howell
0103671fa0 Use new inreplace syntax where useful 2010-01-13 11:23:11 +00:00
Adam Vandenberg
cf97477814 Update tmux to use new inreplace features. 2010-01-13 11:23:11 +00:00
Adam Vandenberg
a65a359aaa Update dtach to use new inreplace. 2010-01-13 11:23:11 +00:00
toothrot
e8a41c5210 ctags aka ctags-exuberant 2010-01-06 22:41:39 +00:00
toothrot
07a6399d4f Updates broken LFTP formula 2010-01-06 22:41:38 +00:00
Max Howell
f287b8e194 Shell.fm depends_on pkg-config
Fixes Homebrew/homebrew#399
2010-01-06 21:02:36 +00:00
Jonathan Wright
88aca2991d Fix xz building on x86-64
The assembly for the CRC checks fails to build for x86-64. Disable the assembly.
2010-01-03 17:07:04 +13:00
Max Howell
47a7f74808 Don't specify bin, assume mongod is in the PATH 2009-12-31 04:09:17 +00:00
Kieran Pilkington
a21fcdd242 Updated formula: mongodb - Added configuration file, changing data dir to #{var}/mongodb, and adding launchd plist file. 2009-12-31 03:34:42 +00:00
Sven Dahlstrand
497d4b35e1 Pass xapian-config path to xapian-bindings' configure script. 2009-12-31 03:28:06 +00:00
Max Howell
91c45fd9ac Simplified Clojure formula
Just felt like it guv'n'r.
2009-12-31 03:13:27 +00:00
David Höppner
d4f9d87493 Fix for Homebrew/homebrew#321 2009-12-31 03:12:27 +00:00
Max Howell
de5c7ebaeb Fix stupid programming error in mplayer formula
Fixes Homebrew/homebrew#278
2009-12-31 02:12:50 +00:00
Max Howell
d9f78ca8f1 Fix Postgresql libxml2 compile failure
Fixes Homebrew/homebrew#143
2009-12-31 02:04:13 +00:00
Daniel Schobel
52f9447655 Fixes fossil 404 download error
Closes Homebrew/homebrew#308
2009-12-31 01:40:11 +00:00
Max Howell
73ee05dc57 Compare md5s rather than filesizes
Lets be more robust at the expense of milliseconds of cpu time.
2009-12-30 20:49:16 +00:00
Benjamin Kramer
38d65ad4a4 Respect CXX in unrar formula
LTO seems to miscompile this one, disable it.
It doesn't improve the code here anyways.

Closes Homebrew/homebrew#317.
2009-12-28 18:31:54 +01:00