Commit graph

18758 commits

Author SHA1 Message Date
Jack Nagel
e8f52f77b7 autoconf: force use of system perl
If a non-system perl is present when autoconf is built and subsequently
removed, autoconf will break. Force the use of the system perl to
prevent this.
2013-08-16 11:25:49 -05:00
Misty De Meo
e50178d3f7 macvim: remove reference to stray arch
Fixes Homebrew/homebrew#21925.
2013-08-15 23:44:05 -07:00
Misty De Meo
654e4077e0 Use Hardware::CPU.universal_archs in formulae 2013-08-15 22:46:57 -07:00
Misty De Meo
56ecd194fb Use Hardware::CPU.arch(32|64)_bit in formulae 2013-08-15 22:46:56 -07:00
Misty De Meo
98e050bd6c Add MacOS.preferred_arch
Replaced the plethora of ternaries we've used all over the place to
determine whether x86_64 or i386 is called for.
2013-08-15 22:46:56 -07:00
Justin Baugh
df21842e1e dtrx 7.1
Closes Homebrew/homebrew#21599.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 20:42:48 -07:00
David Holm
b0dc1a90d0 libgsm 1.0.13
Closes Homebrew/homebrew#20688.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 20:38:04 -07:00
Brett Koonce
5e5cdca9a7 qemu 1.6.0
Closes Homebrew/homebrew#21922.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 20:26:18 -07:00
Adam Vandenberg
f845f885cf randomize-lines: quote bin path 2013-08-15 10:04:49 -07:00
Jørgen P. Tjernø
6f80f9a1c1 dmalloc 5.5.2
Closes Homebrew/homebrew#21876.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 10:04:04 -07:00
Jørgen P. Tjernø
11c117693b randomize-lines 0.2.7
Closes Homebrew/homebrew#21877.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 09:50:07 -07:00
Keisuke Takahashi
8482e6a1c8 voltdb 3.4
Closes Homebrew/homebrew#21645.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 09:47:57 -07:00
Adam Vandenberg
aa9f645034 getmail: simplify slightly 2013-08-15 09:37:53 -07:00
Etienne Laurin
4e1b201bf3 RethinkDB 1.8.0
Closes Homebrew/homebrew#21914.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 09:37:19 -07:00
Chongyu Zhu
87d87c6e9e reattach-to-user-namespace 2.2
Closes Homebrew/homebrew#21919.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 09:36:41 -07:00
Chongyu Zhu
e20ccc5964 zsh-completions 0.10.0
Closes Homebrew/homebrew#21917.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-15 09:36:24 -07:00
Adam Vandenberg
c1e27086e1 getmail: fix installation
getmail was using the return value of install, which was removed

Closes Homebrew/homebrew#21918
2013-08-15 09:35:27 -07:00
Max Howell
c6e5ea5703 Remove ugly and confusing double-newlines
It made the output harder to read.
2013-08-15 10:18:28 -05:00
Eric Gravert
db1aac6a96 Fixed buildpath typo that was preventing the formula from working correctly.
Closes Homebrew/homebrew#21910.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-08-15 03:13:32 -07:00
Samuel John
d846b8802f tbb: Adding macports mirror
Closes Homebrew/homebrew#21913
2013-08-15 10:39:15 +02:00
Adam Vandenberg
7a7826c353 terminal-notifier: style nits 2013-08-14 22:04:33 -07:00
Adam Vandenberg
a7e4b6e30e go: use buildpath 2013-08-14 21:45:57 -07:00
morou
b01654fb87 go: add option for building without cgo
Closes Homebrew/homebrew#20960.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 21:44:18 -07:00
Jørgen P. Tjernø
995bb1f8d9 sdl2: fix HEAD
Closes Homebrew/homebrew#21886.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 19:51:37 -07:00
Victor Baca
d07156c2b4 sonar-runner 2.3
Closes Homebrew/homebrew#21905.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 19:50:56 -07:00
Brett Koonce
9d76d9fe16 transmission 2.82
Closes Homebrew/homebrew#21883.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 19:48:39 -07:00
mirabilos
43fb0ba0f8 mksh R48
Closes Homebrew/homebrew#21896.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 19:48:18 -07:00
Trey Hyde
f63f473815 SonarQube 3.7
Closes Homebrew/homebrew#21901.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 19:47:37 -07:00
havenwood
ae3a7ce91f chruby: Fix typo and update dotfiles in caveats.
Closes Homebrew/homebrew#21903.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 19:47:14 -07:00
Xiyue Deng
74258700d5 Boost: enforce '--with-mpi' with '--without-single'
* Building MPI support for both single and multi-threaded flavors will
  result in duplicated rules for mpi.so.  Upstream bug report
  https://svn.boost.org/trac/boost/ticket/8841.
* Require '--with-mpi' be used together with '--without-single' until
  this is fixed.
2013-08-14 13:08:04 -07:00
Felix Bünemann
234d9becff elasticsearch 0.90.3
Closes Homebrew/homebrew#21892.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-14 09:08:59 -07:00
Mike McQuaid
f2a3333170 jenkins 1.527 2013-08-14 09:02:52 +01:00
Matthew Vincent
eec6f07ff5 GeoGit 0.4.0
Closes Homebrew/homebrew#21822.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 22:38:10 -07:00
Steven Harman
3ffd221843 git-tracker 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 21:17:16 -07:00
Steffen Matthischke
2455c52a72 tbb: succeeds with clang 500
Closes Homebrew/homebrew#21881.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 21:00:58 -07:00
mccraig mccraig of the clan mccraig
d10ea1aa33 cassandra 1.2.8
Closes Homebrew/homebrew#21873.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 20:48:01 -07:00
Adam Vandenberg
d379c6ab33 selenium-server-standalone 2.35.0
Closes Homebrew/homebrew#21875.
2013-08-13 20:45:45 -07:00
Adam Vandenberg
a7ad620429 unrar: remove special metafiles handling 2013-08-13 20:15:42 -07:00
Steffen Matthischke
911d8c5419 unrar --devel 5.0.10
Add devel block for unrar 5.0.10 (UNRAR 5.00 beta 8) which supports unraring
of rar 5 archives.

Closes Homebrew/homebrew#21882.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 20:14:23 -07:00
Jack Nagel
110893aeeb curl 7.32.0 2013-08-13 18:09:16 -05:00
Adam Vandenberg
8e26714f44 mosquitto: use assert in test; style nits 2013-08-13 15:09:10 -07:00
Misty De Meo
e5fa61acf2 sdl2 2.0.0
Note that we still need the SDL2 ports of supporting libraries, e.g.
SDL2_image.
2013-08-13 09:00:06 -07:00
Jack Nagel
651c27dbd5 docbook-xsl: use write_exec_script 2013-08-13 09:22:45 -05:00
Jack Nagel
9296acf848 heroku-toolbelt: use write_exec_script 2013-08-13 09:22:45 -05:00
Pavel Borzenkov
aa226ab403 pass: install zsh completion files
Closes Homebrew/homebrew#21866.

Signed-off-by: Pavel Borzenkov <pavel.borzenkov@gmail.com>
Closes Homebrew/homebrew#21866.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 07:22:03 -07:00
Thijs Vermeir
c15df11dae gst-libav 1.0.9
Closes Homebrew/homebrew#21777.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 06:44:51 -07:00
Thijs Vermeir
cdac8e36eb gst-plugins-bad 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 06:44:51 -07:00
Thijs Vermeir
411260c73a gst-plugins-ugly 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 06:44:51 -07:00
Thijs Vermeir
08847794cf gst-plugins-good 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 06:44:51 -07:00
Thijs Vermeir
4ac3191257 gst-plugins-base 1.0.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-13 06:44:51 -07:00