Commit graph

15797 commits

Author SHA1 Message Date
Jack Nagel
f5b982cc7b wdiff 1.2.1 2013-03-13 21:46:46 -05:00
Jack Nagel
5e73d40c89 texinfo 5.1 2013-03-13 17:55:01 -05:00
Jack Nagel
863bd1bc0f dejagnu 1.5.1 2013-03-13 17:51:03 -05:00
Jack Nagel
7c5d2eea6d dbus 1.6.8 2013-03-13 17:50:56 -05:00
Jack Nagel
ac5ca3b0a1 autogen 5.17.2 2013-03-13 17:50:42 -05:00
Tyler Brock
9937bac7b4 mongodb devel 2.4.0-rc3
Closes Homebrew/homebrew#18459.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-13 17:30:33 -05:00
Francisco Souza
bf97785a92 vim 7.3.861
Closes Homebrew/homebrew#18461.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-13 17:30:14 -05:00
Diwaker Gupta
2fa0d76236 gcutil 1.7.2
Closes Homebrew/homebrew#18460.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-13 17:29:50 -05:00
Dane Springmeyer
956f06348e mapnik: fix broken compile against cairo/cairomm after Homebrew/homebrew#17032
Fixes https://github.com/mapnik/mapnik/issues/1753

Closes Homebrew/homebrew#18458.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-13 12:26:32 -07:00
Adam Vandenberg
05a64a3706 ice: fails with clang 425
Closes Homebrew/homebrew#18457.
2013-03-13 11:33:39 -07:00
Berk D. Demir
40ae458f04 Emacs 24.3
Closes Homebrew/homebrew#18391.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-13 09:17:06 -07:00
Samuel Cochran
f2bb091bd1 denyhosts: 10.8 has no secure.log and logs sshd to system.log
Closes Homebrew/homebrew#18418.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-13 08:59:17 -07:00
Hong Xu
f8138cf393 EditorConfig 0.11.0
Closes Homebrew/homebrew#18448.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-13 06:22:08 -07:00
D J Capelis
e025dc9c57 hexedit 1.2.13
Closes Homebrew/homebrew#18449.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-13 06:21:03 -07:00
Mike McQuaid
5981f85052 ruby-build: add autoconf and pkg-config deps.
When compiling ruby versions with ruby-build (and of course, rbenv)
from a brand new Mountain Lion (10.8.2) setup and no other formulas,
the build process fails by missing autoconf and pkg-config.

Tested with ruby v2.0.0-dev and v1.9.3-p385.

Thanks to Pierre Paridans.

Closes Homebrew/homebrew#18016.
2013-03-13 08:43:21 +00:00
Samuel Cochran
2a02b96e50 jenkins 1.505
Closes Homebrew/homebrew#18447.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-13 08:34:23 +00:00
Adam Vandenberg
f0c41ae5ee libffi: add test 2013-03-12 21:31:34 -07:00
Adam Vandenberg
24b837af4a node: formatting 2013-03-12 20:31:33 -07:00
Kolia Morev
be0f49abe0 tuntap: fix install instructions
Add suggestion to change startup items owner during manual installation
to root:wheel.

Closes Homebrew/homebrew#18439.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 18:27:22 -07:00
Bernhard Valenti
fd8d18c4a1 mariadb 5.5.30
Closes Homebrew/homebrew#18445.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 18:26:55 -07:00
Andy Piper
f406bc8c25 RabbitMQ 3.0.4
Closes Homebrew/homebrew#18444.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 18:26:36 -07:00
Anil Madhavapeddy
c0c2eb556e opam 0.9.6
Closes Homebrew/homebrew#18443.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 18:26:30 -07:00
Misty De Meo
b2f21fec7c exiftool 9.23 2013-03-12 16:29:48 -05:00
Frizlab
7bb8682610 highlight compilation fix on case-sensitive OS
The formula applies a patch on the Makefile.
The patch was applied on the file named src/Makefile
However, the file is actually named src/makefile

Closes Homebrew/homebrew#18437.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 13:23:16 -07:00
Matt Whiteley
a86826b8f2 ec2-ami-tools 1.4.0.9
- adopt url format from ec2-api-tools

Closes Homebrew/homebrew#18435.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-12 14:05:36 -05:00
Matt Whiteley
90b2dd736f ec2-api-tools 1.6.7
Closes Homebrew/homebrew#18436.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-12 14:05:04 -05:00
Jack Nagel
7324857325 stunnel 4.55
Closes Homebrew/homebrew#18434.
2013-03-12 14:03:35 -05:00
Jack Nagel
ec11577107 Switch compilers when no build is specified
Given the current state of OS X compilers, the original fails_with
behavior is becoming less useful, mostly resulting in build failures
each time the compiler is updated. So make the following changes:

When a build is specified, we retain the old behavior: switch compilers
if the available compiler is <= the build, don't switch if it is > the
build.

When no build is specified, unconditionally switch compilers, and don't
output the advice message. This allows us to mark formulae as
perpetually failing, avoiding the need to update formulae each time a
new compiler build is made available.

As a bonus, this makes the logic much easier to reason about.

Closes Homebrew/homebrew#18175.
2013-03-12 13:55:15 -05:00
Lars Tobias Skjong-Børsting
202fc71c39 gsmartcontrol 0.8.7
Closes Homebrew/homebrew#17279.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 11:12:05 -07:00
Jannis Leidel
e637dd95c0 podiff 1.1
Closes Homebrew/homebrew#18410.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 09:11:35 -07:00
Jon Kessler
93ff697da1 selenium-server-standalone 2.31.0
Closes Homebrew/homebrew#18420.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 09:08:12 -07:00
Adam Vandenberg
b70f08b91c vips 7.32.1
Closes Homebrew/homebrew#18421.
2013-03-12 09:07:00 -07:00
Stefan
8fb8559ca8 jemalloc 3.3.1
Closes Homebrew/homebrew#18423.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 09:05:58 -07:00
Stefan
2d7cc7c679 polarssl 1.2.6
Closes Homebrew/homebrew#18425.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 09:05:52 -07:00
Stefan
5b62084eca spdylay 0.3.8
Closes Homebrew/homebrew#18427.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 09:05:47 -07:00
Ian Plosker
eefd4020fc hbase 0.94.5
Closes Homebrew/homebrew#18431.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-12 09:05:43 -07:00
Misty De Meo
e5049e3db3 doxygen: disable clang warning, fix compilers
When compiling in stdenv only, clang would start consuming more and
more RAM while spewing invalid-source-encoding warnings. I usually
killed the build when it hit 4.5GB.

The makefiles also hardcode cc and cxx, so it wasn't using the right
compiler in stdenv.
2013-03-12 08:17:31 -05:00
n0rmrx
94804ab20f solr 4.2.0
Closes Homebrew/homebrew#18419.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-12 01:56:59 -05:00
Jack Nagel
023f03e71a solr: remove outdated devel version 2013-03-12 01:56:03 -05:00
Jack Nagel
24e1eb7126 srecord: depends on ghostscript
Fixes Homebrew/homebrew#18415.
2013-03-11 23:40:03 -05:00
Jack Nagel
39ac055e6c uwsgi: only build for host architecture
superenv doesn't filter out the arch flags here because the build system
is invoked via python and not any build tool that we wrap. The result is
that uwsgi is always build universal, requiring that its deps are build
universal, which is really annoying.

Note that we may need to audit other things that use archs_for_command.
The solution here isn't perfect, but I don't know how to fix superenv to
handle this.

Fixes Homebrew/homebrew#18250.
Closes Homebrew/homebrew#18341.
2013-03-11 17:13:50 -05:00
Misty De Meo
56f17f4926 dpkg: add caveats
Fixes Homebrew/homebrew#18044.
2013-03-11 16:57:35 -05:00
Jaime Marquínez Ferrándiz
bac850e5df youtube-dl 2013.02.25
Closes Homebrew/homebrew#18409.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-11 12:26:55 -07:00
Max Riveiro
ab4abe8f85 libuv 0.10.0
Closes Homebrew/homebrew#18408.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-11 11:23:53 -07:00
Thierry Moisan
280d1a741d New formula: minizinc
Closes Homebrew/homebrew#17762.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-11 13:00:27 -05:00
Eduard Baun
02db562236 node 0.10.0
Closes Homebrew/homebrew#18402.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-11 12:54:34 -05:00
Jonathan Beezley
f6d099ac8a ncview 2.1.2
Closes Homebrew/homebrew#18401.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-11 12:53:59 -05:00
Dimitri Krassovski
3bee3fe1f2 rust: source patches from original mozilla repo
Closes Homebrew/homebrew#18400.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-11 12:51:33 -05:00
Houtan Bastani
3505728e16 libmatio 1.5.1
Closes Homebrew/homebrew#18390.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-11 12:44:09 -05:00
Jack Nagel
2ea0da8587 agedu: fix checksum
Fixes Homebrew/homebrew#18394.
2013-03-11 12:42:14 -05:00