Commit graph

15782 commits

Author SHA1 Message Date
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
Jack Nagel
5120d4b19a sleepwatcher: fix inreplace warning
Fixes Homebrew/homebrew#18389.
2013-03-11 12:40:20 -05:00
Yehor Lvivski
aaef6b57f1 dart 19425
Closes Homebrew/homebrew#18392.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-11 10:36:23 -07:00
Adam Vandenberg
b829c08e8c winexe: depends on autoconf
Closes Homebrew/homebrew#18395.
2013-03-11 09:21:59 -07:00
Adam Trilling
f5bd5a7e86 New formula: simple-tiles
Closes Homebrew/homebrew#18187.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 23:26:28 -05:00
Adam Vandenberg
09beee1797 srecord 1.61 2013-03-10 21:21:57 -07:00
Tatsuhiko Miyagawa
8c8b97f09e cpanminus 1.6005
Closes Homebrew/homebrew#18383.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 22:37:49 -05:00
Robert Quattlebaum
0e1c1805b4 sdcc: Update to 3.1.0, add huge-stack-auto for mcs51
Closes Homebrew/homebrew#18105.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 19:18:33 -05:00
Jon Suphammer
f536da9310 New Formula: prips
prips is a tool to print IP addresses for a given range.

Closes Homebrew/homebrew#17941.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 17:28:38 -05:00
Jack Nagel
632d0c9742 libmagic 5.13 2013-03-10 16:22:09 -05:00
s3+dev@sdfeu.org
6d77136b00 New formula: sxiv 1.0
Closes Homebrew/homebrew#16615.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 14:57:53 -05:00
Jack Nagel
3f85bf5634 rpm2cpio: adjust version to match upstream 2013-03-10 14:49:11 -05:00
Anders F Bjorklund
cf41527536 rpm2cpio: install to bin/rpm2cpio.pl
Otherwise rpm2cpio the perl script will conflict with rpm2cpio
the program (i.e. compiled binary), from the rpm installation.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 14:49:08 -05:00
Anders F Bjorklund
e5860de296 rpm2cpio: move from cvsweb to svnweb for FreeBSD
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-03-10 14:49:04 -05:00
Adam Vandenberg
7031fb4376 mapnik: patch for boost > 1.52
Closes Homebrew/homebrew#18092.
2013-03-10 12:32:57 -07:00
Anil Madhavapeddy
af5200d3c0 opam: fix ymlink support for packages
See OCamlPro/opam#520 for details

Closes Homebrew/homebrew#18376.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-10 12:20:35 -07:00